- 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
-
- 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
-
- 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
-
- _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.