Uses of Class
org.hibernate.annotations.CollectionTypeRegistration
-
Packages that use CollectionTypeRegistration Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of CollectionTypeRegistration in org.hibernate.annotations
Methods in org.hibernate.annotations that return CollectionTypeRegistration Modifier and Type Method Description CollectionTypeRegistration[]
value()
The individual CollectionTypeRegistration -
Uses of CollectionTypeRegistration in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type CollectionTypeRegistration Modifier and Type Method Description void
InFlightMetadataCollectorImpl. addCollectionTypeRegistration(CollectionTypeRegistration registrationAnnotation)
-
Uses of CollectionTypeRegistration in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type CollectionTypeRegistration Modifier and Type Method Description void
InFlightMetadataCollector. addCollectionTypeRegistration(CollectionTypeRegistration registrationAnnotation)
-