A B C D E F G H I L O P R S T U W

A

addValue(Object) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Add a values to the inner values vector
AND() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "and" operator to the inner sql buffer
append(String) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append the given sql string to the inner sql buffer
appendCondition(String, HibernateQueryHelper.Parameter...) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Appends a list of conditions on parameter values, linked by the specified operator.
appendGroupedAnd(HibernateQueryHelper.Parameter...) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
See HibernateQueryHelper.appendCondition(String, Parameter...).
appendGroupedOr(HibernateQueryHelper.Parameter...) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
See HibernateQueryHelper.appendCondition(String, Parameter...).
appendInList(String, List<?>) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Appends a "in" list condition on a particuler term.
appendInListWithAnd(String, List<?>) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
See HibernateQueryHelper.appendInList(String, List).
appendInnerJoinStatement(String, String, String) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an inner join statement for a given field.
appendLeftOuterJoinStatement(String, String, String) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an left outer join statement for a given field.
appendMultipleInnerJoinStatement(String, String...) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
For each properties: if the property is a dotted property (contains one or more "." character), append an inner join statement for each field following the dot.
appendMultipleLeftOuterJoinStatement(String, String...) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
For each properties: if the property is a dotted property (contains one or more "." character), append an left outer join statement for each field following the dot.
appendSearchCriteriaInQuery(String[], String[], String, String, boolean) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append a "where" clause to the sql query.
appendSelectDistinctStatement(String, String) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Appends a select distinct statement with the simpleClazzName.toLowerCase as alias
appendSelectStatement(String, String) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Appends a select statement with the simpleClazzName.toLowerCase as alias
appendSortOption(RequestOptions, String) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an "order by" sql clause to the inner sql string.
applyRequestOptions(Search, RequestOptions) - Static method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
applyRequestOptions(FullTextQuery, RequestOptions, Class, Session) - Static method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 

B

BaseObject - Class in com.ebmwebsourcing.webcommons.persistence.bo
Base class for Model objects.
BaseObject() - Constructor for class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
 
buildHibernatePaginatedQuery(Session, RequestOptions) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Build a JPA query from the inner sql statement and values.
buildHibernateQuery(Session) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Build a JPA query from the inner sql statement and values

C

CLAUSE_FROM - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
CLAUSE_GROUPBY - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
CLAUSE_HAVING - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
CLAUSE_ORDERBY - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
CLAUSE_SELECT - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
CLAUSE_WHERE - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
closeParen() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an close paren character (")") to the inner sql buffer
com.ebmwebsourcing.webcommons.persistence.bo - package com.ebmwebsourcing.webcommons.persistence.bo
 
com.ebmwebsourcing.webcommons.persistence.dao - package com.ebmwebsourcing.webcommons.persistence.dao
 
com.ebmwebsourcing.webcommons.persistence.dao.util - package com.ebmwebsourcing.webcommons.persistence.dao.util
 
comma() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append a comma character (",") to the inner sql buffer
count(IMutableSearch) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Returns the total number of results that would be returned using the given ISearch if there were no paging or maxResult limits.
count(IMutableSearch) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Returns the total number of results that would be returned using the given ISearch if there were no paging or maxResult limits.
createSearchContext(Class<?>, String[], String[], RequestOptions, String) - Static method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
createSearchedProperty(String, String, boolean) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Create a searched property.

D

DAOLayerException - Exception in com.ebmwebsourcing.webcommons.persistence.dao
 
DAOLayerException() - Constructor for exception com.ebmwebsourcing.webcommons.persistence.dao.DAOLayerException
 
DAOLayerException(String) - Constructor for exception com.ebmwebsourcing.webcommons.persistence.dao.DAOLayerException
 
DAOLayerException(String, Throwable) - Constructor for exception com.ebmwebsourcing.webcommons.persistence.dao.DAOLayerException
 
DAOLayerException(Throwable) - Constructor for exception com.ebmwebsourcing.webcommons.persistence.dao.DAOLayerException
 
DISTINCT() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "distinct" operator to the inner sql buffer
dot() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append a dot character (".") to the inner sql buffer

E

equals(Object) - Method in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
Compares object equality.
exists(PK) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Checks for existence of an object of type T using the id arg.
exists(PK) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Checks for existence of an object of type T using the id arg.

F

findByNamedQuery(String, Map<String, Object>) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Find a list of records by using a named query
findByNamedQuery(String, Map<String, Object>) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Find a list of records by using a named query
FROM() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "from" clause to the inner sql buffer

G

GenericHibernateDAOImpl<T extends BaseObject,PK extends java.io.Serializable> - Class in com.ebmwebsourcing.webcommons.persistence.dao
This class serves as the Base class for all other DAOs - namely to hold common CRUD methods that they might all use.
GenericHibernateDAOImpl(SessionFactory) - Constructor for class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
 
GenericORMDAO<T,PK extends java.io.Serializable> - Interface in com.ebmwebsourcing.webcommons.persistence.dao
Generic DAO (Data Access Object) with common methods to CRUD POJOs.
get(PK) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Return the persistent instance of an entity with the given identifier, or null if not found.
get(PK) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Return the persistent instance of an entity with the given identifier, or null if not found.
getAll(RequestOptions) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Generic method used to get all objects of a particular type, sorted and paginated according to the given request options.
getAll() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Generic method used to get all objects of a particular type.
getAll(List<PK>) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
 
getAll(List<PK>, RequestOptions) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Retrieve a List of entities matching given ids, sorted and paginated according to the given request options
getAll(RequestOptions) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Generic method used to get all objects of a particular type, sorted and paginated according to the given request options.
getAll() - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Generic method used to get all objects of a particular type.
getAll(List<PK>) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Retrieve a List of entities matching given ids
getAll(List<PK>, RequestOptions) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Retrieve a List of entities matching given ids, sorted and paginated according to the given request options
getAllDistinct() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Gets all records without duplicates.
getAllDistinct() - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Gets all records without duplicates.
getCreated() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdTimestampBaseObject
 
getCreated() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.TimestampBaseObject
 
getFetchCriteria() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
 
getFirstResult() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Returns the requested first result index.
getFullTextSession() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
 
getFullTextSession() - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Return the FullTextSession associated to the current Session
getId() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
 
getId() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.LongIdBaseObject
 
getId() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
 
getId() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdSearchableBaseObject
 
getId() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdTimestampBaseObject
 
getLastUpdated() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdTimestampBaseObject
 
getLastUpdated() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.TimestampBaseObject
 
getLocalSessionFactoryBean() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
 
getManipulatedType() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Return the type of entity manipulated by this DAO
getManipulatedType() - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Return the type of entity manipulated by this DAO
getName() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper.Parameter
 
getNbOfResults() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Returns the requested number of results.
getPredicate() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper.Parameter
 
getSortCriteria() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Returns the sort criteria ID
getValue() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper.Parameter
 
GROUPBY() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "group by" operator to the inner sql buffer

H

hasFetchOption() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Determines whether sort options are set
hashCode() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
When you override equals, you should override hashCode.
hasPagination() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Determines whether pagination options are set
hasSortOption() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Determines whether sort options are set
HAVING() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "having" operator to the inner sql buffer
HibernateQueryHelper - Class in com.ebmwebsourcing.webcommons.persistence.dao.util
A JPA Query Builder.
HibernateQueryHelper() - Constructor for class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Creates a new builder with an empty params vector and an empty query
HibernateQueryHelper(String) - Constructor for class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Creates a new builder with an empty params vector and a query buffer initialized with the given sql string
HibernateQueryHelper.Parameter - Class in com.ebmwebsourcing.webcommons.persistence.dao.util
A class that handles parameter name, value and predicate
HibernateQueryHelper.Parameter(String, Object, String) - Constructor for class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper.Parameter
Build a new HibernateQueryHelper.Parameter with the given name, value and predicate

I

IN() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "in" operator to the inner sql buffer
INNER_JOIN - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
INNER_JOIN() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "inner join" operator to the inner sql buffer
isCaseSensitive() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
 
isSortAscendingly() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Determines whether sort is ascending.

L

LEFT_OUTER_JOIN - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
LEFT_OUTER_JOIN() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "left outer join" operator to the inner sql buffer
LongIdBaseObject - Class in com.ebmwebsourcing.webcommons.persistence.bo
 
LongIdBaseObject() - Constructor for class com.ebmwebsourcing.webcommons.persistence.bo.LongIdBaseObject
 

O

openParen() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an open paren character ("(") to the inner sql buffer
OPERATOR_AND - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
OPERATOR_DISTINCT - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
OPERATOR_OR - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
OPERATOR_UPPER - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
OR() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "or" operator to the inner sql buffer
ORDERBY() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "order by" operator to the inner sql buffer

P

pad() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append a blank character (" ") to the inner sql buffer
param() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append a question mark character ("?")
PREDICATE_EQUALS - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
PREDICATE_IN - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
PREDICATE_LIKE - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
PREDICATE_NOTEQUALS - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 

R

remove(PK) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Generic method to delete an object based on class and id
remove(T) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Generic method to delete an object
remove(PK) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Generic method to delete an object based on class and id
remove(T) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Generic method to delete an object
removeAll(List<T>) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Generic method to delete a list of objects
removeAll(List<T>) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Generic method to delete a list of objects
RequestOptions - Class in com.ebmwebsourcing.webcommons.persistence.dao.util
Defines options for requesting DragonDataBase.
RequestOptions() - Constructor for class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
 

