|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
readableDAO.addSortCriteria().
- addSortCriteria(Criteria, SortCriterion...) -
Method in class br.com.arsmachina.dao.hibernate.GenericDAOImpl
- Invokes
delegate.addSortCriteria().
- addSortCriteria(Criteria, SortCriterion...) -
Method in class br.com.arsmachina.dao.hibernate.ReadableDAOImpl
- Adds
sortCriteria to a Criteria instance.
- addSortCriteria(Criteria) -
Method in class br.com.arsmachina.dao.hibernate.ReadableDAOImpl
- Adds the default sort criteria to a
Criteria instance.
ReadableDAOImpl and WriteableDAOImpl.Class and a SessionFactory.
Class and a SessionFactory.
GenericDAOImpl subclass.readableDAO.createCriteria().
- createCriteria(SortCriterion...) -
Method in class br.com.arsmachina.dao.hibernate.GenericDAOImpl
- Invokes
delegate.createCriteria().
- createCriteria(int, int, SortCriterion...) -
Method in class br.com.arsmachina.dao.hibernate.GenericDAOImpl
- Invokes
delegate.createCriteria().
- createCriteria() -
Method in class br.com.arsmachina.dao.hibernate.ReadableDAOImpl
- Creates a
Criteria for this entity class.
- createCriteria(SortCriterion...) -
Method in class br.com.arsmachina.dao.hibernate.ReadableDAOImpl
- Creates a
Criteria for this entity class with given sort criteria.
- createCriteria(int, int, SortCriterion...) -
Method in class br.com.arsmachina.dao.hibernate.ReadableDAOImpl
- Creates a
Criteria for this entity class with given sort criteria,
first result index and maximum number of results.
- createExample(T) -
Method in class br.com.arsmachina.dao.hibernate.GenericDAOImpl
- Invokes
readableDAO.createExample().
- createExample(T) -
Method in class br.com.arsmachina.dao.hibernate.ReadableDAOImpl
- Used by
ReadableDAOImpl.findByExample(Object) to create an Example instance.
DataSource.
SortCriterion array with no elements.
sortingConstraints is null or empty, this implementation
sort the results by the SortCriterions returned by
#getDefaultSortCriterions().
AbstractDAO implementation using Hibernate.ClassMetadata for the corresponding entity class.
ClassMetadata for the corresponding entity class.
defaultHqlOrderBy property.
SortCriterions to be used to sort the objects lists returned by
methods like ReadableDAOImpl.findAll() and ReadableDAOImpl.findAll(int, int, SortCriterion...) when no
sorting constraints are given.
sequenceName and then returns
super.getSequenceNextValString(sequenceName).
IdentityGenerator instead of SequenceGenerator.
Session.
Session.
SessionFactory.
SessionFactory.
PostgreSQLDialect that defines IdentityGenerator as the default id value
generator instead of SequenceGenerator.true if the primary key field (identifier) of the given object is not
null.
ReadableDAO implementation using Hibernate.Class and a SessionFactory.
Class and a SessionFactory.
Session using
Session.lock(object, LockMode.NONE) and then returns the object.
SessionFactory that uses annotations and/or XML for mapping classes.
order by clause given some SortCriterions.
PlatformTransactionManager to be used by Spring.
WriteableDAO implementation using Hibernate.Class and a SessionFactory.
Class and a SessionFactory.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||