Uses of Interface
org.hibernate.type.CompositeType
-
Packages that use CompositeType Package Description org.hibernate.bytecode.enhance.spi.interceptor Support for bytecode interceptor implementations.org.hibernate.bytecode.internal org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.map Proxies for entity objects represented as Java maps.org.hibernate.proxy.pojo Proxies for plain Java objects.org.hibernate.proxy.pojo.bytebuddy org.hibernate.tuple.component org.hibernate.tuple.entity org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.spi Defines a registry for HibernateType
s. -
-
Uses of CompositeType in org.hibernate.bytecode.enhance.spi.interceptor
Constructors in org.hibernate.bytecode.enhance.spi.interceptor with parameters of type CompositeType Constructor Description EnhancementAsProxyLazinessInterceptor(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 CompositeType Modifier and Type Method Description static 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 CompositeType Modifier and Type Method Description protected Object
WrapVisitor. processComponent(Object component, CompositeType componentType)
-
Uses of CompositeType in org.hibernate.mapping
Methods in org.hibernate.mapping that return CompositeType Modifier and Type Method Description CompositeType
Component. getType()
-
Uses of CompositeType in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type CompositeType Modifier and Type Method Description static 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.collection
Constructors in org.hibernate.persister.collection with parameters of type CompositeType Constructor Description CompositeElementPropertyMapping(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 CompositeType Modifier and Type Method Description protected 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 Reactiveprotected void
AbstractPropertyMapping. 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 CompositeType Modifier and Type Method Description void
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 CompositeType Modifier and Type Method Description void
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 CompositeType Modifier and Type Field Description protected CompositeType
BasicLazyInitializer. componentIdType
Constructors in org.hibernate.proxy.pojo with parameters of type CompositeType Constructor Description 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 CompositeType Modifier and Type Method Description void
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 CompositeType Constructor Description ByteBuddyInterceptor(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 CompositeType Modifier and Type Method Description CompositeType
AbstractCompositionAttribute. 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 CompositeType Constructor Description 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 CompositeType Constructor Description EntityBasedCompositionAttribute(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 CompositeType Modifier and Type Class Description class
AnyType
Handles "any" mappingsclass
ComponentType
Handles "component" mappingsclass
EmbeddedComponentType
-
Uses of CompositeType in org.hibernate.type.spi
Subinterfaces of CompositeType in org.hibernate.type.spi Modifier and Type Interface Description interface
CompositeTypeImplementor
-