A C D E F G H I L N R S U

A

AbstractDAOImpl - Class in net.sf.derquinsej.hib3
Abstract implementation for general and generic DAO.
AbstractDAOImpl(SessionFactory) - Constructor for class net.sf.derquinsej.hib3.AbstractDAOImpl
Constructs the DAO
AbstractDAOImpl() - Constructor for class net.sf.derquinsej.hib3.AbstractDAOImpl
Constructs the DAO
assemble(Serializable, Object) - Method in class net.sf.derquinsej.hib3.UUIDUserType
 

C

clear() - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
 
clear() - Method in interface net.sf.derquinsej.hib3.DAO
Clears the session cache.

D

DAO - Interface in net.sf.derquinsej.hib3
Base DAO interface.
deepCopy(Object) - Method in class net.sf.derquinsej.hib3.UUIDUserType
 
delete(Object) - Method in interface net.sf.derquinsej.hib3.GeneralDAO
Deletes an entity instance.
delete(Object) - Method in class net.sf.derquinsej.hib3.GeneralDAOImpl
 
delete(T) - Method in interface net.sf.derquinsej.hib3.GenericDAO
Deletes an entity instance.
delete(T) - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
 
delete(Object) - Method in interface net.sf.derquinsej.hib3.Repository
Deletes an entity instance.
deleteById(Class<T>, Serializable) - Method in interface net.sf.derquinsej.hib3.GeneralDAO
Deletes an entity instance.
deleteById(Class<T>, Serializable) - Method in class net.sf.derquinsej.hib3.GeneralDAOImpl
 
deleteById(ID) - Method in interface net.sf.derquinsej.hib3.GenericDAO
Deletes an entity instance.
deleteById(ID) - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
 
deleteById(Class<T>, Serializable) - Method in interface net.sf.derquinsej.hib3.Repository
Deletes an entity instance.
disassemble(Object) - Method in class net.sf.derquinsej.hib3.UUIDUserType
 

E

equals(Object, Object) - Method in class net.sf.derquinsej.hib3.UUIDUserType
 
evict(Object) - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
Remove the provided instance from the session cache.
evict(Object) - Method in interface net.sf.derquinsej.hib3.Repository
Remove the provided instance from the session cache.
evict(Object) - Method in class net.sf.derquinsej.hib3.RepositoryImpl
 

F

findAll(Class<T>) - Method in interface net.sf.derquinsej.hib3.GeneralDAO
Returns all entities of the persistent type.
findAll(Class<T>) - Method in class net.sf.derquinsej.hib3.GeneralDAOImpl
 
findAll() - Method in interface net.sf.derquinsej.hib3.GenericDAO
Returns all entities of the persistent type.
findAll() - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
 
findAll(Class<T>) - Method in interface net.sf.derquinsej.hib3.Repository
Returns all entities of the persistent type.
findByCriteria(Class<T>, Criterion...) - Method in class net.sf.derquinsej.hib3.GeneralDAOImpl
Returns the list of entity instances that matches the provided crtieria.
findByCriteria(Criterion...) - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
Returns the list of entity instances that matches the provided crtieria.
findById(Class<T>, Serializable, boolean) - Method in interface net.sf.derquinsej.hib3.GeneralDAO
Finds an entity by ID.
findById(Class<T>, Serializable, boolean) - Method in class net.sf.derquinsej.hib3.GeneralDAOImpl
 
findById(ID, boolean) - Method in interface net.sf.derquinsej.hib3.GenericDAO
Finds an entity by ID.
findById(ID, boolean) - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
 
findById(Class<T>, Serializable, boolean) - Method in interface net.sf.derquinsej.hib3.Repository
Finds an entity by ID.
first(Class<T>, Query) - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
Returns the first result of a query returning instances of a specified class.
first(Query) - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
Returns the first result of a query returning instances of the persisted class.
first(Class<T>, Query) - Method in interface net.sf.derquinsej.hib3.Repository
Returns the first result of a query returning instances of a specified class.
first(Class<T>, Query) - Method in class net.sf.derquinsej.hib3.RepositoryImpl
 
flush() - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
 
flush() - Method in interface net.sf.derquinsej.hib3.DAO
Flushes the session.

G

