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

C

create(Criteria, Object, Map<String, 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.
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

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.

F

FilterMetadata - Interface in it.openutils.hibernate.example
FilterMetadata can be used to alter how properties are handled.
find(String) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Execute a query.
find(String, Object, Type) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Execute a query.
find(String, Object[], Type[]) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Execute a query.
find(String) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Execute a query.
find(String, Object, Type) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Execute a query.
find(String, Object[], Type[]) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Execute a query.
findAll() - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return all objects related to the implementation of this DAO with no filter.
findAll(Order[]) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return all objects related to the implementation of this DAO with no filter.
findAll(Order[], List<Criterion>) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return all objects related to the implementation of this DAO with no filter.
findAll() - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return all objects related to the implementation of this DAO with no filter.
findAll(Order[]) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return all objects related to the implementation of this DAO with no filter.
findAll(Order[], List<Criterion>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return all objects related to the implementation of this DAO with no filter.
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, Object>, 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, int, int) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, Map<String, FilterMetadata>, int, int) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, Order[], Map<String, FilterMetadata>, int, int) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, Order[], Map<String, FilterMetadata>, int, int, List<Criterion>) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, Order[]) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, Map<String, FilterMetadata>) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, Order[]) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, Map<String, FilterMetadata>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, int, int) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, Map<String, FilterMetadata>, int, int) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, Order[], Map<String, FilterMetadata>, int, int) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFiltered(T, Order[], Map<String, FilterMetadata>, int, int, List<Criterion>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFilteredFirst(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return the first object related to the implementation of this DAO filtered using properties of the provided instance.
findFilteredFirst(T, Order[]) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return the first object related to the implementation of this DAO filtered using properties of the provided instance.
findFilteredFirst(T, List<Criterion>) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return the first object related to the implementation of this DAO filtered using properties of the provided instance.
findFilteredFirst(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return the first object related to the implementation of this DAO filtered using properties of the provided instance.
findFilteredFirst(T, Order[]) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return the first object related to the implementation of this DAO filtered using properties of the provided instance.
findFilteredFirst(T, List<Criterion>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return the first object related to the implementation of this DAO filtered using properties of the provided instance.
findFilteredProperties(T, Order[], Map<String, FilterMetadata>, int, int, List<Criterion>, List<String>) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Return properties from all objects related to the implementation of this DAO filtered using properties of the provided instance.
findFilteredProperties(T, Order[], Map<String, FilterMetadata>, int, int, List<Criterion>, List<String>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Return properties from all objects related to the implementation of this DAO filtered using properties of the provided instance.

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.
getNamedQuery(String, Serializable[], int) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Deprecated. use the better named findByNamedQuery method
getNamedQuery(String, Map<String, Object>, int) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Deprecated. use the better named findByNamedQuery method
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.

H

HibernateDAO<T,K extends java.io.Serializable> - Interface in it.openutils.dao.hibernate
 
HibernateDAOImpl<T,K extends java.io.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) - Constructor for class it.openutils.dao.hibernate.HibernateDAOImpl
Sets the class of the persistent bean managed by this DAO

I

it.openutils.dao.hibernate - package it.openutils.dao.hibernate
 
it.openutils.hibernate.example - package it.openutils.hibernate.example
 

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
Copy the state of the given object onto the persistent object with the same identifier.
merge(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Copy the state of the given object onto the persistent object with the same identifier.

R

refresh(T) - Method in interface it.openutils.dao.hibernate.HibernateDAO
Re-read the state of the given instance from the underlying database.
refresh(T) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Re-read 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.
setAopenabled(boolean) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
Sets the aopenabled.
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.
setReferenceClass(Class<T>) - Method in class it.openutils.dao.hibernate.HibernateDAOImpl
 

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.

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

Copyright © 2009 Openmind. All Rights Reserved.