Class AbstractManagedType.InFlightAccessImpl
java.lang.Object
org.hibernate.metamodel.model.domain.internal.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 TypeMethodDescriptionvoidaddAttribute(PersistentAttribute<J, ?> attribute) voidaddConcreteGenericAttribute(PersistentAttribute<J, ?> attribute) voidfinishUp()Called when configuration of the type is completeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
addAttributein interfaceAttributeContainer.InFlightAccess<J>
-
addConcreteGenericAttribute
- Specified by:
addConcreteGenericAttributein interfaceAttributeContainer.InFlightAccess<J>
-
finishUp
public void finishUp()Description copied from interface:AttributeContainer.InFlightAccessCalled when configuration of the type is complete- Specified by:
finishUpin interfaceAttributeContainer.InFlightAccess<J>
-