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