See: Description
| Interface | Description |
|---|---|
| GrouperTransactionHandler |
Use this class to make your anonymous inner class for
transactions with grouper (if transactions are supported by your DAO strategy
configured in grouper.properties)
|
| HibernateHandler |
Implement this (usually in an anonymous inner class) to get a
reference to the hibernate session object
|
| HibGrouperLifecycle |
callbacks for hib grouper lifecycle events
|
| HqlQuery |
| Class | Description |
|---|---|
| ByCriteriaStatic |
for simple criteria queries, use this instead of inverse of control.
|
| ByHql |
for simple HQL, use this instead of inverse of control.
|
| ByHqlStatic |
for simple HQL, use this instead of inverse of control.
|
| ByObject | |
| ByObjectStatic |
for simple object queries, use this instead of inverse of control.
|
| BySql |
for simple HQL, use this instead of inverse of control.
|
| BySqlStatic |
for simple HQL, use this instead of inverse of control.
|
| GrouperContext |
holds threadlocal information about the current context of the database transactions.
|
| GrouperTransaction |
Use this class to make a transaction around grouper operations
(can also use HibernateSession, thoguh if hib it will throw exceptions)
|
| HibernateHandlerBean | |
| HibernateMisc | |
| HibernateParam |
param for a query
|
| HibernateSession |
Hibernate helper class.
|
| HibUtils | |
| HibUtilsMapping |
metadata and other methods for hibernate
|
| Enum | Description |
|---|---|
| AuditControl | |
| GrouperCommitType |
Various types of committing
|
| GrouperRollbackType |
Various types of rolling back
|
| GrouperTransactionType |
enum of possible transaction types
|
This package contains grouper's Hibernate wrapping API
Copyright © 2016 Internet2. All rights reserved.