Uses of Class
org.hibernate.boot.model.internal.FkSecondPass
-
Packages that use FkSecondPass Package Description org.hibernate.boot.model.internal -
-
Uses of FkSecondPass in org.hibernate.boot.model.internal
Subclasses of FkSecondPass in org.hibernate.boot.model.internal Modifier and Type Class Description class
CopyIdentifierComponentSecondPass
class
JoinedSubclassFkSecondPass
class
PkDrivenByDefaultMapsIdSecondPass
class
SimpleToOneFkSecondPass
A simple second pass that just creates the foreign keyclass
ToOneFkSecondPass
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
-