Uses of Interface
org.hibernate.usertype.CompositeUserType
-
Packages that use CompositeUserType Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.internal org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.metamodel.internal org.hibernate.property.access.internal Contains various implementations ofPropertyAccessStrategy
.org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.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()
TheCompositeUserType
.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)
List<CompositeUserType<?>>
MetadataBuilderImpl.MetadataBuildingOptionsImpl. getCompositeUserTypes()
Methods in org.hibernate.boot.internal with parameters of type CompositeUserType Modifier and Type Method Description void
MetadataBuilderImpl. contributeType(CompositeUserType<?> type)
-
Uses of CompositeUserType in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type CompositeUserType Modifier and Type Method Description default void
TypeContributions. contributeType(CompositeUserType<?> type)
Register aCompositeUserType
as the implicit (auto-applied) type for values of typereturnedClass()
. -
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)
List<CompositeUserType<?>>
AbstractDelegatingMetadataBuildingOptions. getCompositeUserTypes()
List<CompositeUserType<?>>
MetadataBuildingOptions. getCompositeUserTypes()
Access the list ofCompositeUserType
registrations. -
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
Constructors in org.hibernate.type with parameters of type CompositeUserType Constructor Description UserComponentType(Component component, int[] originalPropertyOrder, CompositeUserType<T> compositeUserType)
-
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
OffsetTimeCompositeUserType
class
ZonedDateTimeCompositeUserType
-