Uses of Enum Class
org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
Packages that use TypeDefinitionRegistry.DuplicationStrategy
Package
Description
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.DuplicationStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TypeDefinitionRegistry.DuplicationStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.model with parameters of type TypeDefinitionRegistry.DuplicationStrategyModifier and TypeMethodDescriptionTypeDefinitionRegistry.register
(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy) TypeDefinitionRegistryStandardImpl.register
(TypeDefinition typeDefinition, TypeDefinitionRegistry.DuplicationStrategy duplicationStrategy)