Uses of Interface
org.hibernate.usertype.UserCollectionType
-
Packages that use UserCollectionType Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot.spi org.hibernate.cfg.annotations org.hibernate.mapping org.hibernate.type -
-
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.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, Properties parameters) -
Uses of UserCollectionType in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations 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 buildingContext) -
Uses of UserCollectionType in org.hibernate.mapping
-
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)
-