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 TypeMethodDescriptionvoidMetadataBuilderImpl.contributeType(CompositeUserType<?> type) -
Uses of CompositeUserType in org.hibernate.boot.model
Methods in org.hibernate.boot.model with parameters of type CompositeUserTypeModifier and TypeMethodDescriptiondefault voidTypeContributions.contributeType(CompositeUserType<?> type) Register aCompositeUserTypeas 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 CompositeUserTypeModifier and TypeMethodDescriptionClass<? extends CompositeUserType<?>>InFlightMetadataCollector.findRegisteredCompositeUserType(Class<?> embeddableType) AbstractDelegatingMetadataBuildingOptions.getCompositeUserTypes()MetadataBuildingOptions.getCompositeUserTypes()Access the list ofCompositeUserTyperegistrations. -
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.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.userTypeConstructors 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 TypeClassDescriptionclassclassclassclass