GeneralDAO - Interface in net.sf.derquinsej.hib3
General DAO interface.
GeneralDAOImpl - Class in net.sf.derquinsej.hib3
Implementation of the General DAO.
GeneralDAOImpl(SessionFactory) - Constructor for class net.sf.derquinsej.hib3.GeneralDAOImpl
Constructs the DAO
GeneralDAOImpl() - Constructor for class net.sf.derquinsej.hib3.GeneralDAOImpl
Constructs the DAO
GenericDAO<T,ID extends Serializable> - Interface in net.sf.derquinsej.hib3
Generic DAO interface.
GenericDAOImpl<T,ID extends Serializable> - Class in net.sf.derquinsej.hib3
Implementation of the Generic DAO.
GenericDAOImpl(SessionFactory) - Constructor for class net.sf.derquinsej.hib3.GenericDAOImpl
Constructs the DAO
GenericDAOImpl(Class<T>, SessionFactory) - Constructor for class net.sf.derquinsej.hib3.GenericDAOImpl
Constructs the DAO.
GenericDAOImpl() - Constructor for class net.sf.derquinsej.hib3.GenericDAOImpl
Constructs the DAO
GenericDAOImpl(Class<T>) - Constructor for class net.sf.derquinsej.hib3.GenericDAOImpl
Constructs the DAO.
getCurrent() - Method in class net.sf.derquinsej.hib3.seq.Sequence
Returns the current value of the sequence.
getCurrentValue(String) - Method in class net.sf.derquinsej.hib3.seq.SequenceDAO
Gets the current value of a sequence.
getId() - Method in class net.sf.derquinsej.hib3.seq.Sequence
Returns the name of the sequence.
getId() - Method in exception net.sf.derquinsej.hib3.seq.SequenceNotFoundException
Returns the name (id) of the requested sequence.
getIncrement() - Method in class net.sf.derquinsej.hib3.seq.Sequence
Returns the increment to use in the sequence.
getMessage() - Method in exception net.sf.derquinsej.hib3.seq.SequenceNotFoundException
 
getNamedQuery(String) - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
Returns a externally defined named query.
getNamedQuery(String) - Method in interface net.sf.derquinsej.hib3.Repository
Returns a externally defined named query.
getNamedQuery(String) - Method in class net.sf.derquinsej.hib3.RepositoryImpl
 
getNextValue(String) - Method in class net.sf.derquinsej.hib3.seq.SequenceDAO
Gets the next value of a sequence.
getNextValue(String, long, long) - Method in class net.sf.derquinsej.hib3.seq.SequenceDAO
Gets the next value of a sequence, creating it if it does not exist.
getPersistentClass() - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
Returns the persistent class.
getSession() - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
Returns the current session.

H

hashCode(Object) - Method in class net.sf.derquinsej.hib3.UUIDUserType
 

I

isMutable() - Method in class net.sf.derquinsej.hib3.UUIDUserType
 

L

list(Class<T>, Query) - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
Returns the results of a query as a list of a specified class.
list(Class<T>, String, Object) - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
Returns the results of a named query with a single parameter as a list of a specified class.
list(Query) - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
Returns the results of a query as a list of the persisted class.
list(Class<T>, Query) - Method in interface net.sf.derquinsej.hib3.Repository
Returns the results of a query as a list of a specified class.
list(Class<T>, String, Object) - Method in interface net.sf.derquinsej.hib3.Repository
Returns the results of a named query with a single parameter as a list of a specified class.
list(Class<T>, Query) - Method in class net.sf.derquinsej.hib3.RepositoryImpl
 
list(Class<T>, String, Object) - Method in class net.sf.derquinsej.hib3.RepositoryImpl
 

N

net.sf.derquinsej.hib3 - package net.sf.derquinsej.hib3
 
net.sf.derquinsej.hib3.seq - package net.sf.derquinsej.hib3.seq
 
newCriteria(Class<?>) - Method in class net.sf.derquinsej.hib3.GeneralDAOImpl
Returns a new criteria object.
newCriteria() - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
Returns a new criteria object.
nullSafeGet(ResultSet, String[], Object) - Method in class net.sf.derquinsej.hib3.UUIDUserType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sf.derquinsej.hib3.UUIDUserType
 

R

replace(Object, Object, Object) - Method in class net.sf.derquinsej.hib3.UUIDUserType
 
