public class UnfetchedWeavedAttributeValueHolder extends UnfetchedValueHolder implements org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
| Constructor and Description |
|---|
UnfetchedWeavedAttributeValueHolder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCoordinatedWithProperty() |
boolean |
isNewlyWeavedValueHolder() |
void |
setIsCoordinatedWithProperty(boolean coordinated) |
void |
setIsNewlyWeavedValueHolder(boolean isNew) |
boolean |
shouldAllowInstantiationDeferral() |
clone, getValue, isInstantiated, setValuepublic boolean isCoordinatedWithProperty()
isCoordinatedWithProperty in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterfacepublic void setIsCoordinatedWithProperty(boolean coordinated)
setIsCoordinatedWithProperty in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterfacepublic boolean isNewlyWeavedValueHolder()
isNewlyWeavedValueHolder in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterfacepublic void setIsNewlyWeavedValueHolder(boolean isNew)
setIsNewlyWeavedValueHolder in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterfacepublic boolean shouldAllowInstantiationDeferral()
shouldAllowInstantiationDeferral in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface