Uses of Class
com.ocs.dynamo.envers.domain.RevisionType
-
Packages that use RevisionType Package Description com.ocs.dynamo.envers.domain -
-
Uses of RevisionType in com.ocs.dynamo.envers.domain
Methods in com.ocs.dynamo.envers.domain that return RevisionType Modifier and Type Method Description static RevisionTypeRevisionType. fromInternal(org.hibernate.envers.RevisionType t)Translates the Envers revision type to the Dynamo revision typeRevisionTypeVersionedEntity. getRevisionType()static RevisionTypeRevisionType. 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.Methods in com.ocs.dynamo.envers.domain with parameters of type RevisionType Modifier and Type Method Description voidVersionedEntity. setRevisionType(RevisionType revisionType)
-