Uses of Class
org.hibernate.envers.ModificationStore
-
Packages that use ModificationStore Package Description org.hibernate.envers -
-
Uses of ModificationStore in org.hibernate.envers
Methods in org.hibernate.envers that return ModificationStore Modifier and Type Method Description ModificationStore
modStore()
Deprecated.since 5.2, to be removed in 6.0 with no replacement.static ModificationStore
ModificationStore. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static ModificationStore[]
ModificationStore. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-