mirror of https://github.com/apache/openjpa.git
OPENJPA-1010: Omit @GeneratedValue annotation if target is lower than JDK6
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@772663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95e9b554c6
commit
03c2cce7f5
|
@ -7,7 +7,6 @@ package org.apache.openjpa.persistence.criteria;
|
|||
import javax.persistence.metamodel.Attribute;
|
||||
|
||||
@javax.persistence.metamodel.TypesafeMetamodel(value=org.apache.openjpa.persistence.criteria.Account.class)
|
||||
@javax.annotation.Generated(value="org.apache.openjpa.persistence.meta.AnnotationProcessor6",date="Wed May 06 19:05:08 CDT 2009")
|
||||
public class Account_ {
|
||||
public static volatile Attribute<Account,Integer> balance;
|
||||
public static volatile Attribute<Account,Long> id;
|
||||
|
|
Loading…
Reference in New Issue