- GeneralDAO - Interface in net.sf.derquinsej.hib3
-
General DAO interface.
- GeneralDAOImpl - Class in net.sf.derquinsej.hib3
-
Implementation of the General DAO.
- GeneralDAOImpl(SessionFactory) - Constructor for class net.sf.derquinsej.hib3.GeneralDAOImpl
-
Constructs the DAO
- GeneralDAOImpl() - Constructor for class net.sf.derquinsej.hib3.GeneralDAOImpl
-
Constructs the DAO
- GenericDAO<T,ID extends Serializable> - Interface in net.sf.derquinsej.hib3
-
Generic DAO interface.
- GenericDAOImpl<T,ID extends Serializable> - Class in net.sf.derquinsej.hib3
-
Implementation of the Generic DAO.
- GenericDAOImpl(SessionFactory) - Constructor for class net.sf.derquinsej.hib3.GenericDAOImpl
-
Constructs the DAO
- GenericDAOImpl(Class<T>, SessionFactory) - Constructor for class net.sf.derquinsej.hib3.GenericDAOImpl
-
Constructs the DAO.
- GenericDAOImpl() - Constructor for class net.sf.derquinsej.hib3.GenericDAOImpl
-
Constructs the DAO
- GenericDAOImpl(Class<T>) - Constructor for class net.sf.derquinsej.hib3.GenericDAOImpl
-
Constructs the DAO.
- getCurrent() - Method in class net.sf.derquinsej.hib3.seq.Sequence
-
Returns the current value of the sequence.
- getCurrentValue(String) - Method in class net.sf.derquinsej.hib3.seq.SequenceDAO
-
Gets the current value of a sequence.
- getId() - Method in class net.sf.derquinsej.hib3.seq.Sequence
-
Returns the name of the sequence.
- getId() - Method in exception net.sf.derquinsej.hib3.seq.SequenceNotFoundException
-
Returns the name (id) of the requested sequence.
- getIncrement() - Method in class net.sf.derquinsej.hib3.seq.Sequence
-
Returns the increment to use in the sequence.
- getMessage() - Method in exception net.sf.derquinsej.hib3.seq.SequenceNotFoundException
-
- getNamedQuery(String) - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
-
Returns a externally defined named query.
- getNamedQuery(String) - Method in interface net.sf.derquinsej.hib3.Repository
-
Returns a externally defined named query.
- getNamedQuery(String) - Method in class net.sf.derquinsej.hib3.RepositoryImpl
-
- getNextValue(String) - Method in class net.sf.derquinsej.hib3.seq.SequenceDAO
-
Gets the next value of a sequence.
- getNextValue(String, long, long) - Method in class net.sf.derquinsej.hib3.seq.SequenceDAO
-
Gets the next value of a sequence, creating it if it does not exist.
- getPersistentClass() - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
-
Returns the persistent class.
- getSession() - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
-
Returns the current session.