| Package | Description |
|---|---|
| com.ocs.dynamo.envers.domain |
| Modifier and Type | Method and Description |
|---|---|
static RevisionType |
RevisionType.fromInternal(org.hibernate.envers.RevisionType t)
Translates the Envers revision type to the Dymnamo revision type
|
RevisionType |
VersionedEntity.getRevisionType() |
static RevisionType |
RevisionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevisionType[] |
RevisionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersionedEntity.setRevisionType(RevisionType revisionType) |
Copyright © 2019 Open Circle Solutions. All rights reserved.