|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RevisionType | |
|---|---|
| org.hibernate.envers | |
| org.hibernate.envers.entities | |
| org.hibernate.envers.query | |
| org.hibernate.envers.synchronization.work | |
| Uses of RevisionType in org.hibernate.envers |
|---|
| Methods in org.hibernate.envers that return RevisionType | |
|---|---|
static RevisionType |
RevisionType.fromRepresentation(Object representation)
|
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. |
| Uses of RevisionType in org.hibernate.envers.entities |
|---|
| Methods in org.hibernate.envers.entities that return RevisionType | |
|---|---|
RevisionType |
RevisionTypeType.nullSafeGet(ResultSet resultSet,
String[] names,
Object owner)
|
| Uses of RevisionType in org.hibernate.envers.query |
|---|
| Methods in org.hibernate.envers.query that return types with arguments of type RevisionType | |
|---|---|
static AuditProperty<RevisionType> |
AuditEntity.revisionType()
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity. |
| Uses of RevisionType in org.hibernate.envers.synchronization.work |
|---|
| Methods in org.hibernate.envers.synchronization.work with parameters of type RevisionType | |
|---|---|
protected void |
AbstractAuditWorkUnit.fillDataWithId(Map<String,Object> data,
Object revision,
RevisionType revisionType)
|
| Constructors in org.hibernate.envers.synchronization.work with parameters of type RevisionType | |
|---|---|
FakeBidirectionalRelationWorkUnit(SessionImplementor sessionImplementor,
String entityName,
AuditConfiguration verCfg,
Serializable id,
String referencingPropertyName,
Object owningEntity,
RelationDescription rd,
RevisionType revisionType,
Object index,
AuditWorkUnit nestedWorkUnit)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||