Uses of Interface
org.hibernate.metamodel.mapping.ForeignKeyDescriptor
-
Packages that use ForeignKeyDescriptor Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model. -
-
Uses of ForeignKeyDescriptor in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return ForeignKeyDescriptor Modifier and Type Method Description ForeignKeyDescriptorAssociation. getForeignKeyDescriptor()The descriptor, allowing access to column(s), etcForeignKeyDescriptorPluralAttributeMapping. getKeyDescriptor()ForeignKeyDescriptorForeignKeyDescriptor. withKeySelectionMapping(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer, IntFunction<SelectableMapping> selectableMappingAccess, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)Return a copy of this foreign key descriptor with the selectable mappings as provided by the given accessor.
-