Uses of Interface
org.hibernate.boot.spi.PropertyData
Packages that use PropertyData
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of PropertyData in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return PropertyDataModifier and TypeMethodDescriptionInFlightMetadataCollector.getPropertyAnnotatedWithIdAndToOne(org.hibernate.models.spi.ClassDetails persistentClassDetails, String propertyName) InFlightMetadataCollector.getPropertyAnnotatedWithMapsId(org.hibernate.models.spi.ClassDetails persistentClassDetails, String propertyName) Methods in org.hibernate.boot.spi with parameters of type PropertyDataModifier and TypeMethodDescriptionvoidInFlightMetadataCollector.addPropertyAnnotatedWithMapsId(org.hibernate.models.spi.ClassDetails entityClassDetails, PropertyData propertyAnnotatedElement) voidInFlightMetadataCollector.addToOneAndIdProperty(org.hibernate.models.spi.ClassDetails entityClassDetails, PropertyData propertyAnnotatedElement)