Package de.terrestris.shoguncore.dao
Class WpsParameterDao<E extends WpsParameter>
- java.lang.Object
-
- de.terrestris.shoguncore.dao.GenericHibernateDao<E,java.lang.Integer>
-
- de.terrestris.shoguncore.dao.WpsParameterDao<E>
-
- Direct Known Subclasses:
WpsPrimitiveDao,WpsReferenceDao
@Repository("wpsParameterDao") public class WpsParameterDao<E extends WpsParameter> extends GenericHibernateDao<E,java.lang.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(java.lang.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
-
-
-
-
Constructor Detail
-
WpsParameterDao
public WpsParameterDao()
Public default constructor for this DAO.
-
WpsParameterDao
protected WpsParameterDao(java.lang.Class<E> clazz)
Constructor that has to be called by subclasses.- Parameters:
clazz-
-
-