类的使用
org.hibernate.type.ForeignKeyDirection
-
使用ForeignKeyDirection的程序包 程序包 说明 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. -
-
org.hibernate.boot.model.source.internal.hbm中ForeignKeyDirection的使用
返回ForeignKeyDirection的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 ForeignKeyDirectionCompositeIdentifierSingularAttributeSourceManyToOneImpl. getForeignKeyDirection() -
org.hibernate.boot.model.source.spi中ForeignKeyDirection的使用
返回ForeignKeyDirection的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 ForeignKeyDirectionSingularAttributeSourceToOne. getForeignKeyDirection() -
org.hibernate.event.internal中ForeignKeyDirection的使用
参数类型为ForeignKeyDirection的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 protected voidDefaultMergeEventListener. copyValues(EntityPersister persister, Object entity, Object target, SessionImplementor source, Map copyCache, ForeignKeyDirection foreignKeyDirection) -
org.hibernate.mapping中ForeignKeyDirection的使用
返回ForeignKeyDirection的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 ForeignKeyDirectionOneToOne. getForeignKeyType()Returns the foreignKeyType.参数类型为ForeignKeyDirection的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 voidOneToOne. setForeignKeyType(ForeignKeyDirection foreignKeyType)Sets the foreignKeyType. -
org.hibernate.type中ForeignKeyDirection的使用
返回ForeignKeyDirection的org.hibernate.type中的方法 修饰符和类型 方法 说明 ForeignKeyDirectionAnyType. getForeignKeyDirection()ForeignKeyDirectionAssociationType. getForeignKeyDirection()Get the foreign key directionality of this associationForeignKeyDirectionCollectionType. getForeignKeyDirection()ForeignKeyDirectionManyToOneType. getForeignKeyDirection()ForeignKeyDirectionOneToOneType. getForeignKeyDirection()static ForeignKeyDirectionForeignKeyDirection. valueOf(String name)返回带有指定名称的该类型的枚举常量。static ForeignKeyDirection[]ForeignKeyDirection. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为ForeignKeyDirection的org.hibernate.type中的方法 修饰符和类型 方法 说明 EntityTypeTypeFactory. oneToOne(String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)EntityTypeTypeFactory. oneToOne(String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)已过时。ObjectAbstractStandardBasicType. replace(Object original, Object target, SharedSessionContractImplementor session, Object owner, Map copyCache, ForeignKeyDirection foreignKeyDirection)ObjectAbstractType. replace(Object original, Object target, SharedSessionContractImplementor session, Object owner, Map copyCache, ForeignKeyDirection foreignKeyDirection)ObjectComponentType. replace(Object original, Object target, SharedSessionContractImplementor session, Object owner, Map copyCache, ForeignKeyDirection foreignKeyDirection)ObjectType. replace(Object original, Object target, SharedSessionContractImplementor session, Object owner, 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.static Object[]TypeHelper. replace(Object[] original, Object[] target, Type[] types, SharedSessionContractImplementor session, Object owner, Map copyCache, ForeignKeyDirection foreignKeyDirection)已过时。Apply theType.replace(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.util.Map)operation across a series of values.static Object[]TypeHelper. replaceAssociations(Object[] original, Object[] target, Type[] types, SharedSessionContractImplementor session, Object owner, Map copyCache, ForeignKeyDirection foreignKeyDirection)已过时。Apply theType.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 correspondingTypeis an association.EntityTypeTypeFactory. specialOneToOne(String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)EntityTypeTypeFactory. specialOneToOne(String persistentClass, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)已过时。参数类型为ForeignKeyDirection的org.hibernate.type中的构造器 构造器 说明 OneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)OneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)OneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)SpecialOneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)SpecialOneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName, boolean constrained)SpecialOneToOneType(TypeFactory.TypeScope scope, String referencedEntityName, ForeignKeyDirection foreignKeyType, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, String entityName, String propertyName)
-