All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.objectify.test.entity.User Maven / Gradle / Ivy

Go to download

*** THIS VERSION UPLOADED FOR USE WITH CEDAR-COMMON, TO AVOID DEPENDENCIES ON GOOGLE CODE-BASED MAVEN REPOSITORIES. *** The simplest convenient interface to the Google App Engine datastore

The newest version!
package com.googlecode.objectify.test.entity;

import javax.persistence.Id;

/** 
 * Deliberately confusing name.  It can't be an inner class because inner classes
 * have a different basename, and we had a bug relating to identical basenames for
 * field classes.  
 */
public class User
{
	public @Id Long id;
	public com.google.appengine.api.users.User who;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy