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 collections.
This package abstracts persistence mechanisms for entities.
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
Types.-
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 BytecodeEnhancementMetadataBytecodeEnhancementMetadataPojoImpl.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 ObjectWrapVisitor.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 EmbeddedAttributeMappingMappingModelCreationHelper.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 EmbeddedAttributeMappingMappingModelCreationHelper.buildEmbeddedAttributeMapping(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static EntityIdentifierMappingMappingModelCreationHelper.buildEncapsulatedCompositeIdentifierMapping(EntityPersister entityPersister, Property bootProperty, String attributeName, String rootTableName, String[] rootTableKeyColumnNames, CompositeType cidType, MappingModelCreationProcess creationProcess) protected booleanAbstractEmbeddableMapping.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 EmbeddableMappingTypeImplEmbeddableMappingTypeImpl.from(Component bootDescriptor, CompositeType compositeType, boolean[] insertability, boolean[] updateability, Function<EmbeddableMappingType, EmbeddableValuedModelPart> embeddedPartBuilder, MappingModelCreationProcess creationProcess) static EmbeddableMappingTypeImplEmbeddableMappingTypeImpl.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.collection
Constructors in org.hibernate.persister.collection with parameters of type CompositeTypeModifierConstructorDescriptionCompositeElementPropertyMapping(String[] elementColumns, String[] elementColumnReaders, String[] elementColumnReaderTemplates, String[] elementFormulaTemplates, CompositeType compositeType, Metadata factory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CompositeType in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type CompositeTypeModifier and TypeMethodDescriptionprotected EmbeddedAttributeMappingAbstractEntityPersister.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 Reactiveprotected voidAbstractPropertyMapping.initComponentPropertyPaths(String path, CompositeType type, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CompositeType in org.hibernate.proxy
Methods in org.hibernate.proxy with parameters of type CompositeTypeModifier and TypeMethodDescriptionvoidProxyFactory.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 TypeMethodDescriptionvoidMapProxyFactory.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 CompositeTypeBasicLazyInitializer.componentIdTypeConstructors in org.hibernate.proxy.pojo with parameters of type CompositeTypeModifierConstructorDescriptionprotectedBasicLazyInitializer(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 TypeMethodDescriptionvoidByteBuddyProxyFactory.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 CompositeTypeModifierConstructorDescriptionprotectedAbstractCompositionAttribute(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 TypeClassDescriptionclassHandles "any" mappingsclassHandles embedded mappings.classclassHandlesCompositeUserTypes. -
Uses of CompositeType in org.hibernate.type.spi
Subinterfaces of CompositeType in org.hibernate.type.spi