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 TableDetails
EntityMappingType. getIdentifierTableDetails()
Details for the table that defines the identifier column(s) for an entity hierarchy.TableDetails
EntityMappingType. 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 class
CollectionTableMapping
-
Uses of TableDetails in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return TableDetails Modifier and Type Method Description TableDetails
JoinedSubclassEntityPersister. getIdentifierTableDetails()
TableDetails
SingleTableEntityPersister. getIdentifierTableDetails()
TableDetails
UnionSubclassEntityPersister. getIdentifierTableDetails()
TableDetails
JoinedSubclassEntityPersister. getMappedTableDetails()
TableDetails
SingleTableEntityPersister. getMappedTableDetails()
TableDetails
UnionSubclassEntityPersister. 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 class
EntityTableMapping
Descriptor 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 TableDetails
AnonymousTupleEntityValuedModelPart. getIdentifierTableDetails()
TableDetails
AnonymousTupleEntityValuedModelPart. getMappedTableDetails()
-
Uses of TableDetails in org.hibernate.sql.model
Subinterfaces of TableDetails in org.hibernate.sql.model Modifier and Type Interface Description interface
TableMapping
Describes a table as far as Hibernate understands it from mapping details
-