Class ImplicitToOneJoinTableSecondPass
java.lang.Object
org.hibernate.boot.model.internal.ImplicitToOneJoinTableSecondPass
- All Implemented Interfaces:
Serializable
,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:
-
Constructor Summary
ConstructorsConstructorDescriptionImplicitToOneJoinTableSecondPass
(PropertyHolder propertyHolder, PropertyData inferredData, MetadataBuildingContext context, AnnotatedJoinColumns joinColumns, JoinTable joinTable, NotFoundAction notFoundAction, ManyToOne value) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doSecondPass
(Map<String, PersistentClass> persistentClasses) Perform the operation
-
Constructor Details
-
ImplicitToOneJoinTableSecondPass
public ImplicitToOneJoinTableSecondPass(PropertyHolder propertyHolder, PropertyData inferredData, MetadataBuildingContext context, AnnotatedJoinColumns joinColumns, JoinTable joinTable, NotFoundAction notFoundAction, ManyToOne value)
-
-
Method Details
-
doSecondPass
Description copied from interface:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
-