| Package | Description |
|---|---|
| edu.internet2.middleware.grouper.hibernate |
This package contains grouper's Hibernate wrapping API
|
| edu.internet2.middleware.grouper.internal.dao |
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
|
| edu.internet2.middleware.grouper.internal.dao.hib3 |
This package contains hib3 related data access object implementations
and mappings
|
| Modifier and Type | Method and Description |
|---|---|
static GrouperCommitType |
GrouperCommitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperCommitType |
GrouperCommitType.valueOfIgnoreCase(String string)
do a case-insensitive matching
|
static GrouperCommitType[] |
GrouperCommitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HibernateSession.commit(GrouperCommitType grouperCommitType)
commit (perhaps, depending on type)
|
boolean |
GrouperTransaction.commit(GrouperCommitType grouperCommitType)
commit a transaction (perhaps, based on type)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransactionDAO.transactionCommit(GrouperTransaction grouperTransaction,
GrouperCommitType grouperCommitType)
call this to commit a transaction
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Hib3TransactionDAO.transactionCommit(GrouperTransaction grouperTransaction,
GrouperCommitType grouperCommitType) |
Copyright © 2016 Internet2. All rights reserved.