Class ImplicitToOneJoinTableSecondPass

java.lang.Object
org.hibernate.boot.model.internal.ImplicitToOneJoinTableSecondPass
All Implemented Interfaces:
Serializable, SecondPass

public class ImplicitToOneJoinTableSecondPass extends Object implements SecondPass
For ManyToOne and OneToOne associations mapped to a JoinTable with no explicitly-specified table name, we need to defer creation of the Table object.
See Also: