C D F G H I P R S U _ 

C

com.googlecode.genericdao.dao.hibernate - package com.googlecode.genericdao.dao.hibernate
 
com.googlecode.genericdao.dao.hibernate.original - package com.googlecode.genericdao.dao.hibernate.original
 
count(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
count(FlexSearch) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
count(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Returns the total number of results that would be returned using the given ISearch if there were no paging or maxResults limits.
count(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
count(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Returns the total number of results that would be returned using the given ISearch if there were no paging or maxResults limits.
count(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
count(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
count(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Returns the total number of results that would be returned using the given ISearch if there were no paging or maxResult limits.
count(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
count(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Returns the total number of results that would be returned using the given ISearch if there were no paging or maxResult limits.
count(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
create(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
create(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
create(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Add the specified object as a new entry in the datastore.
create(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
create(T) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Add the specified object as a new entry in the datastore.
create(T) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
createOrUpdate(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
createOrUpdate(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
createOrUpdate(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
If the id of the object is null or zero, create, otherwise update.
createOrUpdate(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
createOrUpdate(T) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
If the id of the object is null or zero, create, otherwise update.
createOrUpdate(T) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 

D

DAODispatcher - Class in com.googlecode.genericdao.dao.hibernate
This is an implementation of GeneralDAO that delegates to other DAOs depending on what entity class is being processed.
DAODispatcher() - Constructor for class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
DAODispatcher - Class in com.googlecode.genericdao.dao.hibernate.original
This is an implementation of GeneralDAO that delegates to other DAOs depending on what entity class is being processed.
DAODispatcher() - Constructor for class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
deleteById(Class<?>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
deleteById(Serializable, String) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
deleteById(Class<?>, Serializable) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Remove the object with the specified id and class from the datastore.
deleteById(Class<?>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
deleteById(ID) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Remove the object of this type with the specified id from the datastore.
deleteById(ID) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
deleteEntity(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
deleteEntity(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
deleteEntity(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Remove the specified object from the datastore.
deleteEntity(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
deleteEntity(T) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Remove the specified object from the datastore.
deleteEntity(T) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
deleteList(Object[]) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
deleteListById(Serializable[], String) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 

F

fetch(Class<T>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
fetch(Serializable, String) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
Here is an example of one DAO method that could be exposed remotely.
fetch(Class<T>, Serializable) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Get the object with the specified id and class from the datastore.
fetch(Class<T>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
fetch(ID) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Get the object of this type with the specified id from the datastore.
fetch(ID) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
fetchAll(Class<T>) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
fetchAll(String) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
fetchAll(Class<T>) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Get a list of all the objects of the specified type.
fetchAll(Class<T>) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
fetchAll() - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Get a list of all the objects of this type.
fetchAll() - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
find(Class<T>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
find(Class<T>, Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
find(String, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
find(Class<T>, Serializable) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Get the entity with the specified type and id from the datastore.
find(Class<T>, Serializable...) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Get all entities of the specified type from the datastore that have one of these ids.
find(Class<T>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
find(Class<T>, Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
find(ID) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Get the entity with the specified type and id from the datastore.
find(ID...) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Get all entities of the specified type from the datastore that have one of these ids.
find(Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
find(Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
findAll(Class<T>) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
findAll(String) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
findAll(Class<T>) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Get a list of all the objects of the specified type.
findAll(Class<T>) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
findAll() - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Get a list of all the objects of the specified type.
findAll() - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
findMulti(String, Serializable[]) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
FlexDAOAdapter - Class in com.googlecode.genericdao.dao.hibernate
 
FlexDAOAdapter() - Constructor for class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
FlexDAOAdapter - Class in com.googlecode.genericdao.dao.hibernate.original
General Remote DAO for Adobe Flex.
FlexDAOAdapter() - Constructor for class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
flush() - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
Deprecated.
use flush(Class)
flush(Class<?>) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
flush() - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Flushes changes in the Hibernate session to the datastore.
flush() - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
flush() - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Flushes changes in the Hibernate session to the datastore.
flush() - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
flush() - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
Deprecated.
use flush(Class)
flush(Class<?>) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
flush() - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Flushes changes in the Hibernate session to the datastore.
flush() - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
flush() - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Flushes changes in the Hibernate cache to the datastore.
flush() - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 

G

generalDAO - Variable in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
GeneralDAO - Interface in com.googlecode.genericdao.dao.hibernate
Interface for general Data Access Object that can be used for any type domain object.
generalDAO - Variable in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
GeneralDAO - Interface in com.googlecode.genericdao.dao.hibernate.original
Interface for general Data Access Object that can be used for any type domain object.
GeneralDAOImpl - Class in com.googlecode.genericdao.dao.hibernate
Implementation of GeneralDAO using Hibernate.
GeneralDAOImpl() - Constructor for class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
GeneralDAOImpl - Class in com.googlecode.genericdao.dao.hibernate.original
Implementation of GeneralDAO using Hibernate.
GeneralDAOImpl() - Constructor for class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
GenericDAO<T,ID extends Serializable> - Interface in com.googlecode.genericdao.dao.hibernate
Interface for a Data Access Object that can be used for a single specified type domain object.
GenericDAO<T,ID extends Serializable> - Interface in com.googlecode.genericdao.dao.hibernate.original
Interface for a Data Access Object that can be used for a single specified type domain object.
GenericDAOImpl<T,ID extends Serializable> - Class in com.googlecode.genericdao.dao.hibernate
Implementation of GenericDAO using Hibernate.
GenericDAOImpl() - Constructor for class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
GenericDAOImpl<T,ID extends Serializable> - Class in com.googlecode.genericdao.dao.hibernate.original
Implementation of GenericDAO using Hibernate.
GenericDAOImpl() - Constructor for class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
getFilterFromExample(Object) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
getFilterFromExample(Object, ExampleOptions) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
getFilterFromExample(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Generates a search filter from the given example using default options.
getFilterFromExample(Object, ExampleOptions) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Generates a search filter from the given example using the specified options.
getFilterFromExample(Object) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
getFilterFromExample(Object, ExampleOptions) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
getFilterFromExample(T) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Generates a search filter from the given example using default options.
getFilterFromExample(T, ExampleOptions) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Generates a search filter from the given example using the specified options.
getFilterFromExample(T) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
getFilterFromExample(T, ExampleOptions) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
getFilterFromExample(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
getFilterFromExample(Object, ExampleOptions) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
getFilterFromExample(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Generates a search filter from the given example using default options.
getFilterFromExample(Object, ExampleOptions) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Generates a search filter from the given example using the specified options.
getFilterFromExample(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
getFilterFromExample(Object, ExampleOptions) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
getFilterFromExample(T) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Generates a search filter from the given example using default options.
getFilterFromExample(T, ExampleOptions) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Generates a search filter from the given example using the specified options.
getFilterFromExample(T) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
getFilterFromExample(T, ExampleOptions) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
getMetadataUtil() - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Get the instance of HibernateMetadataUtil associated with the session factory
getReference(Class<T>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
getReference(Class<T>, Serializable) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Get a reference to the entity with the specified type and id from the datastore.
getReference(Class<T>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
getReference(ID) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Get a reference to the entity with the specified type and id from the datastore.
getReference(Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
getReferences(Class<T>, Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
getReferences(Class<T>, Serializable...) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Get a reference to the entities of the specified type with the given ids from the datastore.
getReferences(Class<T>, Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
getReferences(ID...) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Get a reference to the entities of the specified type with the given ids from the datastore.
getReferences(Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
getSearchProcessor() - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Get the instance of EJBSearchProcessor associated with the session factory
getSession() - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Get the current Hibernate session
getSessionFactory() - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
 

H

HibernateBaseDAO - Class in com.googlecode.genericdao.dao.hibernate
Base class for DAOs that uses Hibernate SessionFactory and HQL for searches.
HibernateBaseDAO() - Constructor for class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
 

I

isAttached(Object) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
isAttached(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Returns true if the object is connected to the current Hibernate session.
isAttached(Object) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
isAttached(T) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Returns true if the object is connected to the current Hibernate session.
isAttached(T) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
isConnected(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
isConnected(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Returns true if the object is connected to the current Hibernate session.
isConnected(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
isConnected(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Returns true if the object is connected to the current Hibernate session.
isConnected(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 

P

persistentClass - Variable in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
persistentClass - Variable in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 

R

refresh(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
refresh(Object...) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Refresh the content of the given entity from the current datastore state.
refresh(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
refresh(T...) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Refresh the content of the given entity from the current datastore state.
refresh(T...) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
refresh(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
refresh(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Refresh the content of the given entity from the current datastore state.
refresh(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
refresh(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Refresh the content of the given entity from the current datastore state.
refresh(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
remove(Object) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
remove(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
remove(Object) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
remove(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Remove the specified entity from the datastore.
remove(Object...) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Remove all of the specified entities from the datastore.
remove(Object) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
remove(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
remove(T) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Remove the specified entity from the datastore.
remove(T...) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Remove all of the specified entities from the datastore.
remove(T) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
remove(T...) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
removeById(Class<?>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
removeById(String, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
removeById(Class<?>, Serializable) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Remove the entity with the specified type and id from the datastore.
removeById(Class<?>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
removeById(ID) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Remove the entity with the specified type and id from the datastore.
removeById(Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
removeByIds(Class<?>, Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
removeByIds(Class<?>, Serializable...) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Remove all the entities of the given type from the datastore that have one of these ids.
removeByIds(Class<?>, Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
removeByIds(ID...) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Remove all the entities of the given type from the datastore that have one of these ids.
removeByIds(Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
removeMulti(Object[]) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
removeMultiById(String, Serializable[]) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 

S

save(Object) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
save(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
save(Object) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
save(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
If the id of the entity is null or zero, add it to the datastore and assign it an id; otherwise, update the corresponding entity in the datastore with the properties of this entity.
save(Object...) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
For each entity, if the id of the entity is null or zero, add it to the datastore and assign it an id; otherwise, update the corresponding entity in the datastore with the properties of this entity.
save(Object) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
save(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
save(T) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
If the id of the entity is null or zero, add it to the datastore and assign it an id; otherwise, update the corresponding entity in the datastore with the properties of this entity.
save(T...) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
For each entity, if the id of the entity is null or zero, add it to the datastore and assign it an id; otherwise, update the corresponding entity in the datastore with the properties of this entity.
save(T) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
save(T...) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
saveMulti(Object[]) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
search(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
search(FlexSearch) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
search(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Search for objects given the search parameters in the specified ISearch object.
search(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
search(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Search for entities given the search parameters in the specified ISearch object.
search(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
search(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
search(FlexSearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
search(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Search for objects given the search parameters in the specified ISearch object.
search(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
search(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Search for objects of this type given the search parameters in the specified ISearch object.
search(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
searchAndCount(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
searchAndCount(FlexSearch) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
searchAndCount(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Returns a SearchResult object that includes both the list of results like search() and the total length like count().
searchAndCount(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
searchAndCount(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Returns a SearchResult object that includes both the list of results like search() and the total length like count().
searchAndCount(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
searchAndCount(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
searchAndCount(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Returns a SearchResult object that includes the list of results like search() and the total length like searchLength.
searchAndCount(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
searchAndCount(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Returns a SearchResult object that includes the list of results like search() and the total length like searchLength.
searchAndCount(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
searchAndLength(FlexSearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
searchGeneric(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Search for objects given the search parameters in the specified ISearch object.
searchGeneric(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
searchLength(FlexSearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
searchUnique(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
 
searchUnique(FlexSearch) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
searchUnique(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.GeneralDAO
Search for a single result using the given parameters.
searchUnique(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.GeneralDAOImpl
 
searchUnique(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.GenericDAO
Search for a single entity using the given parameters.
searchUnique(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.GenericDAOImpl
 
searchUnique(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
searchUnique(FlexSearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
searchUnique(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
ISearch for a single result using the given parameters.
searchUnique(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
searchUnique(ISearch) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Search for a single result using the given parameters.
searchUnique(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 
setDao(GeneralDAO) - Method in class com.googlecode.genericdao.dao.hibernate.FlexDAOAdapter
 
setDAO(GeneralDAO) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
setGeneralDAO(GeneralDAO) - Method in class com.googlecode.genericdao.dao.hibernate.DAODispatcher
GeneralDAO has default implementations for the standard DAO methods.
setGeneralDAO(GeneralDAO) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
GeneralDAO has default implementations for the standard DAO methods.
setSessionFactory(SessionFactory) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
 

U

update(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.DAODispatcher
 
update(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.FlexDAOAdapter
 
update(Object) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GeneralDAO
Update the corresponding object in the datastore with the properties of the specified object.
update(Object) - Method in class com.googlecode.genericdao.dao.hibernate.original.GeneralDAOImpl
 
update(T) - Method in interface com.googlecode.genericdao.dao.hibernate.original.GenericDAO
Update the corresponding object in the datastore with the properties of the specified object.
update(T) - Method in class com.googlecode.genericdao.dao.hibernate.original.GenericDAOImpl
 

_

_all(Class<T>) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Get a list of all the objects of the specified class.
_count(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Returns the total number of results that would be returned using the given ISearch if there were no paging or maxResult limits.
_count(Class<?>, ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Same as _count(ISearch) except that it uses the specified search class instead of getting it from the search object.
_count(Class<?>) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Returns the number of instances of this class in the datastore.
_deleteById(Class<?>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Remove the entity of the specified class with the specified id from the datastore.
_deleteById(Class<?>, Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Remove all the entities of the given type from the datastore that have one of these ids.
_deleteEntities(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Remove the specified entities from the datastore.
_deleteEntity(Object) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Remove the specified entity from the datastore.
_exists(Object) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
 
_exists(Class<?>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
 
_exists(Class<?>, Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
 
_flush() - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Flushes changes in the hibernate cache to the datastore.
_get(Class<T>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
_get(Class<T>, Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Return the all the persistent instances of the given entity class with the given identifiers.
_getFilterFromExample(Object) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
 
_getFilterFromExample(Object, ExampleOptions) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
 
_load(Class<T>, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
_load(Class<T>, Serializable...) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Return the persistent instance of the given entity class with the given identifier, assuming that the instance exists.
_load(Object, Serializable) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Read the persistent state associated with the given identifier into the given transient instance.
_merge(T) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Copy the state of the given object onto the persistent object with the same identifier.
_persist(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Make a transient instance persistent and add it to the datastore.
_refresh(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Refresh the content of the given entity from the current datastore state.
_save(Object) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Persist the given transient instance and add it to the datastore, first assigning a generated identifier.
_save(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Persist the given transient instances and add them to the datastore, first assigning a generated identifier.
_saveOrUpdate(Object) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Calls Hibernate's saveOrUpdate(), which behaves as follows:
_saveOrUpdateIsNew(Object) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
If an entity already exists in the datastore with the same id, call _update and return false (not new).
_saveOrUpdateIsNew(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Either save() or update() each entity, depending on whether or not an entity with the same id already exists in the datastore.
_search(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Search for objects based on the search parameters in the specified ISearch object.
_search(Class<?>, ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Same as _search(ISearch) except that it uses the specified search class instead of getting it from the search object.
_searchAndCount(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Returns a SearchResult object that includes the list of results like search() and the total length like searchLength.
_searchAndCount(Class<?>, ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Same as _searchAndCount(ISearch) except that it uses the specified search class instead of getting it from the search object.
_searchUnique(ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Search for a single result using the given parameters.
_searchUnique(Class<?>, ISearch) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Same as _searchUnique(ISearch) except that it uses the specified search class instead of getting it from the search object.
_sessionContains(Object) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Returns true if the object is connected to the current hibernate session.
_update(Object...) - Method in class com.googlecode.genericdao.dao.hibernate.HibernateBaseDAO
Update the persistent instance with the identifier of the given detached instance.
C D F G H I P R S U _ 

Copyright © 2008-2013. All Rights Reserved.