Uses of Interface
com.peterphi.std.guice.database.dao.Dao
-
Uses of Dao in com.peterphi.std.guice.hibernate.dao
Modifier and TypeClassDescriptionclass
HibernateDao<T,
ID extends Serializable> The default implementation of a Dao for Hibernate; often it is necessary to extend this to produce richer queries
This DAO can be used in two main ways: With singleton instances of this class created for each entity (where only simple CRUD methods are required) With subclasses of this HibernateDao implementing additional queries (often with corresponding extensions to the Dao type) -
Uses of Dao in com.peterphi.usermanager.db.dao.hibernate
Modifier and TypeClassDescriptionclass
class
class
class
class
class