@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Mapping
PersistenceEngine
and
BeanMapper
for a bean.Modifier and Type | Optional Element and Description |
---|---|
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.