Java org.hibernate.envers RevisionType fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.envers RevisionType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.envers RevisionType.

The text is from its open source code.

Field

RevisionTypeADD
Indicates that the entity was added (persisted) at that revision.
RevisionTypeMOD
Indicates that the entity was modified (one or more of its fields) at that revision.
RevisionTypeDEL
Indicates that the entity was deleted (removed) at that revision.