Uses of Interface
org.hibernate.sql.ast.tree.from.RootTableGroupProducer
-
Packages that use RootTableGroupProducer Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.loader.ast.spi org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.query.derived -
-
Uses of RootTableGroupProducer in org.hibernate.id
Subinterfaces of RootTableGroupProducer in org.hibernate.id Modifier and Type Interface Description interface
PostInsertIdentityPersister
Deprecated, for removal: This API element is subject to removal in a future version.UseEntityPersister
instead. -
Uses of RootTableGroupProducer in org.hibernate.loader.ast.spi
Subinterfaces of RootTableGroupProducer in org.hibernate.loader.ast.spi Modifier and Type Interface Description interface
Loadable
Common details for things that can be loaded by a loader - generally entities and plural attributes (collections). -
Uses of RootTableGroupProducer in org.hibernate.metamodel.mapping
Subinterfaces of RootTableGroupProducer in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
EntityMappingType
Mapping of an entityinterface
PluralAttributeMapping
Mapping of a plural (collection-valued) attribute -
Uses of RootTableGroupProducer in org.hibernate.metamodel.mapping.internal
Subinterfaces of RootTableGroupProducer in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
InFlightEntityMappingType
Classes in org.hibernate.metamodel.mapping.internal that implement RootTableGroupProducer Modifier and Type Class Description class
PluralAttributeMappingImpl
-
Uses of RootTableGroupProducer in org.hibernate.persister.entity
Subinterfaces of RootTableGroupProducer in org.hibernate.persister.entity Modifier and Type Interface Description interface
DeprecatedEntityStuff
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
EntityPersister
A strategy for persisting a mapped entity class.interface
Loadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Lockable
Deprecated, for removal: This API element is subject to removal in a future version.interface
OuterJoinLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Queryable
Deprecated.UseEntityMappingType
insteadinterface
SQLLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
UniqueKeyLoadable
Classes in org.hibernate.persister.entity that implement RootTableGroupProducer Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of RootTableGroupProducer in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement RootTableGroupProducer Modifier and Type Class Description class
MockEntityPersister
static class
ProcessorSessionFactory.EntityPersister
-
Uses of RootTableGroupProducer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement RootTableGroupProducer Modifier and Type Class Description class
AnonymousTupleEntityValuedModelPart
-