com.googlecode.objectify.annotation
Annotation Type Entity


@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.

Author:
Jeff Schnitzer

Optional Element Summary
 java.lang.String name
           
 

name

public abstract java.lang.String name
Default:
""


Copyright © 2011 Jeff Schnitzer and a gang of pirates. All Rights Reserved. Build version: 3.1