public interface EmbeddableObject
Modifier and Type | Method and Description |
---|---|
Object |
readPropertyDirectly(String propertyName)
Returns mapped property value as currently stored in the DataObject.
|
void |
writePropertyDirectly(String propertyName,
Object val)
Modifies a value of a named property without altering the object state in any way,
and without triggering any database operations.
|
void writePropertyDirectly(String propertyName, Object val)
Copyright © 2001–2020 Apache Cayenne. All rights reserved.