Uses of Annotation Interface
org.hibernate.annotations.CollectionType
Packages that use CollectionType
Package
Description
Overall, this module is responsible for taking
managed-resources and
building the
hibernate-models
model (ClassDetails, etc.)
to ultimately be bound into Hibernate's boot-time model.-
Uses of CollectionType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type CollectionTypeModifier and TypeMethodDescriptionstatic ManagedBean<? extends UserCollectionType>
CollectionBinder.resolveCustomType
(org.hibernate.models.spi.MemberDetails property, CollectionType typeAnnotation, MetadataBuildingContext context) -
Uses of CollectionType in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type CollectionTypeModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionType,
CollectionTypeAnnotation> HibernateAnnotations.COLLECTION_TYPE
-
Uses of CollectionType in org.hibernate.boot.models.annotations.internal
Constructors in org.hibernate.boot.models.annotations.internal with parameters of type CollectionTypeModifierConstructorDescriptionCollectionTypeAnnotation
(CollectionType annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant