A C D E F G H I L M O P R S U

A

add(String, Criterion) - Method in class it.openutils.hibernate.example.ExampleTree
add an additional criterion for properties of the subentity at the given path
appendTo(Criteria, Session) - Method in class it.openutils.hibernate.example.ExampleTree
appends examples and subcriteria, created for the entity this example tree was initialized with, to the input criteria, and then returns it
appendTo(Criteria, Session) - Method in class it.openutils.hibernate.example.FilterMetadataSupport
appends examples and subcriteria, created for the entity this example tree was initialized with, to the input criteria, and then returns it

C

create(Criteria, Object, Map<String, ? extends FilterMetadata>) - Static method in class it.openutils.hibernate.example.EnhancedExample
Fills a criteria object calling addCondition() for any non-null property or for any component in collections.
create(Session) - Method in class it.openutils.hibernate.example.ExampleTree
creates a criteria with the input session, adds to it an example for the input entity, and creates subcriteria and related examples for non-null property values on the filter entity that correspond to associations
create(Session) - Method in class it.openutils.hibernate.example.FilterMetadataSupport
creates a criteria with the input session, adds to it an example for the input entity, and creates subcriteria and related examples for non-null property values on the filter entity that correspond to associations
createFilter(Criteria, String, Object) - Method in interface it.openutils.hibernate.example.FilterMetadata
The createFilter method can alter an existing criteria adding restrictions.

D

delete(K) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Used by the base DAO classes but here for your modification.
delete(K) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Used by the base DAO classes but here for your modification.

E

enableLike(MatchMode) - Method in class it.openutils.hibernate.example.ExampleTree
Use the "like" operator for all string-valued properties
enableLike() - Method in class it.openutils.hibernate.example.ExampleTree
Use the "like" operator for all string-valued properties
EnhancedExample - Class in it.openutils.hibernate.example
 
