- GenericDAO<T,PK extends Serializable> - Interface in com.banda.serverbase.persistence
-
Title: GenericDAO
- GenericHibernate3DAO<T,PK extends Serializable> - Class in com.banda.serverbase.persistence
-
This class serves as the Base class for all other DAOs - namely to hold
common CRUD methods that they might all use.
- GenericHibernate3DAO(Class<? extends T>) - Constructor for class com.banda.serverbase.persistence.GenericHibernate3DAO
-
Constructor that takes in a class to see which type of entity to persist
- GenericHibernate4DAO<T,PK extends Serializable> - Class in com.banda.serverbase.persistence
-
This class serves as the Base class for all other DAOs - namely to hold
common CRUD methods that they might all use.
- GenericHibernate4DAO(Class<? extends T>) - Constructor for class com.banda.serverbase.persistence.GenericHibernate4DAO
-
Constructor that takes in a class to see which type of entity to persist
- get(PK) - Method in interface com.banda.serverbase.persistence.GenericDAO
-
Generic method to get an object based on class and identifier.
- get(Collection<PK>) - Method in interface com.banda.serverbase.persistence.GenericDAO
-
Generic method to get objects based on class and identifiers.
- get(PK) - Method in class com.banda.serverbase.persistence.GenericHibernate3DAO
-
- get(Collection<PK>) - Method in class com.banda.serverbase.persistence.GenericHibernate3DAO
-
- get(PK) - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
- get(Collection<PK>) - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
- getAll() - Method in interface com.banda.serverbase.persistence.GenericDAO
-
Generic method used to get all objects of a particular type.
- getAll() - Method in class com.banda.serverbase.persistence.GenericHibernate3DAO
-
Generic method used to get all objects of a particular type.
- getAll() - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
Generic method used to get all objects of a particular type.
- getByExample(T) - Method in interface com.banda.serverbase.persistence.GenericDAO
-
Gets objects from the database that match given example.
- getByExample(T) - Method in class com.banda.serverbase.persistence.GenericHibernate3DAO
-
- getByExample(T) - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
- getByUniqueExample(T) - Method in interface com.banda.serverbase.persistence.GenericDAO
-
Gets object from the database that match given example.
- getByUniqueExample(T) - Method in class com.banda.serverbase.persistence.GenericHibernate3DAO
-
- getByUniqueExample(T) - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
- getDao() - Method in class com.banda.serverbase.test.AbstractDaoTest
-
Gets the DAO class tested by this class.
- getDao() - Method in class com.banda.serverbase.test.BasicDaoTest
-
- getExistingTestKey() - Method in class com.banda.serverbase.test.AbstractDaoTest
-
Gets the key existing in database for testing.
- getExistingTestKey() - Method in class com.banda.serverbase.test.BasicDaoTest
-
- getIdPropertyName() - Method in class com.banda.serverbase.persistence.GenericHibernate3DAO
-
- getIdPropertyName() - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
- getKey(T) - Method in interface com.banda.serverbase.persistence.GenericDAO
-
Generic method to get the identifier of a given object.
- getKey(T) - Method in class com.banda.serverbase.persistence.GenericHibernate3DAO
-
- getKey(T) - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
- getKey(T) - Method in class com.banda.serverbase.test.AbstractDaoTest
-
- getLast() - Method in interface com.banda.serverbase.persistence.GenericDAO
-
Generic method to get the last object.
- getLast() - Method in class com.banda.serverbase.persistence.GenericHibernate3DAO
-
- getLast() - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
- getNextPK(PK) - Method in interface com.banda.serverbase.persistence.GenericDAO
-
Get primary key larger than given one
- getNextPK(PK) - Method in class com.banda.serverbase.persistence.GenericHibernate3DAO
-
- getNextPK(PK) - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
- getPreviousPK(PK) - Method in interface com.banda.serverbase.persistence.GenericDAO
-
Get primary key smaller than given one
- getPreviousPK(PK) - Method in class com.banda.serverbase.persistence.GenericHibernate3DAO
-
- getPreviousPK(PK) - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
- getSessionFactory() - Method in class com.banda.serverbase.persistence.GenericHibernate4DAO
-
- getTestObject() - Method in class com.banda.serverbase.test.AbstractDaoTest
-
Gets the test data for DAO testing.
- getTestObject() - Method in class com.banda.serverbase.test.BasicDaoTest
-