Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi | |
org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
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 |
---|---|
ForeignKeyDirection |
CompositeIdentifierSingularAttributeSourceManyToOneImpl.getForeignKeyDirection() |
Modifier and Type | Method and Description |
---|---|
ForeignKeyDirection |
SingularAttributeSourceToOne.getForeignKeyDirection() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultMergeEventListener.copyValues(EntityPersister persister,
java.lang.Object entity,
java.lang.Object target,
SessionImplementor source,
java.util.Map copyCache,
ForeignKeyDirection foreignKeyDirection) |
Modifier and Type | Method and Description |
---|---|
ForeignKeyDirection |
OneToOne.getForeignKeyType()
Returns the foreignKeyType.
|
Modifier and Type | Method and Description |
---|---|
void |
OneToOne.setForeignKeyType(ForeignKeyDirection foreignKeyType)
Sets the foreignKeyType.
|
Modifier and Type | Method and Description |
---|---|
ForeignKeyDirection |
OneToOneType.getForeignKeyDirection() |
ForeignKeyDirection |
CollectionType.getForeignKeyDirection() |
ForeignKeyDirection |
ManyToOneType.getForeignKeyDirection() |
ForeignKeyDirection |
AnyType.getForeignKeyDirection() |
ForeignKeyDirection |
AssociationType.getForeignKeyDirection()
Get the foreign key directionality of this association
|
static ForeignKeyDirection |
ForeignKeyDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ForeignKeyDirection[] |
ForeignKeyDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EntityType |
TypeFactory.oneToOne(java.lang.String persistentClass,
ForeignKeyDirection foreignKeyType,
boolean referenceToPrimaryKey,
java.lang.String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
java.lang.String entityName,
java.lang.String propertyName) |
static java.lang.Object[] |
TypeHelper.replace(java.lang.Object[] original,
java.lang.Object[] target,
Type[] types,
SharedSessionContractImplementor session,
java.lang.Object owner,
java.util.Map copyCache,
ForeignKeyDirection foreignKeyDirection)
Apply the
Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map) operation across a series of values. |
java.lang.Object |
Type.replace(java.lang.Object original,
java.lang.Object target,
SharedSessionContractImplementor session,
java.lang.Object owner,
java.util.Map copyCache,
ForeignKeyDirection foreignKeyDirection)
During merge, replace the existing (target) value in the entity we are merging to
with a new (original) value from the detached entity we are merging.
|
java.lang.Object |
AbstractStandardBasicType.replace(java.lang.Object original,
java.lang.Object target,
SharedSessionContractImplementor session,
java.lang.Object owner,
java.util.Map copyCache,
ForeignKeyDirection foreignKeyDirection) |
java.lang.Object |
ComponentType.replace(java.lang.Object original,
java.lang.Object target,
SharedSessionContractImplementor session,
java.lang.Object owner,
java.util.Map copyCache,
ForeignKeyDirection foreignKeyDirection) |
java.lang.Object |
AbstractType.replace(java.lang.Object original,
java.lang.Object target,
SharedSessionContractImplementor session,
java.lang.Object owner,
java.util.Map copyCache,
ForeignKeyDirection foreignKeyDirection) |
static java.lang.Object[] |
TypeHelper.replaceAssociations(java.lang.Object[] original,
java.lang.Object[] target,
Type[] types,
SharedSessionContractImplementor session,
java.lang.Object owner,
java.util.Map copyCache,
ForeignKeyDirection foreignKeyDirection)
Apply the
Type.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map) operation across a series of values, as long as the corresponding
Type is an association. |
EntityType |
TypeFactory.specialOneToOne(java.lang.String persistentClass,
ForeignKeyDirection foreignKeyType,
boolean referenceToPrimaryKey,
java.lang.String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
java.lang.String entityName,
java.lang.String propertyName) |
Constructor and Description |
---|
OneToOneType(TypeFactory.TypeScope scope,
java.lang.String referencedEntityName,
ForeignKeyDirection foreignKeyType,
boolean referenceToPrimaryKey,
java.lang.String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
java.lang.String entityName,
java.lang.String propertyName) |
OneToOneType(TypeFactory.TypeScope scope,
java.lang.String referencedEntityName,
ForeignKeyDirection foreignKeyType,
java.lang.String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
java.lang.String entityName,
java.lang.String propertyName)
|
SpecialOneToOneType(TypeFactory.TypeScope scope,
java.lang.String referencedEntityName,
ForeignKeyDirection foreignKeyType,
boolean referenceToPrimaryKey,
java.lang.String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
java.lang.String entityName,
java.lang.String propertyName) |
SpecialOneToOneType(TypeFactory.TypeScope scope,
java.lang.String referencedEntityName,
ForeignKeyDirection foreignKeyType,
java.lang.String uniqueKeyPropertyName,
boolean lazy,
boolean unwrapProxy,
java.lang.String entityName,
java.lang.String propertyName)
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.