EQUAL - Static variable in interface it.openutils.hibernate.example.FilterMetadata
A filter metadata that adds an EQUAL condition.
evict(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Remove the given object from the Session cache.
evict(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Remove the given object from the Session cache.
ExampleTree - Class in it.openutils.hibernate.example
facility to create subcriteria and examples for associations of an input entity
ExampleTree(Object) - Constructor for class it.openutils.hibernate.example.ExampleTree
builds an instance of ExampleTree associated with the input entity
excludeNone() - Method in class it.openutils.hibernate.example.ExampleTree
Don't exclude null or zero-valued properties
excludeProperty(String, String) - Method in class it.openutils.hibernate.example.ExampleTree
exclude a property from the default filter (note that additional conditions may still be applied for this property)
excludeZeroes() - Method in class it.openutils.hibernate.example.ExampleTree
Exclude zero-valued properties

F

FilterMetadata - Interface in it.openutils.hibernate.example
FilterMetadata can be used to alter how properties are handled.
FilterMetadataSupport - Class in it.openutils.hibernate.example
legacy support for filter metadata.
FilterMetadataSupport(Object, Map<String, ? extends FilterMetadata>) - Constructor for class it.openutils.hibernate.example.FilterMetadataSupport
builds an instance of ExampleTree associated with the input entity
find(String) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve all entities handled by this DAO that match the input query string.
find(String, Object, Type) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve all entities handled by this DAO that match the input query string, accepting one query parameter and the corresponding type.
find(String, Object[], Type[]) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve all entities handled by this DAO that match the input query string, accepting one query parameter and the corresponding type.
find(List<? extends Criterion>, Order...) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the entities handled by this DAO that match the input criteria, ordered according to the input orders.
find(List<? extends Criterion>, Order...) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the entities handled by this DAO that match the input criteria, ordered according to the input orders.
find(String) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve all entities handled by this DAO that match the input query string.
find(String, Object, Type) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve all entities handled by this DAO that match the input query string, accepting one query parameter and the corresponding type.
find(String, Object[], Type[]) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve all entities handled by this DAO that match the input query string, accepting one query parameter and the corresponding type.
findAll() - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve all entities handled by this DAO, in no particular order.
findAll(Order...) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve all entities handled by this DAO, ordered according to the input orders.
findAll(Order[], List<? extends Criterion>) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Deprecated. use the correctly named #find(Order[], List) instead
findAll() - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve all entities handled by this DAO, in no particular order.
findAll(Order...) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve all entities handled by this DAO, ordered according to the input orders.
findAll(Order[], List<? extends Criterion>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Deprecated. 
findByNamedQuery(String, Serializable[], Integer) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Obtain an instance of Query for a named query string defined in the mapping file.
findByNamedQuery(String, Map<String, ?>, Integer) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Obtain an instance of Query for a named query string defined in the mapping file.
findFiltered(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the entities handled by this DAO whose property values match, via equals(), filter's non-null property values.
findFiltered(T, Order...) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the entities handled by this DAO whose property values match, via equals(), filter's non-null property values.
findFiltered(T, int, int) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the entities handled by this DAO whose property values match, via equals(), filter's non-null property values.
findFiltered(T, Map<String, ? extends FilterMetadata>) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the entities handled by this DAO whose property values match, via equals() or via a specified FilterMetadata object, filter's non-null property values.
findFiltered(T, Map<String, ? extends FilterMetadata>, int, int) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the entities handled by this DAO whose property values match, via equals() or via a specified FilterMetadata object, filter's non-null property values.
findFiltered(T, Map<String, ? extends FilterMetadata>, int, int, Order...) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the entities handled by this DAO whose property values match, via equals() or via a specified FilterMetadata object, filter's non-null property values.
findFiltered(T, Map<String, ? extends FilterMetadata>, int, int, List<? extends Criterion>, Order...) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the entities handled by this DAO whose property values match, via equals() or via a specified FilterMetadata object, filter's non-null property values, and the input criteria.
findFiltered(T, Order[], Map<String, ? extends FilterMetadata>, int, int) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Deprecated. superseded by HibernateDAO.findFiltered(Object, Map, int, int, Order...)
findFiltered(T, Order[], Map<String, ? extends FilterMetadata>, int, int, List<? extends Criterion>) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Deprecated. superseded by HibernateDAO.findFiltered(Object, Map, int, int, List, Order...)
findFiltered(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the entities handled by this DAO whose property values match, via equals(), filter's non-null property values.
findFiltered(T, Order...) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the entities handled by this DAO whose property values match, via equals(), filter's non-null property values.
findFiltered(T, int, int) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the entities handled by this DAO whose property values match, via equals(), filter's non-null property values.
findFiltered(T, Map<String, ? extends FilterMetadata>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the entities handled by this DAO whose property values match, via equals() or via a specified FilterMetadata object, filter's non-null property values.
findFiltered(T, Map<String, ? extends FilterMetadata>, int, int) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the entities handled by this DAO whose property values match, via equals() or via a specified FilterMetadata object, filter's non-null property values.
findFiltered(T, Order[], Map<String, ? extends FilterMetadata>, int, int) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the entities handled by this DAO whose property values match, via equals() or via a specified FilterMetadata object, filter's non-null property values.
findFiltered(T, Map<String, ? extends FilterMetadata>, int, int, Order...) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the entities handled by this DAO whose property values match, via equals() or via a specified FilterMetadata object, filter's non-null property values.
findFiltered(T, Map<String, ? extends FilterMetadata>, int, int, List<? extends Criterion>, Order...) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the entities handled by this DAO whose property values match, via equals() or via a specified FilterMetadata object, filter's non-null property values, and the input criteria.
findFiltered(T, Order[], Map<String, ? extends FilterMetadata>, int, int, List<? extends Criterion>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Deprecated. 
findFilteredFirst(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the first entity instance that matches the input filter, if existing.
findFilteredFirst(T, Order...) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the first entity instance that matches the input filter, if existing.
findFilteredFirst(T, List<? extends Criterion>) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve the first entity instance that matches the input filter and the additional input criteria, if existing.
findFilteredFirst(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the first entity instance that matches the input filter, if existing.
findFilteredFirst(T, Order...) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the first entity instance that matches the input filter, if existing.
findFilteredFirst(T, List<? extends Criterion>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve the first entity instance that matches the input filter and the additional input criteria, if existing.
findFilteredProperties(T, Map<String, ? extends FilterMetadata>, int, int, List<? extends Criterion>, List<String>, Order...) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Retrieve a set of properties from the entities returned by HibernateDAO.findFiltered(Object, Order[], Map, int, int, List)
findFilteredProperties(T, Order[], Map<String, ? extends FilterMetadata>, int, int, List<? extends Criterion>, List<String>) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Deprecated. superseded by HibernateDAO.findFilteredProperties(Object, Map, int, int, List, List, Order...)
findFilteredProperties(T, Map<String, ? extends FilterMetadata>, int, int, List<? extends Criterion>, List<String>, Order...) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Retrieve a set of properties from the entities returned by HibernateDAO.findFiltered(Object, Order[], Map, int, int, List)
findFilteredProperties(T, Order[], Map<String, ? extends FilterMetadata>, int, int, List<? extends Criterion>, List<String>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Deprecated. 

G

get(K) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Load object matching the given key and return it.
get(K) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Load object matching the given key and return it.
getDefaultFilterMetadata() - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Returns the default set of FilterMetadata that will be applied to any query.
getDefaultOrder() - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return a list of Order object to be used for the default ordering of the collection.
getFirstResult() - Method in interface it.openutils.hibernate.paging.PaginatedResult
Returns the fist result if available, null otherwise.
getFirstResult() - Method in class it.openutils.hibernate.paging.PaginatedResultImpl
Returns the fist result if available, null otherwise.
getItems() - Method in interface it.openutils.hibernate.paging.PaginatedResult
Gets an iterator over the results
getItems() - Method in class it.openutils.hibernate.paging.PaginatedResultImpl
Gets an iterator over the results
getItemsPerPage() - Method in interface it.openutils.hibernate.paging.PaginatedResult
Gets the maximum number of results per page
getItemsPerPage() - Method in class it.openutils.hibernate.paging.PaginatedResultImpl
Gets the maximum number of results per page
getNamedQuery(String, Serializable[], int) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Deprecated. use the better named findByNamedQuery method
getNamedQuery(String, Map<String, ?>, int) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Deprecated. use the better named findByNamedQuery method
getNumberOfPages() - Method in interface it.openutils.hibernate.paging.PaginatedResult
Gets the total number of pages
getNumberOfPages() - Method in class it.openutils.hibernate.paging.PaginatedResultImpl
Gets the total number of pages
getPage() - Method in interface it.openutils.hibernate.paging.PaginatedResult
Gets the page number (1, 2, 3...)
getPage() - Method in class it.openutils.hibernate.paging.PaginatedResultImpl
Gets the page number (1, 2, 3...)
getReferenceClass() - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return the specific Object class that will be used for class-specific implementation of this DAO.
getTotalSize() - Method in interface it.openutils.hibernate.paging.PaginatedResult
Gets the total number of results that would be retrieved without pagination.
getTotalSize() - Method in class it.openutils.hibernate.paging.PaginatedResultImpl
Gets the total number of results that would be retrieved without pagination.

H

HibernateDAO<T,K extends Serializable> - Interface in it.openutils.dao.hibernate
 
HibernateDAOImpl<T,K extends Serializable> - Class in it.openutils.dao.hibernate
Base Hibernate DAO.
HibernateDAOImpl() - Constructor for class it.openutils.dao.hibernate.HibernateDAOImpl
Instantiates a new DAO instance
HibernateDAOImpl(Class<T>) - Constructor for class it.openutils.dao.hibernate.HibernateDAOImpl
Sets the class of the persistent bean managed by this DAO

I

ignoreCase() - Method in class it.openutils.hibernate.example.ExampleTree
Ignore case for all string-valued properties
it.openutils.dao.hibernate - package it.openutils.dao.hibernate
 
it.openutils.hibernate.example - package it.openutils.hibernate.example
 
it.openutils.hibernate.paging - package it.openutils.hibernate.paging
 

L

LIKE - Static variable in interface it.openutils.hibernate.example.FilterMetadata
A filter metadata that adds a LIKE condition.
load(K) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Load object matching the given key and return it.
load(K) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Load object matching the given key and return it.
loadIfAvailable(K) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Load object matching the given key and return it.
loadIfAvailable(K) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Load object matching the given key and return it.

M

merge(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Copies the state of the given object onto the persistent object with the same identifier, and returns the updated persistent instance.
merge(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Copies the state of the given object onto the persistent object with the same identifier, and returns the updated persistent instance.

O

overridePropertyFilter(String, String, Criterion) - Method in class it.openutils.hibernate.example.ExampleTree
override filter behavior for a given property with the input criterion.

P

PaginatedResult<T> - Interface in it.openutils.hibernate.paging
 
PaginatedResultImpl<T> - Class in it.openutils.hibernate.paging
 
PaginatedResultImpl(int, int, int) - Constructor for class it.openutils.hibernate.paging.PaginatedResultImpl
 
PaginatedResultUtils - Class in it.openutils.hibernate.paging
 
PaginatedResultUtils() - Constructor for class it.openutils.hibernate.paging.PaginatedResultUtils
 

R

refresh(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Re-reads the state of the given instance from the underlying database.
refresh(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Re-reads the state of the given instance from the underlying database.

S

save(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Persist the given transient instance, first assigning a generated identifier.
save(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Persist the given transient instance, first assigning a generated identifier.
saveOrUpdate(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Used by the base DAO classes but here for your modification Either save() or update() the given instance, depending upon the value of its identifier property.
saveOrUpdate(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Used by the base DAO classes but here for your modification Either save() or update() the given instance, depending upon the value of its identifier property.
search(Criteria, int, int) - Static method in class it.openutils.hibernate.paging.PaginatedResultUtils
Executes a criteria query and returns a paginated result.
setAopenabled(boolean) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Sets the aopenabled.
setEscapeCharacter(Character) - Method in class it.openutils.hibernate.example.ExampleTree
Set escape character for "like" clause
setParameterValue(Query, String, Object) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Convenience method to set paramers in the query given based on the actual object type in passed in as the value.
setPropertySelector(Example.PropertySelector) - Method in class it.openutils.hibernate.example.ExampleTree
Set the property selector
setReferenceClass(Class<T>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
 
setResults(Collection<T>) - Method in class it.openutils.hibernate.paging.PaginatedResultImpl
 

U

update(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Used by the base DAO classes but here for your modification Update the persistent state associated with the given identifier.
update(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Used by the base DAO classes but here for your modification Update the persistent state associated with the given identifier.

A C D E F G H I L M O P R S U

Copyright © 2005-2011 Openmind. All Rights Reserved.