yyang-talend / gwt-ent

Automatically exported from code.google.com/p/gwt-ent
0 stars 0 forks source link

JPA 2.0 Emulation #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When can we expect to see JPA 2.0 emulation inside gwt-ent?  Somehow it worked 
with 0.7.1, possibly due to classpath ordering.  But now I get errors such as:
cannot find symbol
symbol  : method getCriteriaBuilder()
location: interface javax.persistence.EntityManager

createQuery(java.lang.String) in javax.persistence.EntityManager cannot be 
applied to (javax.persistence.criteria.CriteriaQuery<capture#766 of ?>)

cannot find symbol
symbol  : method getEntityManagerFactory()
location: interface javax.persistence.EntityManager

Really doesn't it just need to emulate the annotations?  Why does it emulate 
EntityManager and other things?

Original issue reported on code.google.com by kmj7...@gmail.com on 20 Jul 2010 at 9:31

GoogleCodeExporter commented 8 years ago
Working on it.

Original comment by JamesLuo...@gmail.com on 23 Aug 2010 at 11:23