Package de.terrestris.shoguncore.dao
Class WpsParameterDao<E extends WpsParameter>
- java.lang.Object
-
- de.terrestris.shoguncore.dao.GenericHibernateDao<E,Integer>
-
- de.terrestris.shoguncore.dao.WpsParameterDao<E>
-
- Direct Known Subclasses:
WpsPrimitiveDao,WpsReferenceDao
@Repository("wpsParameterDao") public class WpsParameterDao<E extends WpsParameter> extends GenericHibernateDao<E,Integer>- Author:
- Nils Bühner
-
-
Field Summary
-
Fields inherited from class de.terrestris.shoguncore.dao.GenericHibernateDao
logger
-
-
Constructor Summary
Constructors Modifier Constructor Description WpsParameterDao()Public default constructor for this DAO.protectedWpsParameterDao(Class<E> clazz)Constructor that has to be called by subclasses.
-
Method Summary
-
Methods inherited from class de.terrestris.shoguncore.dao.GenericHibernateDao
createDistinctRootEntityCriteria, delete, evict, findAll, findAllUserGroupPermissionsOfUserGroup, findAllUserPermissionsOfUser, findAllWhereFieldEquals, findAllWithCollectionContaining, findByCriteria, findByCriteriaRestricted, findByCriteriaWithSortingAndPaging, findById, findByUniqueCriteria, getEntityClass, getTotalCount, loadById, saveOrUpdate, unproxy
-
-