Uses of Interface
org.hibernate.usertype.CompositeUserType
Packages that use CompositeUserType
Package
Description
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.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Contains various implementations of
PropertyAccessStrategy
.A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of CompositeUserType in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return types with arguments of type CompositeUserTypeModifier and TypeMethodDescriptionClass<? extends CompositeUserType<?>>
InFlightMetadataCollectorImpl.findRegisteredCompositeUserType
(Class<?> embeddableType) MetadataBuilderImpl.MetadataBuildingOptionsImpl.getCompositeUserTypes()
Methods in org.hibernate.boot.internal with parameters of type CompositeUserTypeModifier and TypeMethodDescriptionvoid
MetadataBuilderImpl.contributeType
(CompositeUserType<?> type) -
Uses of CompositeUserType in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type CompositeUserTypeModifier and TypeMethodDescriptiondefault void
TypeContributions.contributeType
(CompositeUserType<?> type) Register aCompositeUserType
as the implicit (auto-applied) type for values of typereturnedClass()
. -
Uses of CompositeUserType in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return types with arguments of type CompositeUserTypeModifier and TypeMethodDescriptionClass<? extends CompositeUserType<?>>
CompositeTypeRegistrationAnnotation.userType()
Class<? extends CompositeUserType<?>>
CompositeTypeAnnotation.value()
Class<? extends CompositeUserType<?>>
MapKeyCompositeTypeAnnotation.value()
Method parameters in org.hibernate.boot.models.annotations.internal with type arguments of type CompositeUserTypeModifier and TypeMethodDescriptionvoid
CompositeTypeRegistrationAnnotation.userType
(Class<? extends CompositeUserType<?>> value) void
CompositeTypeAnnotation.value
(Class<? extends CompositeUserType<?>> value) void
MapKeyCompositeTypeAnnotation.value
(Class<? extends CompositeUserType<?>> value) -
Uses of CompositeUserType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type CompositeUserTypeModifier and TypeMethodDescriptionClass<? extends CompositeUserType<?>>
InFlightMetadataCollector.findRegisteredCompositeUserType
(Class<?> embeddableType) AbstractDelegatingMetadataBuildingOptions.getCompositeUserTypes()
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 CompositeUserTypeModifierConstructorDescriptionEmbeddableRepresentationStrategyPojo
(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 CompositeUserTypeModifierConstructorDescriptionPropertyAccessStrategyCompositeUserTypeImpl
(CompositeUserType<?> compositeUserType, List<String> sortedPropertyNames, List<Type> sortedPropertyTypes) -
Uses of CompositeUserType in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return types with arguments of type CompositeUserTypeModifier and TypeMethodDescriptionClass<? extends CompositeUserType<?>>
DialectFeatureChecks.FakeMetadataBuildingContext.findRegisteredCompositeUserType
(Class<?> embeddableType) -
Uses of CompositeUserType in org.hibernate.type
Constructors in org.hibernate.type with parameters of type CompositeUserTypeModifierConstructorDescriptionUserComponentType
(Component component, int[] originalPropertyOrder, CompositeUserType<T> compositeUserType) -
Uses of CompositeUserType in org.hibernate.type.internal
Fields in org.hibernate.type.internal declared as CompositeUserTypeModifier and TypeFieldDescriptionprotected final CompositeUserType<J>
CompositeUserTypeJavaTypeWrapper.userType
Constructors in org.hibernate.type.internal with parameters of type CompositeUserTypeModifierConstructorDescriptionCompositeUserTypeJavaTypeWrapper
(CompositeUserType<J> userType) MutabilityPlanWrapper
(CompositeUserType<J> userType) -
Uses of CompositeUserType in org.hibernate.usertype.internal
Classes in org.hibernate.usertype.internal that implement CompositeUserTypeModifier and TypeClassDescriptionclass
class
class
class