public class MortalityUtil extends BaseUtil
| Constructor and Description |
|---|
MortalityUtil() |
| Modifier and Type | Method and Description |
|---|---|
int |
deleteAll(Long modelId) |
int |
deleteAll(org.hibernate.Session session,
Long modelId) |
List<gr.i2s.fishgrowth.model.Mortality> |
getMortalities(Long modelId) |
List<gr.i2s.fishgrowth.model.Mortality> |
getMortalities(org.hibernate.Session session,
Long modelId) |
public List<gr.i2s.fishgrowth.model.Mortality> getMortalities(Long modelId) throws Exception
Exceptionpublic List<gr.i2s.fishgrowth.model.Mortality> getMortalities(org.hibernate.Session session, Long modelId) throws Exception
Exceptionpublic int deleteAll(Long modelId)
public int deleteAll(org.hibernate.Session session,
Long modelId)
Copyright © 2019. All Rights Reserved.