类 ToOneFkSecondPass
- java.lang.Object
-
- org.hibernate.cfg.FkSecondPass
-
- org.hibernate.cfg.ToOneFkSecondPass
-
- 所有已实现的接口:
Serializable,SecondPass
public class ToOneFkSecondPass extends FkSecondPass
Enable a proper set of the FK columns in respect with the id column order Allow the correct implementation of the default EJB3 values which needs both sides of the association to be resolved- 作者:
- Emmanuel Bernard
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.hibernate.cfg.FkSecondPass
columns, value
-
-
构造器概要
构造器 构造器 说明 ToOneFkSecondPass(ToOne value, Ejb3JoinColumn[] columns, boolean unique, String entityClassName, String path, MetadataBuildingContext buildingContext)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddoSecondPass(Map persistentClasses)StringgetReferencedEntityName()booleanisInPrimaryKey()-
从类继承的方法 org.hibernate.cfg.FkSecondPass
equals, getUniqueCounter, getValue, hashCode
-
-
-
-
构造器详细资料
-
ToOneFkSecondPass
public ToOneFkSecondPass(ToOne value, Ejb3JoinColumn[] columns, boolean unique, String entityClassName, String path, MetadataBuildingContext buildingContext)
-
-
方法详细资料
-
getReferencedEntityName
public String getReferencedEntityName()
- 指定者:
getReferencedEntityName在类中FkSecondPass
-
isInPrimaryKey
public boolean isInPrimaryKey()
- 指定者:
isInPrimaryKey在类中FkSecondPass
-
doSecondPass
public void doSecondPass(Map persistentClasses) throws MappingException
- 抛出:
MappingException
-
-