Uses of Interface
org.hibernate.metamodel.mapping.ForeignKeyDescriptor
-
Packages that use ForeignKeyDescriptor Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.sql.results.internal.domain -
-
Uses of ForeignKeyDescriptor in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return ForeignKeyDescriptor Modifier and Type Method Description ForeignKeyDescriptor
Association. getForeignKeyDescriptor()
The descriptor, allowing access to column(s), etcForeignKeyDescriptor
PluralAttributeMapping. getKeyDescriptor()
ForeignKeyDescriptor
ForeignKeyDescriptor. withKeySelectionMapping(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer, IntFunction<SelectableMapping> selectableMappingAccess, MappingModelCreationProcess creationProcess)
Return a copy of this foreign key descriptor with the selectable mappings as provided by the given accessor. -
Uses of ForeignKeyDescriptor in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement ForeignKeyDescriptor Modifier and Type Class Description class
EmbeddedForeignKeyDescriptor
class
SimpleForeignKeyDescriptor
Methods in org.hibernate.metamodel.mapping.internal that return ForeignKeyDescriptor Modifier and Type Method Description ForeignKeyDescriptor
EntityCollectionPart. getForeignKeyDescriptor()
ForeignKeyDescriptor
ToOneAttributeMapping. getForeignKeyDescriptor()
ForeignKeyDescriptor
PluralAttributeMappingImpl. getKeyDescriptor()
ForeignKeyDescriptor
EmbeddedForeignKeyDescriptor. withKeySelectionMapping(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer, IntFunction<SelectableMapping> selectableMappingAccess, MappingModelCreationProcess creationProcess)
ForeignKeyDescriptor
SimpleForeignKeyDescriptor. withKeySelectionMapping(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer, IntFunction<SelectableMapping> selectableMappingAccess, MappingModelCreationProcess creationProcess)
Methods in org.hibernate.metamodel.mapping.internal with parameters of type ForeignKeyDescriptor Modifier and Type Method Description void
PluralAttributeMappingImpl. setForeignKeyDescriptor(ForeignKeyDescriptor fkDescriptor)
void
ToOneAttributeMapping. setForeignKeyDescriptor(ForeignKeyDescriptor foreignKeyDescriptor)
-
Uses of ForeignKeyDescriptor in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain that return ForeignKeyDescriptor Modifier and Type Method Description ForeignKeyDescriptor
CircularBiDirectionalFetchImpl. getForeignKeyDescriptor()
ForeignKeyDescriptor
CircularFetchImpl. getForeignKeyDescriptor()
-