| Package | Description |
|---|---|
| org.hibernate.bytecode.enhance.spi.interceptor |
interceptor implementations
|
| org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
| org.hibernate.metamodel.model.domain.spi | |
| org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
| org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
| org.hibernate.persister.walking.spi | |
| org.hibernate.proxy |
This package defines a framework for lazy-initializing
entity proxies.
|
| org.hibernate.proxy.map | |
| org.hibernate.proxy.pojo | |
| org.hibernate.proxy.pojo.bytebuddy | |
| org.hibernate.proxy.pojo.javassist | |
| org.hibernate.tuple.component | |
| org.hibernate.tuple.entity | |
| org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
| Constructor and Description |
|---|
EnhancementAsProxyLazinessInterceptor(String entityName,
Set<String> identifierAttributeNames,
CompositeType nonAggregatedCidMapper,
EntityKey entityKey,
SharedSessionContractImplementor session) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Example.addComponentTypedValues(String path,
Object component,
CompositeType type,
List<TypedValue> list,
Criteria criteria,
CriteriaQuery criteriaQuery) |
protected void |
Example.appendComponentCondition(String path,
Object component,
CompositeType type,
Criteria criteria,
CriteriaQuery criteriaQuery,
StringBuilder buf) |
| Modifier and Type | Method and Description |
|---|---|
CompositeType |
EmbeddedTypeDescriptor.getHibernateType() |
| Constructor and Description |
|---|
CompositeElementPropertyMapping(String[] elementColumns,
String[] elementColumnReaders,
String[] elementColumnReaderTemplates,
String[] elementFormulaTemplates,
CompositeType compositeType,
Mapping factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPropertyMapping.initComponentPropertyPaths(String path,
CompositeType type,
String[] columns,
String[] columnReaders,
String[] columnReaderTemplates,
String[] formulaTemplates,
Mapping factory) |
| Modifier and Type | Method and Description |
|---|---|
CompositeType |
CompositionDefinition.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set<Class> interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType)
Called immediately after instantiation of this factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType) |
| Modifier and Type | Field and Description |
|---|---|
protected CompositeType |
BasicLazyInitializer.componentIdType |
| Constructor and Description |
|---|
BasicLazyInitializer(String entityName,
Class persistentClass,
Serializable id,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType,
SharedSessionContractImplementor session,
boolean overridesEquals) |
| Modifier and Type | Method and Description |
|---|---|
protected CompositeType |
SerializableProxy.getComponentIdType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteBuddyProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set<Class> interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType) |
| Constructor and Description |
|---|
ByteBuddyInterceptor(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType,
SharedSessionContractImplementor session,
boolean overridesEquals) |
SerializableProxy(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Boolean readOnly,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType)
|
SerializableProxy(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Boolean readOnly,
String sessionFactoryUuid,
boolean allowLoadOutsideTransaction,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType) |
| Modifier and Type | Method and Description |
|---|---|
protected CompositeType |
SerializableProxy.getComponentIdType() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavassistProxyFactory.postInstantiate(String entityName,
Class persistentClass,
Set<Class> interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType) |
| Constructor and Description |
|---|
JavassistLazyInitializer(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType,
SharedSessionContractImplementor session,
boolean overridesEquals) |
SerializableProxy(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Boolean readOnly,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType)
|
SerializableProxy(String entityName,
Class persistentClass,
Class[] interfaces,
Serializable id,
Boolean readOnly,
String sessionFactoryUuid,
boolean allowLoadOutsideTransaction,
Method getIdentifierMethod,
Method setIdentifierMethod,
CompositeType componentIdType) |
| Modifier and Type | Method and Description |
|---|---|
CompositeType |
AbstractCompositionAttribute.getType() |
| Constructor and Description |
|---|
AbstractCompositionAttribute(AttributeSource source,
SessionFactoryImplementor sessionFactory,
int entityBasedAttributeNumber,
String attributeName,
CompositeType attributeType,
int columnStartPosition,
BaselineAttributeInformation baselineInfo) |
CompositionBasedCompositionAttribute(AbstractCompositionAttribute source,
SessionFactoryImplementor sessionFactory,
int entityBasedAttributeNumber,
String attributeName,
CompositeType attributeType,
int columnStartPosition,
BaselineAttributeInformation baselineInfo) |
| Modifier and Type | Method and Description |
|---|---|
static BytecodeEnhancementMetadata |
BytecodeEnhancementMetadataPojoImpl.from(PersistentClass persistentClass,
Set<String> identifierAttributeNames,
CompositeType nonAggregatedCidMapper,
boolean collectionsInDefaultFetchGroupEnabled,
PersisterCreationContext creationContext)
Static constructor
|
| Constructor and Description |
|---|
BytecodeEnhancementMetadataPojoImpl(String entityName,
Class entityClass,
Set<String> identifierAttributeNames,
CompositeType nonAggregatedCidMapper,
boolean enhancedForLazyLoading,
LazyAttributesMetadata lazyAttributesMetadata) |
EntityBasedCompositionAttribute(EntityPersister source,
SessionFactoryImplementor factory,
int attributeNumber,
String attributeName,
CompositeType attributeType,
BaselineAttributeInformation baselineInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyType
Handles "any" mappings
|
class |
ComponentType
Handles "component" mappings
|
class |
CompositeCustomType
Adapts
CompositeUserType to the Type interface |
class |
EmbeddedComponentType |
class |
ObjectType
Specific adaptation of the "any" type to the old deprecated "object" type
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.