Uses of Interface
org.hibernate.usertype.UserCollectionType
-
Packages that use UserCollectionType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of UserCollectionType in org.hibernate.annotations
Methods in org.hibernate.annotations that return types with arguments of type UserCollectionType Modifier and Type Method Description Class<? extends UserCollectionType>type()Specifies the UserCollectionType to use when mapping the attribute to which this annotation is attached.Class<? extends UserCollectionType>type()Specifies the UserCollectionType to use when we encounter a plural attribute classified asCollectionTypeRegistration.classification() -
Uses of UserCollectionType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type UserCollectionType Modifier and Type Method Description Supplier<ManagedBean<? extends UserCollectionType>>CollectionBinder. getCustomTypeBeanResolver()static ManagedBean<? extends UserCollectionType>CollectionBinder. resolveCustomType(org.hibernate.annotations.common.reflection.XProperty property, CollectionType typeAnnotation, MetadataBuildingContext context) -
Uses of UserCollectionType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type UserCollectionType Modifier and Type Method Description Class<? extends UserCollectionType>InFlightMetadataCollector.CollectionTypeRegistrationDescriptor. getImplementation()Constructor parameters in org.hibernate.boot.spi with type arguments of type UserCollectionType Constructor Description CollectionTypeRegistrationDescriptor(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 UserCollectionType Modifier and Type Method Description static 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 UserCollectionType Modifier and Type Method Description static ManagedBean<UserCollectionType>MappingHelper. createLocalUserCollectionTypeBean(String role, Class<? extends UserCollectionType> implementation, boolean hasParameters, Map<String,String> parameters) -
Uses of UserCollectionType in org.hibernate.type
Methods in org.hibernate.type that return UserCollectionType Modifier and Type Method Description UserCollectionTypeCustomCollectionType. getUserType()Constructor parameters in org.hibernate.type with type arguments of type UserCollectionType Constructor Description CustomCollectionType(ManagedBean<? extends UserCollectionType> userTypeBean, String role, String foreignKeyPropertyName)
-