public class FcrUtil extends BaseUtil
| Constructor and Description |
|---|
FcrUtil() |
| Modifier and Type | Method and Description |
|---|---|
int |
deleteAll(Long modelId) |
int |
deleteAll(org.hibernate.Session session,
Long modelId) |
List<gr.i2s.fishgrowth.model.Fcr> |
getFcrs(Long modelId) |
List<gr.i2s.fishgrowth.model.Fcr> |
getFcrs(org.hibernate.Session session,
Long modelId) |
public List<gr.i2s.fishgrowth.model.Fcr> getFcrs(Long modelId) throws Exception
Exceptionpublic List<gr.i2s.fishgrowth.model.Fcr> getFcrs(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.