S

save(T) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Generic method to save an object - handles both update and insert.
save(T) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Generic method to save an object - handles both update and insert.
search(IMutableSearch) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Search for objects based on the search parameters in the specified ISearch object.
search(IMutableSearch) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Search for objects based on the search parameters in the specified ISearch object.
searchAndCount(IMutableSearch) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Returns a SearchResult object that includes the list of results like search() and the total length like searchLength.
searchAndCount(IMutableSearch) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Returns a SearchResult object that includes the list of results like search() and the total length like searchLength.
searchEquals(String[], String[], RequestOptions) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
This method allows to search Objects on String properties, fitting search criteria.
searchEquals(String[], String[], RequestOptions) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
This method allows to search Objects on String properties, fitting search criteria.
searchLike(String[], String[], RequestOptions) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
This method allows to search Objects on String properties, fitting search criteria.
searchLike(String[], String[], RequestOptions) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
This method allows to search Objects on String properties, fitting search criteria.
searchLucene(String[], String[]) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
This method allows to search Objects on String properties, fitting search criteria.
searchLucene(String[], String[], RequestOptions) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
This method allows to search Objects on String properties, fitting search criteria.
searchLucene(String[], String[]) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
This method allows to search Objects on String properties, fitting search criteria.
searchLucene(String[], String[], RequestOptions) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
This method allows to search Objects on String properties, fitting search criteria.
searchUnique(IMutableSearch) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
Search for a single result using the given parameters.
searchUnique(IMutableSearch) - Method in interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
Search for a single result using the given parameters.
SELECT() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "select" clause to the inner sql buffer
setCaseSensitive(boolean) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
 
setCreated(Date) - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdTimestampBaseObject
 
setCreated(Date) - Method in class com.ebmwebsourcing.webcommons.persistence.bo.TimestampBaseObject
 
setFetchCriteria(String) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
 
setFirstResult(int) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Sets the requested first result index.
setId(Object) - Method in class com.ebmwebsourcing.webcommons.persistence.bo.LongIdBaseObject
 
setID(Object) - Method in class com.ebmwebsourcing.webcommons.persistence.bo.LongIdBaseObject
 
setId(String) - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
 
setId(String) - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdSearchableBaseObject
 
setId(String) - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdTimestampBaseObject
 
setLastUpdated(Date) - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdTimestampBaseObject
 
setLastUpdated(Date) - Method in class com.ebmwebsourcing.webcommons.persistence.bo.TimestampBaseObject
 
setLocalSessionFactoryBean(LocalSessionFactoryBean) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
 
setName(String) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper.Parameter
 
setNbOfResults(int) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Sets the requested number of results.
setPredicate(String) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper.Parameter
 
setSortAscendingly(boolean) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Sets whether sort is ascending.
setSortCriteria(String) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.RequestOptions
Sets the sort criteria ID
setType() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
 
setValue(Object) - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper.Parameter
 
SORT_ASC - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
SORT_DESC - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
sortAndPaginateByCriteria(HibernateTemplate, RequestOptions, DetachedCriteria) - Static method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
StringIdBaseObject - Class in com.ebmwebsourcing.webcommons.persistence.bo
 
StringIdBaseObject() - Constructor for class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
 
StringIdSearchableBaseObject - Class in com.ebmwebsourcing.webcommons.persistence.bo
 
StringIdSearchableBaseObject() - Constructor for class com.ebmwebsourcing.webcommons.persistence.bo.StringIdSearchableBaseObject
 
StringIdTimestampBaseObject - Class in com.ebmwebsourcing.webcommons.persistence.bo
 
StringIdTimestampBaseObject() - Constructor for class com.ebmwebsourcing.webcommons.persistence.bo.StringIdTimestampBaseObject
 

T

TimestampBaseObject - Class in com.ebmwebsourcing.webcommons.persistence.bo
Base class for Model objects.
TimestampBaseObject() - Constructor for class com.ebmwebsourcing.webcommons.persistence.bo.TimestampBaseObject
 
toString() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.BaseObject
Returns a multi-line String with key=value pairs.
toString() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.LongIdBaseObject
 
toString() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdBaseObject
 
toString() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdSearchableBaseObject
 
toString() - Method in class com.ebmwebsourcing.webcommons.persistence.bo.StringIdTimestampBaseObject
 
toString() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 
type - Variable in class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
 

U

UPPER() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "UPPER" operator to the inner sql buffer

W

WHERE() - Method in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
Append an sql "where" operator to the inner sql buffer
WILDCARD - Static variable in class com.ebmwebsourcing.webcommons.persistence.dao.util.HibernateQueryHelper
 

A B C D E F G H I L O P R S T U W

Copyright © 2010 eBM WebSourcing. All Rights Reserved.