Uses of Enum Class
org.hibernate.type.ForeignKeyDirection
Packages that use ForeignKeyDirection
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines the Hibernate configuration-time mapping model.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of ForeignKeyDirection in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return ForeignKeyDirectionModifier and TypeMethodDescriptionCompositeIdentifierSingularAttributeSourceManyToOneImpl.getForeignKeyDirection() -
Uses of ForeignKeyDirection in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return ForeignKeyDirection -
Uses of ForeignKeyDirection in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ForeignKeyDirectionModifier and TypeMethodDescription@Nullable ForeignKeyDirectionCascadingAction.directionAffectedByCascadeDelete()The cascade direction in which we care whether the foreign key is declared withon delete cascade.@Nullable ForeignKeyDirectionCascadingActions.BaseCascadingAction.directionAffectedByCascadeDelete() -
Uses of ForeignKeyDirection in org.hibernate.mapping
Methods in org.hibernate.mapping that return ForeignKeyDirectionMethods in org.hibernate.mapping with parameters of type ForeignKeyDirectionModifier and TypeMethodDescriptionvoidOneToOne.setForeignKeyType(ForeignKeyDirection foreignKeyType) Sets the foreignKeyType. -
Uses of ForeignKeyDirection in org.hibernate.type
Methods in org.hibernate.type that return ForeignKeyDirectionModifier and TypeMethodDescriptionAnyType.getForeignKeyDirection()AssociationType.getForeignKeyDirection()Get the foreign key directionality of this associationCollectionType.getForeignKeyDirection()ManyToOneType.getForeignKeyDirection()OneToOneType.getForeignKeyDirection()static ForeignKeyDirectionReturns the enum constant of this class with the specified name.static ForeignKeyDirection[]ForeignKeyDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.type with parameters of type ForeignKeyDirectionModifier and TypeMethodDescriptionAbstractStandardBasicType.replace(Object original, Object target, SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache, ForeignKeyDirection foreignKeyDirection) AbstractType.replace(Object original, Object target, SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache, ForeignKeyDirection foreignKeyDirection) ComponentType.replace(Object original, Object target, SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache, ForeignKeyDirection foreignKeyDirection) @Nullable ObjectType.replace(@Nullable Object original, @Nullable Object target, SharedSessionContractImplementor session, Object owner, Map<Object, Object> 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.static Object[]TypeHelper.replace(Object[] original, Object[] target, Type[] types, SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache, ForeignKeyDirection foreignKeyDirection) Apply theType.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map<java.lang.Object, java.lang.Object>)operation across a series of values.UserComponentType.replace(Object original, Object target, SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache, ForeignKeyDirection foreignKeyDirection) static Object[]TypeHelper.replaceAssociations(Object[] original, Object[] target, Type[] types, SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache, ForeignKeyDirection foreignKeyDirection) Apply theType.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map<java.lang.Object, java.lang.Object>)operation across a series of values, as long as the correspondingTypeis an association.Constructors in org.hibernate.type with parameters of type ForeignKeyDirectionModifierConstructorDescriptionOneToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained) SpecialOneToOneType(TypeConfiguration typeConfiguration, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained) -
Uses of ForeignKeyDirection in org.hibernate.type.internal
Methods in org.hibernate.type.internal with parameters of type ForeignKeyDirectionModifier and TypeMethodDescriptionConvertedBasicTypeImpl.replace(Object original, Object target, SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache, ForeignKeyDirection foreignKeyDirection)