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 incrementally built understanding of the application's domain model (its entities, attributes, etc). -
-
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.DuplicationStrategyTypeDefinitionRegistry.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 TypeDefinitionRegistryTypeDefinitionRegistry. register(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy)TypeDefinitionRegistryTypeDefinitionRegistryStandardImpl. register(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy)
-