| Package | Description |
|---|---|
| org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
| org.hibernate.hql.internal.ast.tree | |
| org.hibernate.loader.plan.build.internal.returns |
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
|
| org.hibernate.loader.plan.build.internal.spaces |
Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.
|
| org.hibernate.metamodel.internal | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Example.addComponentTypedValues(java.lang.String path,
java.lang.Object component,
CompositeType type,
java.util.List<TypedValue> list,
Criteria criteria,
CriteriaQuery criteriaQuery) |
protected void |
Example.appendComponentCondition(java.lang.String path,
java.lang.Object component,
CompositeType type,
Criteria criteria,
CriteriaQuery criteriaQuery,
java.lang.StringBuilder buf) |
| Modifier and Type | Method and Description |
|---|---|
CompositeType |
ComponentJoin.getComponentType() |
| Modifier and Type | Method and Description |
|---|---|
FromElement |
FromElementFactory.createComponentJoin(CompositeType type) |
| Constructor and Description |
|---|
ComponentJoin(FromClause fromClause,
FromElement origin,
java.lang.String alias,
java.lang.String componentPath,
CompositeType componentType) |
| Constructor and Description |
|---|
AbstractCompositeEntityIdentifierDescription(EntityReference entityReference,
ExpandingCompositeQuerySpace compositeQuerySpace,
CompositeType identifierType,
PropertyPath propertyPath) |
EncapsulatedEntityIdentifierDescription(EntityReference entityReference,
ExpandingCompositeQuerySpace compositeQuerySpace,
CompositeType compositeType,
PropertyPath propertyPath)
Build an encapsulated version of a composite EntityIdentifierDescription
|
NonEncapsulatedEntityIdentifierDescription(EntityReference entityReference,
ExpandingCompositeQuerySpace compositeQuerySpace,
CompositeType compositeType,
PropertyPath propertyPath)
Build a non-encapsulated version of a composite EntityIdentifierDescription
|
| Modifier and Type | Method and Description |
|---|---|
CompositeType |
CompositePropertyMapping.getType() |
| Modifier and Type | Method and Description |
|---|---|
JoinDefinedByMetadata |
JoinHelper.createCompositeJoin(QuerySpace leftHandSide,
java.lang.String lhsPropertyName,
CompositeQuerySpace rightHandSide,
boolean rightHandSideRequired,
CompositeType joinedPropertyType) |
ExpandingCompositeQuerySpace |
QuerySpaceHelper.makeCompositeQuerySpace(ExpandingQuerySpace lhsQuerySpace,
CompositePropertyMapping compositePropertyMapping,
java.lang.String attributeName,
CompositeType attributeType,
java.lang.String querySpaceUid,
boolean required,
boolean shouldIncludeJoin) |
| Constructor and Description |
|---|
CompositePropertyMapping(CompositeType compositeType,
PropertyMapping parentPropertyMapping,
java.lang.String parentPropertyName)
Builds a CompositePropertyMapping
|
| Constructor and Description |
|---|
ComponentAttributeSource(CompositeType compositeType) |
| Constructor and Description |
|---|
CompositeElementPropertyMapping(java.lang.String[] elementColumns,
java.lang.String[] elementColumnReaders,
java.lang.String[] elementColumnReaderTemplates,
java.lang.String[] elementFormulaTemplates,
CompositeType compositeType,
Mapping factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPropertyMapping.initComponentPropertyPaths(java.lang.String path,
CompositeType type,
java.lang.String[] columns,
java.lang.String[] columnReaders,
java.lang.String[] columnReaderTemplates,
java.lang.String[] formulaTemplates,
Mapping factory) |
| Modifier and Type | Method and Description |
|---|---|
CompositeType |
CompositionDefinition.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyFactory.postInstantiate(java.lang.String entityName,
java.lang.Class persistentClass,
java.util.Set<java.lang.Class> interfaces,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType)
Called immediately after instantiation of this factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapProxyFactory.postInstantiate(java.lang.String entityName,
java.lang.Class persistentClass,
java.util.Set interfaces,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType) |
| Modifier and Type | Field and Description |
|---|---|
protected CompositeType |
BasicLazyInitializer.componentIdType |
| Constructor and Description |
|---|
BasicLazyInitializer(java.lang.String entityName,
java.lang.Class persistentClass,
java.io.Serializable id,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.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(java.lang.String entityName,
java.lang.Class persistentClass,
java.util.Set<java.lang.Class> interfaces,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType) |
| Constructor and Description |
|---|
ByteBuddyInterceptor(java.lang.String entityName,
java.lang.Class persistentClass,
java.lang.Class[] interfaces,
java.io.Serializable id,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType,
SharedSessionContractImplementor session,
boolean overridesEquals) |
SerializableProxy(java.lang.String entityName,
java.lang.Class persistentClass,
java.lang.Class[] interfaces,
java.io.Serializable id,
java.lang.Boolean readOnly,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType) |
| Modifier and Type | Method and Description |
|---|---|
protected CompositeType |
SerializableProxy.getComponentIdType() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavassistProxyFactory.postInstantiate(java.lang.String entityName,
java.lang.Class persistentClass,
java.util.Set<java.lang.Class> interfaces,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType) |
| Constructor and Description |
|---|
JavassistLazyInitializer(java.lang.String entityName,
java.lang.Class persistentClass,
java.lang.Class[] interfaces,
java.io.Serializable id,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType,
SharedSessionContractImplementor session,
boolean overridesEquals) |
SerializableProxy(java.lang.String entityName,
java.lang.Class persistentClass,
java.lang.Class[] interfaces,
java.io.Serializable id,
java.lang.Boolean readOnly,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
CompositeType componentIdType) |
| Modifier and Type | Method and Description |
|---|---|
CompositeType |
AbstractCompositionAttribute.getType() |
| Constructor and Description |
|---|
AbstractCompositionAttribute(AttributeSource source,
SessionFactoryImplementor sessionFactory,
int entityBasedAttributeNumber,
java.lang.String attributeName,
CompositeType attributeType,
int columnStartPosition,
BaselineAttributeInformation baselineInfo) |
CompositionBasedCompositionAttribute(AbstractCompositionAttribute source,
SessionFactoryImplementor sessionFactory,
int entityBasedAttributeNumber,
java.lang.String attributeName,
CompositeType attributeType,
int columnStartPosition,
BaselineAttributeInformation baselineInfo) |
| Constructor and Description |
|---|
EntityBasedCompositionAttribute(EntityPersister source,
SessionFactoryImplementor factory,
int attributeNumber,
java.lang.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-2018 Red Hat, Inc. All Rights Reserved.