public class

ToOneFkSecondPass

extends FkSecondPass
java.lang.Object
   ↳ org.hibernate.cfg.FkSecondPass
     ↳ org.hibernate.cfg.ToOneFkSecondPass

Class Overview

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

Summary

[Expand]
Inherited Fields
From class org.hibernate.cfg.FkSecondPass
Public Constructors
ToOneFkSecondPass(ToOne value, Ejb3JoinColumn[] columns, boolean unique, String entityClassName, String path, Mappings mappings)
Public Methods
void doSecondPass(Map persistentClasses)
String getReferencedEntityName()
boolean isInPrimaryKey()
[Expand]
Inherited Methods
From class org.hibernate.cfg.FkSecondPass
From class java.lang.Object
From interface org.hibernate.cfg.SecondPass

Public Constructors

public ToOneFkSecondPass (ToOne value, Ejb3JoinColumn[] columns, boolean unique, String entityClassName, String path, Mappings mappings)

Public Methods

public void doSecondPass (Map persistentClasses)

public String getReferencedEntityName ()

public boolean isInPrimaryKey ()