org.hibernate.cfg
Class ToOneFkSecondPass
java.lang.Object
org.hibernate.cfg.FkSecondPass
org.hibernate.cfg.ToOneFkSecondPass
- All Implemented Interfaces:
- 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
- See Also:
- Serialized Form
ToOneFkSecondPass
public ToOneFkSecondPass(ToOne value,
Ejb3JoinColumn[] columns,
boolean unique,
String entityClassName,
String path,
Mappings mappings)
getReferencedEntityName
public String getReferencedEntityName()
- Specified by:
getReferencedEntityName
in class FkSecondPass
isInPrimaryKey
public boolean isInPrimaryKey()
- Specified by:
isInPrimaryKey
in class FkSecondPass
doSecondPass
public void doSecondPass(Map persistentClasses)
throws MappingException
- Throws:
MappingException
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.