Uses of Interface
org.hibernate.usertype.UserCollectionType
Packages that use UserCollectionType
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines the Hibernate configuration-time mapping model.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of UserCollectionType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type UserCollectionTypeModifier and TypeMethodDescriptionSupplier<ManagedBean<? extends UserCollectionType>>
CollectionBinder.getCustomTypeBeanResolver()
static ManagedBean<? extends UserCollectionType>
CollectionBinder.resolveCustomType
(org.hibernate.models.spi.MemberDetails property, CollectionType typeAnnotation, MetadataBuildingContext context) Constructor parameters in org.hibernate.boot.model.internal with type arguments of type UserCollectionTypeModifierConstructorDescriptionArrayBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext) BagBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext context) protected
CollectionBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, boolean isSortedCollection, MetadataBuildingContext buildingContext) IdBagBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext) ListBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext) MapBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, boolean sorted, MetadataBuildingContext buildingContext) PrimitiveArrayBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, MetadataBuildingContext buildingContext) SetBinder
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, boolean sorted, MetadataBuildingContext buildingContext) -
Uses of UserCollectionType in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return types with arguments of type UserCollectionTypeModifier and TypeMethodDescriptionClass<? extends UserCollectionType>
CollectionTypeAnnotation.type()
Class<? extends UserCollectionType>
CollectionTypeRegistrationAnnotation.type()
Method parameters in org.hibernate.boot.models.annotations.internal with type arguments of type UserCollectionTypeModifier and TypeMethodDescriptionvoid
CollectionTypeAnnotation.type
(Class<? extends UserCollectionType> value) void
CollectionTypeRegistrationAnnotation.type
(Class<? extends UserCollectionType> value) -
Uses of UserCollectionType in org.hibernate.boot.models.internal
Method parameters in org.hibernate.boot.models.internal with type arguments of type UserCollectionTypeModifier and TypeMethodDescriptionvoid
GlobalRegistrationsImpl.collectCollectionTypeRegistration
(CollectionClassification classification, Class<? extends UserCollectionType> userTypeClass, Map<String, String> parameters) -
Uses of UserCollectionType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type UserCollectionTypeModifier and TypeMethodDescriptionClass<? extends UserCollectionType>
InFlightMetadataCollector.CollectionTypeRegistrationDescriptor.getImplementation()
Constructor parameters in org.hibernate.boot.spi with type arguments of type UserCollectionTypeModifierConstructorDescriptionCollectionTypeRegistrationDescriptor
(Class<? extends UserCollectionType> implementation, Map<String, String> parameters) -
Uses of UserCollectionType in org.hibernate.mapping
Methods in org.hibernate.mapping that return types with arguments of type UserCollectionTypeModifier and TypeMethodDescriptionstatic ManagedBean<UserCollectionType>
MappingHelper.createLocalUserCollectionTypeBean
(String role, Class<? extends UserCollectionType> implementation, boolean hasParameters, Map<String, String> parameters) Method parameters in org.hibernate.mapping with type arguments of type UserCollectionTypeModifier and TypeMethodDescriptionstatic ManagedBean<UserCollectionType>
MappingHelper.createLocalUserCollectionTypeBean
(String role, Class<? extends UserCollectionType> implementation, boolean hasParameters, Map<String, String> parameters) Constructor parameters in org.hibernate.mapping with type arguments of type UserCollectionTypeModifierConstructorDescriptionArray
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) Bag
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) Annotation bindingprotected
Collection
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) Annotation bindingIdentifierBag
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) annotation bindingIdentifierCollection
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) IndexedCollection
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) List
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) annotation bindingMap
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) PrimitiveArray
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass owner, MetadataBuildingContext buildingContext) Set
(Supplier<ManagedBean<? extends UserCollectionType>> customTypeBeanResolver, PersistentClass persistentClass, MetadataBuildingContext buildingContext) Used by annotation binding -
Uses of UserCollectionType in org.hibernate.type
Methods in org.hibernate.type that return UserCollectionTypeConstructor parameters in org.hibernate.type with type arguments of type UserCollectionTypeModifierConstructorDescriptionCustomCollectionType
(ManagedBean<? extends UserCollectionType> userTypeBean, String role, String foreignKeyPropertyName)