com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation Type RegistryObject


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface RegistryObject

Annotation for marking a bean to be mapped to a RegistryObject. Currently it specifies one property of the RegistryObject, namely its object type. The object type can be given either by its name of by the underlying concept key. It is strongly recommended to use the key. The performance of the mapper will be significantly better if you do so.


Optional Element Summary
 java.lang.String objectTypeKey
          Refers to the object type key.
 java.lang.String objectTypeName
          Refers to the object type name.
 

objectTypeName

public abstract java.lang.String objectTypeName
Refers to the object type name.

Default:
""

objectTypeKey

public abstract java.lang.String objectTypeKey
Refers to the object type key.

Default:
""