Uses of Interface
org.hibernate.metamodel.mapping.TableDetails
Packages that use TableDetails
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).
Defines support for performing mutation operations against collections.
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating
from persistence-context events.
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 TableDetailsModifier and TypeMethodDescriptionEntityMappingType.getIdentifierTableDetails()
Details for the table that defines the identifier column(s) for an entity hierarchy.EntityMappingType.getMappedTableDetails()
Details for the table this entity maps.default TableDetails
EntityMappingType.getSoftDeleteTableDetails()
SoftDeletableModelPart.getSoftDeleteTableDetails()
-
Uses of TableDetails in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return TableDetails -
Uses of TableDetails in org.hibernate.persister.collection.mutation
Classes in org.hibernate.persister.collection.mutation that implement TableDetails -
Uses of TableDetails in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return TableDetailsModifier and TypeMethodDescriptionJoinedSubclassEntityPersister.getIdentifierTableDetails()
SingleTableEntityPersister.getIdentifierTableDetails()
UnionSubclassEntityPersister.getIdentifierTableDetails()
JoinedSubclassEntityPersister.getMappedTableDetails()
SingleTableEntityPersister.getMappedTableDetails()
UnionSubclassEntityPersister.getMappedTableDetails()
-
Uses of TableDetails in org.hibernate.persister.entity.mutation
Classes in org.hibernate.persister.entity.mutation that implement TableDetailsModifier and TypeClassDescriptionclass
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 TableDetailsModifier and TypeMethodDescriptionAnonymousTupleEntityValuedModelPart.getIdentifierTableDetails()
AnonymousTupleEntityValuedModelPart.getMappedTableDetails()
AnonymousTupleEntityValuedModelPart.getSoftDeleteTableDetails()
-
Uses of TableDetails in org.hibernate.sql.model
Subinterfaces of TableDetails in org.hibernate.sql.modelModifier and TypeInterfaceDescriptioninterface
Describes a table as far as Hibernate understands it from mapping details