Uses of Interface
org.hibernate.metamodel.mapping.TableDetails
-
Packages that use TableDetails Package Description 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.persister.collection.mutation Defines support for performing mutation operations against collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.query.derived org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events. -
-
Uses of TableDetails in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return TableDetails Modifier and Type Method Description TableDetailsEntityMappingType. getIdentifierTableDetails()Details for the table that defines the identifier column(s) for an entity hierarchy.TableDetailsEntityMappingType. getMappedTableDetails()Details for the table this entity maps. -
Uses of TableDetails in org.hibernate.persister.collection.mutation
Classes in org.hibernate.persister.collection.mutation that implement TableDetails Modifier and Type Class Description classCollectionTableMapping -
Uses of TableDetails in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return TableDetails Modifier and Type Method Description TableDetailsJoinedSubclassEntityPersister. getIdentifierTableDetails()TableDetailsSingleTableEntityPersister. getIdentifierTableDetails()TableDetailsUnionSubclassEntityPersister. getIdentifierTableDetails()TableDetailsJoinedSubclassEntityPersister. getMappedTableDetails()TableDetailsSingleTableEntityPersister. getMappedTableDetails()TableDetailsUnionSubclassEntityPersister. getMappedTableDetails() -
Uses of TableDetails in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation that implement TableDetails Modifier and Type Class Description classEntityTableMappingDescriptor for the mapping of a table relative to an entity -
Uses of TableDetails in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return TableDetails Modifier and Type Method Description TableDetailsAnonymousTupleEntityValuedModelPart. getIdentifierTableDetails()TableDetailsAnonymousTupleEntityValuedModelPart. getMappedTableDetails() -
Uses of TableDetails in org.hibernate.sql.model
Subinterfaces of TableDetails in org.hibernate.sql.model Modifier and Type Interface Description interfaceTableMappingDescribes a table as far as Hibernate understands it from mapping details
-