Class Summary |
EntityPresenceCheck |
|
FailSafeAnyType |
Custom Hibernate type that works like AnyType but does not
throw an ObjectNotFoundException when the referenced entity
has been deleted. |
HibernateHelper |
Class that provides helper methods to work with contextual sessions. |
HibernateSupport |
Base class for implementing DAOs based on plain Hibernate3 API. |
HibernateUtils |
|
ImmutableAnyType |
Hibernate UserType that can store any Java type which:
is immutable
implements serializable
implements a toString() method
either has a public static valueOf(String) method or
a single String -argument constructor that creates a new
instance from the toString() representation
The type is stored in two String columns, the first one stores the
class name, the second one stores the toString() representation. |
LongConversationTask |
Scheduled task that executes code within a Hibernate session. |
LongConversationTemplate |
Class similar to Spring's HibernateTemplate that simplifies working with
long conversations. |
OpenSessionInViewFilterPlugin |
FilterPlugin that binds a Hibernate Session to the thread for the entire
processing of the request just like Spring's OpenSessionInViewFilter. |
QueryResult<T> |
Implementation of the List interface that provides information
about the Hibernate type(s) returned by a query. |
RiotSessionFactoryBean |
|
SetupBean |
|