Uses of Class
org.hibernate.mapping.RootClass
Packages that use RootClass
Package
Description
This package defines an abstraction over all kinds of automatic
value generation, including id generation and version number
generation.
This package defines the Hibernate configuration-time mapping model.
-
Uses of RootClass in org.hibernate.generator
Methods in org.hibernate.generator that return RootClassModifier and TypeMethodDescriptionGeneratorCreationContext.getRootClass()
Mapping details for the root of the entity hierarchy. -
Uses of RootClass in org.hibernate.mapping
Methods in org.hibernate.mapping that return RootClassModifier and TypeMethodDescriptionabstract RootClass
PersistentClass.getRootClass()
RootClass.getRootClass()
Subclass.getRootClass()
Methods in org.hibernate.mapping with parameters of type RootClassModifier and TypeMethodDescriptionComponent.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) KeyValue.createGenerator
(Dialect dialect, RootClass rootClass) Deprecated, for removal: This API element is subject to removal in a future version.No longer called, except from tests.KeyValue.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) SimpleValue.createGenerator
(Dialect dialect, RootClass rootClass) Deprecated, for removal: This API element is subject to removal in a future version.SimpleValue.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults)