Uses of Class
org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
-
Packages that use TypeDefinitionRegistry.DuplicationStrategy Package Description org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database. -
-
Uses of TypeDefinitionRegistry.DuplicationStrategy in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TypeDefinitionRegistry.DuplicationStrategy Modifier and Type Method Description static TypeDefinitionRegistry.DuplicationStrategy
TypeDefinitionRegistry.DuplicationStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static TypeDefinitionRegistry.DuplicationStrategy[]
TypeDefinitionRegistry.DuplicationStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.model with parameters of type TypeDefinitionRegistry.DuplicationStrategy Modifier and Type Method Description TypeDefinitionRegistry
TypeDefinitionRegistry. register(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy)
TypeDefinitionRegistry
TypeDefinitionRegistryStandardImpl. register(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy)
-