|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Mapping
Annotation for specifying the PersistenceEngine
and
BeanMapper
for a bean.
Optional Element Summary | |
---|---|
java.lang.Class<?> |
mapper
Returns the BeanMapper class, which is used to map the bean to
registry objects. |
java.lang.Class<?> |
persistenceEngine
Returns the PersistenceEngine implementation class, which is used
to read instances of this class from the registry, or write them into the
registry. |
public abstract java.lang.Class<?> persistenceEngine
PersistenceEngine
implementation class, which is used
to read instances of this class from the registry, or write them into the
registry.
public abstract java.lang.Class<?> mapper
BeanMapper
class, which is used to map the bean to
registry objects.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |