Class AbstractManagedType.InFlightAccessImpl
java.lang.Object
org.hibernate.metamodel.model.domain.AbstractManagedType.InFlightAccessImpl
- All Implemented Interfaces:
AttributeContainer.InFlightAccess<J>
- Enclosing class:
- AbstractManagedType<J>
protected class AbstractManagedType.InFlightAccessImpl
extends Object
implements AttributeContainer.InFlightAccess<J>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(PersistentAttribute<J, ?> attribute) void
addConcreteGenericAttribute
(PersistentAttribute<J, ?> attribute) void
finishUp()
Called when configuration of the type is completeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
applyIdAttribute, applyIdClassAttributes, applyNaturalIdAttribute, applyNonAggregatedIdAttributes, applyVersionAttribute
-
Constructor Details
-
InFlightAccessImpl
protected InFlightAccessImpl()
-
-
Method Details
-
addAttribute
- Specified by:
addAttribute
in interfaceAttributeContainer.InFlightAccess<J>
-
addConcreteGenericAttribute
- Specified by:
addConcreteGenericAttribute
in interfaceAttributeContainer.InFlightAccess<J>
-
finishUp
public void finishUp()Description copied from interface:AttributeContainer.InFlightAccess
Called when configuration of the type is complete- Specified by:
finishUp
in interfaceAttributeContainer.InFlightAccess<J>
-