Uses of Interface
org.hibernate.usertype.CompositeUserType
-
Packages that use CompositeUserType Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.metamodel.internal org.hibernate.property.access.internal org.hibernate.type.internal org.hibernate.usertype.internal -
-
Uses of CompositeUserType in org.hibernate.annotations
Methods in org.hibernate.annotations that return types with arguments of type CompositeUserType Modifier and Type Method Description Class<? extends CompositeUserType<?>>
userType()
Class<? extends CompositeUserType<?>>
value()
The custom type implementor classClass<? extends CompositeUserType<?>>
value()
The custom type implementor class -
Uses of CompositeUserType in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return types with arguments of type CompositeUserType Modifier and Type Method Description Class<? extends CompositeUserType<?>>
InFlightMetadataCollectorImpl. findRegisteredCompositeUserType(Class<?> embeddableType)
-
Uses of CompositeUserType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type CompositeUserType Modifier and Type Method Description Class<? extends CompositeUserType<?>>
InFlightMetadataCollector. findRegisteredCompositeUserType(Class<?> embeddableType)
-
Uses of CompositeUserType in org.hibernate.metamodel.internal
Constructors in org.hibernate.metamodel.internal with parameters of type CompositeUserType Constructor Description EmbeddableCompositeUserTypeInstantiator(CompositeUserType<Object> userType)
EmbeddableRepresentationStrategyPojo(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptorAccess, EmbeddableInstantiator customInstantiator, CompositeUserType<Object> compositeUserType, RuntimeModelCreationContext creationContext)
-
Uses of CompositeUserType in org.hibernate.property.access.internal
Constructors in org.hibernate.property.access.internal with parameters of type CompositeUserType Constructor Description PropertyAccessStrategyCompositeUserTypeImpl(CompositeUserType<?> compositeUserType, List<String> sortedPropertyNames, List<Type> sortedPropertyTypes)
-
Uses of CompositeUserType in org.hibernate.type.internal
Fields in org.hibernate.type.internal declared as CompositeUserType Modifier and Type Field Description protected CompositeUserType<J>
CompositeUserTypeJavaTypeWrapper. userType
Constructors in org.hibernate.type.internal with parameters of type CompositeUserType Constructor Description CompositeUserTypeJavaTypeWrapper(CompositeUserType<J> userType)
MutabilityPlanWrapper(CompositeUserType<J> userType)
-
Uses of CompositeUserType in org.hibernate.usertype.internal
Classes in org.hibernate.usertype.internal that implement CompositeUserType Modifier and Type Class Description class
AbstractTimeZoneStorageCompositeUserType<T>
class
OffsetDateTimeCompositeUserType
class
ZonedDateTimeCompositeUserType
-