|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.CriteriaSearch
fr.ifremer.allegro.PropertySearch
public class PropertySearch
Provides the ability to search by properties.
Constructor Summary | |
---|---|
PropertySearch(org.hibernate.Session session,
java.lang.Class entityType,
Search search)
Constructor for PropertySearch. |
Method Summary | |
---|---|
java.util.List |
executeAsList()
Executes a HibernateQuery using the currently defined
CriteriaSearchParameter s, and returns a java.util.List
containing the query results. |
int |
getTotalCount()
Gets the total possible count of objects returned in this search. |
Methods inherited from class fr.ifremer.allegro.CriteriaSearch |
---|
addParameter, addParameter, addParameter, executeAsSet, getConfiguration, getRootCriteria |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertySearch(org.hibernate.Session session, java.lang.Class entityType, Search search)
PropertySearch
instance
from the given arguments.
session
- The Hibernate session.entityType
- The Class
of the result.search
- the object that specifies the search criteria.Method Detail |
---|
public int getTotalCount()
public java.util.List executeAsList() throws org.hibernate.HibernateException
CriteriaSearch
HibernateQuery
using the currently defined
CriteriaSearchParameter
s, and returns a java.util.List
containing the query results.
executeAsList
in class CriteriaSearch
org.hibernate.HibernateException
com.lighthousepmg.messaging.service.CriteriaSearch#executeAsList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |