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(XProperty 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) protectedCollectionBinder(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.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 bindingprotectedCollection(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)