Uses of Interface
org.hibernate.boot.spi.PropertyData
-
Packages that use PropertyData Package Description org.hibernate.boot.spi 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 PropertyData Modifier and Type Method Description PropertyDataInFlightMetadataCollector. getPropertyAnnotatedWithIdAndToOne(org.hibernate.annotations.common.reflection.XClass persistentXClass, String propertyName)PropertyDataInFlightMetadataCollector. getPropertyAnnotatedWithMapsId(org.hibernate.annotations.common.reflection.XClass persistentXClass, String propertyName)Methods in org.hibernate.boot.spi with parameters of type PropertyData Modifier and Type Method Description voidInFlightMetadataCollector. addPropertyAnnotatedWithMapsId(org.hibernate.annotations.common.reflection.XClass entity, PropertyData propertyAnnotatedElement)voidInFlightMetadataCollector. addPropertyAnnotatedWithMapsIdSpecj(org.hibernate.annotations.common.reflection.XClass entity, PropertyData specJPropertyData, String s)voidInFlightMetadataCollector. addToOneAndIdProperty(org.hibernate.annotations.common.reflection.XClass entity, PropertyData propertyAnnotatedElement)
-