Uses of Class
org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
-
Packages that use TypeDefinitionRegistry.DuplicationStrategy Package Description org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "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)
-