Class ImplicitToOneJoinTableSecondPass
- java.lang.Object
-
- org.hibernate.boot.model.internal.ImplicitToOneJoinTableSecondPass
-
- All Implemented Interfaces:
Serializable
,SecondPass
public class ImplicitToOneJoinTableSecondPass extends Object implements SecondPass
ForManyToOne
andOneToOne
associations mapped to aJoinTable
with no explicitly-specified table name, we need to defer creation of theTable
object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImplicitToOneJoinTableSecondPass(PropertyHolder propertyHolder, PropertyData inferredData, MetadataBuildingContext context, AnnotatedJoinColumns joinColumns, JoinTable joinTable, NotFoundAction notFoundAction, ManyToOne value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doSecondPass(Map<String,PersistentClass> persistentClasses)
Perform the operation
-
-
-
Constructor Detail
-
ImplicitToOneJoinTableSecondPass
public ImplicitToOneJoinTableSecondPass(PropertyHolder propertyHolder, PropertyData inferredData, MetadataBuildingContext context, AnnotatedJoinColumns joinColumns, JoinTable joinTable, NotFoundAction notFoundAction, ManyToOne value)
-
-
Method Detail
-
doSecondPass
public void doSecondPass(Map<String,PersistentClass> persistentClasses)
Description copied from interface:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
-
-