|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Entity
This is an Objectify-specific version of the javax.persistence.Entity annotation. Either will work, but this version will not be picked up by the JDO bytecode enhancer if you are still using it.
Note that the @Entity annotations are not necessary in Objectify; they exist so you can change the datastore kind name.
Optional Element Summary | |
---|---|
java.lang.String |
name
|
public abstract java.lang.String name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |