Interface | Description |
---|---|
EntityAccessStrategy |
Implements the logic to determine how entities should be accessed in both reading and writing scenarios.
|
PropertyReader |
Simple interface through which a particular property of a given object can be read.
|
PropertyWriter |
Simple interface through which a particular property of a given object can be set.
|
RelationalReader |
Specialisation of
PropertyReader that also exposes the relationship type represented by the corresponding
object member. |
RelationalWriter |
Specialisation of
PropertyWriter that also exposes the relationship type represented by the corresponding
object member. |
Class | Description |
---|---|
DefaultEntityAccessStrategy |
Default implementation of
EntityAccessStrategy that looks up information from ClassInfo in the following order. |
EntityAccess | |
EntityFactory | |
FieldReader | |
FieldWriter | |
MethodReader | |
MethodWriter |
Exception | Description |
---|---|
EntityAccessException |
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.