Uses of Interface
org.hibernate.type.CompositeType
Packages that use CompositeType
Package
Description
Support for bytecode interceptor implementations.
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.This package defines the Hibernate configuration-time mapping model.
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
This package defines a framework for lazy-initializing entity proxies.
Proxies for entity objects represented as Java maps.
Proxies for plain Java objects.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.Defines a registry for Hibernate
Type
s.-
Uses of CompositeType in org.hibernate.bytecode.enhance.spi.interceptor
Constructors in org.hibernate.bytecode.enhance.spi.interceptor with parameters of type CompositeTypeModifierConstructorDescriptionEnhancementAsProxyLazinessInterceptor
(String entityName, Set<String> identifierAttributeNames, CompositeType nonAggregatedCidMapper, EntityKey entityKey, SharedSessionContractImplementor session) -
Uses of CompositeType in org.hibernate.bytecode.internal
Methods in org.hibernate.bytecode.internal with parameters of type CompositeTypeModifier and TypeMethodDescriptionstatic BytecodeEnhancementMetadata
BytecodeEnhancementMetadataPojoImpl.from
(PersistentClass persistentClass, Set<String> identifierAttributeNames, CompositeType nonAggregatedCidMapper, boolean collectionsInDefaultFetchGroupEnabled, Metadata metadata) Static constructor -
Uses of CompositeType in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type CompositeTypeModifier and TypeMethodDescriptionprotected Object
WrapVisitor.processComponent
(Object component, CompositeType componentType) -
Uses of CompositeType in org.hibernate.id
Constructors in org.hibernate.id with parameters of type CompositeTypeModifierConstructorDescriptionCompositeNestedGeneratedValueGenerator
(CompositeNestedGeneratedValueGenerator.GenerationContextLocator generationContextLocator, CompositeType compositeType) -
Uses of CompositeType in org.hibernate.mapping
Methods in org.hibernate.mapping that return CompositeType -
Uses of CompositeType in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type CompositeTypeModifier and TypeMethodDescriptionstatic EmbeddedAttributeMapping
MappingModelCreationHelper.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static EmbeddedAttributeMapping
MappingModelCreationHelper.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static EntityIdentifierMapping
MappingModelCreationHelper.buildEncapsulatedCompositeIdentifierMapping
(EntityPersister entityPersister, Property bootProperty, String attributeName, String rootTableName, String[] rootTableKeyColumnNames, CompositeType cidType, MappingModelCreationProcess creationProcess) protected boolean
AbstractEmbeddableMapping.finishInitialization
(NavigableRole navigableRole, Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, EmbeddableMappingType declarer, EmbeddableRepresentationStrategy representationStrategy, AbstractEmbeddableMapping.AttributeTypeValidator attributeTypeValidator, AbstractEmbeddableMapping.ConcreteTableResolver concreteTableResolver, Consumer<AttributeMapping> attributeConsumer, AbstractEmbeddableMapping.SuccessfulCompletionCallback completionCallback, MappingModelCreationProcess creationProcess) static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl.from
(Component bootDescriptor, CompositeType compositeType, boolean[] insertability, boolean[] updateability, Function<EmbeddableMappingType, EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess) static EmbeddableMappingTypeImpl
EmbeddableMappingTypeImpl.from
(Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, Property componentProperty, DependantValue dependantValue, int dependantColumnIndex, boolean[] insertability, boolean[] updateability, Function<EmbeddableMappingType, EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess) -
Uses of CompositeType in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type CompositeTypeModifier and TypeMethodDescriptionprotected EmbeddedAttributeMapping
AbstractEntityPersister.buildEmbeddedAttributeMapping
(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) For Hibernate Reactive -
Uses of CompositeType in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement CompositeType -
Uses of CompositeType in org.hibernate.proxy
Methods in org.hibernate.proxy with parameters of type CompositeTypeModifier and TypeMethodDescriptionvoid
ProxyFactory.postInstantiate
(String entityName, Class<?> persistentClass, Set<Class<?>> interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType) Called immediately after instantiation of this factory. -
Uses of CompositeType in org.hibernate.proxy.map
Methods in org.hibernate.proxy.map with parameters of type CompositeTypeModifier and TypeMethodDescriptionvoid
MapProxyFactory.postInstantiate
(String entityName, Class<?> persistentClass, Set<Class<?>> interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType) -
Uses of CompositeType in org.hibernate.proxy.pojo
Fields in org.hibernate.proxy.pojo declared as CompositeTypeModifier and TypeFieldDescriptionprotected final CompositeType
BasicLazyInitializer.componentIdType
Constructors in org.hibernate.proxy.pojo with parameters of type CompositeTypeModifierConstructorDescriptionprotected
BasicLazyInitializer
(String entityName, Class<?> persistentClass, Object id, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType, SharedSessionContractImplementor session, boolean overridesEquals) -
Uses of CompositeType in org.hibernate.proxy.pojo.bytebuddy
Methods in org.hibernate.proxy.pojo.bytebuddy with parameters of type CompositeTypeModifier and TypeMethodDescriptionvoid
ByteBuddyProxyFactory.postInstantiate
(String entityName, Class<?> persistentClass, Set<Class<?>> interfaces, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType) Constructors in org.hibernate.proxy.pojo.bytebuddy with parameters of type CompositeTypeModifierConstructorDescriptionByteBuddyInterceptor
(String entityName, Class<?> persistentClass, Class<?>[] interfaces, Object id, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType, SharedSessionContractImplementor session, boolean overridesEquals) SerializableProxy
(String entityName, Class<?> persistentClass, Class<?>[] interfaces, Object id, Boolean readOnly, String sessionFactoryUuid, String sessionFactoryName, boolean allowLoadOutsideTransaction, Method getIdentifierMethod, Method setIdentifierMethod, CompositeType componentIdType) -
Uses of CompositeType in org.hibernate.tuple.component
Methods in org.hibernate.tuple.component that return CompositeTypeModifier and TypeMethodDescriptionAbstractCompositionAttribute.getType()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.tuple.component with parameters of type CompositeTypeModifierConstructorDescriptionprotected
AbstractCompositionAttribute
(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CompositeType in org.hibernate.tuple.entity
Constructors in org.hibernate.tuple.entity with parameters of type CompositeTypeModifierConstructorDescriptionEntityBasedCompositionAttribute
(EntityPersister source, SessionFactoryImplementor factory, int attributeNumber, String attributeName, CompositeType attributeType, BaselineAttributeInformation baselineInfo) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CompositeType in org.hibernate.type
Classes in org.hibernate.type that implement CompositeTypeModifier and TypeClassDescriptionclass
Handles "any" mappingsclass
Handles embedded mappings.class
class
HandlesCompositeUserType
s. -
Uses of CompositeType in org.hibernate.type.spi
Subinterfaces of CompositeType in org.hibernate.type.spi