Uses of Interface
org.hibernate.sql.ast.tree.from.RootTableGroupProducer
Packages that use RootTableGroupProducer
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
-
Uses of RootTableGroupProducer in org.hibernate.loader.ast.spi
Subinterfaces of RootTableGroupProducer in org.hibernate.loader.ast.spiModifier and TypeInterfaceDescriptioninterface
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.mappingModifier and TypeInterfaceDescriptioninterface
Mapping of an entityinterface
Mapping of a plural (collection-valued) attribute -
Uses of RootTableGroupProducer in org.hibernate.metamodel.mapping.internal
Subinterfaces of RootTableGroupProducer in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
Defines the ability to perform post-creation processing for entity mappings.Classes in org.hibernate.metamodel.mapping.internal that implement RootTableGroupProducer -
Uses of RootTableGroupProducer in org.hibernate.persister.entity
Subinterfaces of RootTableGroupProducer in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement RootTableGroupProducerModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
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 RootTableGroupProducerModifier and TypeClassDescriptionclass
static class
-
Uses of RootTableGroupProducer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement RootTableGroupProducer