Repository - Interface in net.sf.derquinsej.hib3
Repository interface, in case the DAO pattern isn't applied.
RepositoryImpl - Class in net.sf.derquinsej.hib3
Implementation of the General DAO.
RepositoryImpl(SessionFactory) - Constructor for class net.sf.derquinsej.hib3.RepositoryImpl
Constructs the DAO
RepositoryImpl() - Constructor for class net.sf.derquinsej.hib3.RepositoryImpl
Constructs the DAO
returnedClass() - Method in class net.sf.derquinsej.hib3.UUIDUserType
 

S

save(Object) - Method in interface net.sf.derquinsej.hib3.GeneralDAO
Saves an entity.
save(Object) - Method in class net.sf.derquinsej.hib3.GeneralDAOImpl
 
save(T) - Method in interface net.sf.derquinsej.hib3.GenericDAO
Saves an entity.
save(T) - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
 
save(Object) - Method in interface net.sf.derquinsej.hib3.Repository
Saves an entity.
saveOrUpdate(Object) - Method in interface net.sf.derquinsej.hib3.GeneralDAO
Saves or updates an entity, depending upon resolution of the unsaved-value checks.
saveOrUpdate(Object) - Method in class net.sf.derquinsej.hib3.GeneralDAOImpl
 
saveOrUpdate(T) - Method in interface net.sf.derquinsej.hib3.GenericDAO
Saves or updates an entity, depending upon resolution of the unsaved-value checks.
saveOrUpdate(T) - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
 
saveOrUpdate(Object) - Method in interface net.sf.derquinsej.hib3.Repository
Saves or updates an entity, depending upon resolution of the unsaved-value checks.
Sequence - Class in net.sf.derquinsej.hib3.seq
Entity representing database row-backed sequences.
Sequence() - Constructor for class net.sf.derquinsej.hib3.seq.Sequence
Default constructor.
SequenceDAO - Class in net.sf.derquinsej.hib3.seq
Data access object for the sequence entity.
SequenceDAO(SessionFactory) - Constructor for class net.sf.derquinsej.hib3.seq.SequenceDAO
Initialized the DAO
SequenceNotFoundException - Exception in net.sf.derquinsej.hib3.seq
Exception thrown when a sequence is not found by name.
SequenceNotFoundException(String) - Constructor for exception net.sf.derquinsej.hib3.seq.SequenceNotFoundException
Initializes the exception.
setIncrement(long) - Method in class net.sf.derquinsej.hib3.seq.Sequence
Sets the new increment.
setSessionFactory(SessionFactory) - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
Sets the session factory to use.
sqlTypes() - Method in class net.sf.derquinsej.hib3.UUIDUserType
 
sync() - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
 
sync() - Method in interface net.sf.derquinsej.hib3.DAO
Flushes the session and clears the session cache.

U

unique(Class<T>, Query) - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
Returns the unique result of a query returning instances of a specified class.
unique(Class<T>, String, Object) - Method in class net.sf.derquinsej.hib3.AbstractDAOImpl
Returns the unique result of a named query with a single parameter returning instances of a specified class.
unique(Query) - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
Returns the unique result of a query returning instances of the persisted class.
unique(Class<T>, Query) - Method in interface net.sf.derquinsej.hib3.Repository
Returns the unique result of a query returning instances of a specified class.
unique(Class<T>, String, Object) - Method in interface net.sf.derquinsej.hib3.Repository
Returns the unique result of a named query with a single parameter returning instances of a specified class.
unique(Class<T>, Query) - Method in class net.sf.derquinsej.hib3.RepositoryImpl
 
unique(Class<T>, String, Object) - Method in class net.sf.derquinsej.hib3.RepositoryImpl
 
update(Object) - Method in interface net.sf.derquinsej.hib3.GeneralDAO
Updates an entity.
update(Object) - Method in class net.sf.derquinsej.hib3.GeneralDAOImpl
 
update(T) - Method in interface net.sf.derquinsej.hib3.GenericDAO
Updates an entity.
update(T) - Method in class net.sf.derquinsej.hib3.GenericDAOImpl
 
update(Object) - Method in interface net.sf.derquinsej.hib3.Repository
Updates an entity.
UUIDUserType - Class in net.sf.derquinsej.hib3
An hibernate user type to store java.util.UUID as Strings.
UUIDUserType() - Constructor for class net.sf.derquinsej.hib3.UUIDUserType
Default constructor.

A C D E F G H I L N R S U

Copyright © 2012. All Rights Reserved.