Uses of Class
org.hibernate.envers.internal.entities.ComponentDescription.ComponentType
-
Packages that use ComponentDescription.ComponentType Package Description org.hibernate.envers.internal.entities -
-
Uses of ComponentDescription.ComponentType in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return ComponentDescription.ComponentType Modifier and Type Method Description ComponentDescription.ComponentType
ComponentDescription. getType()
static ComponentDescription.ComponentType
ComponentDescription.ComponentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComponentDescription.ComponentType[]
ComponentDescription.ComponentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-