com.mycompany.model
Class AbstractEntity_

java.lang.Object
  extended by com.mycompany.model.AbstractEntity_
Direct Known Subclasses:
City_, Content_, Country_, Event_, EventAttendance_, Idea_, ProvinceState_, User_, UserRelationship_, Venue_

public abstract class AbstractEntity_
extends java.lang.Object


Field Summary
static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> hashCode
           
static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> id
           
static javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> version
           
 
Constructor Summary
AbstractEntity_()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> id

hashCode

public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> hashCode

version

public static volatile javax.persistence.metamodel.SingularAttribute<AbstractEntity,java.lang.Integer> version
Constructor Detail

AbstractEntity_

public AbstractEntity_()