@Documented
@Retention(RUNTIME)
@Target(TYPE)
@MappedService(ClassId.class)
public @interface ClassId
Annotation for the class id of a persistent object.
-
Required Element Summary
Required Elements
-
Element Details
-
value
int valueDetermines the class ID.- Returns:
- the class ID
-