| Package | Description |
|---|---|
| org.fryske_akademy.jpa |
This package contains an interface and a mapped superclass for entities, classes to support revisions (history) of entities and
a helper class.
|
| Modifier and Type | Method and Description |
|---|---|
RevInfo.TYPE |
RevInfo.getType() |
static RevInfo.TYPE |
RevInfo.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevInfo.TYPE[] |
RevInfo.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RevInfo(T entity,
RevInfo.TYPE type,
RevisionInfo revisionInfo) |
Copyright © 2018 Fryske Akademy. All rights reserved.