> Where can I find way to specify the class list? I have found
> http://www.datanucleus.org/products/accessplatform_1_0/jpa/persistenc...
> , but it is for persistence.xml and JPA.

And this
http://www.datanucleus.org/products/accessplatform_1_1/jdo/persistence_unit.html
which is for JDO, and persistence.xml

"jdoconfig.xml" doesn't define classes lists; JDO has its own auto-
detaction mechanism for finding classes, utilising the positioning of
package.jdo files in the CLASSPATH.
"persistence.xml" allows you to hardcode your list of classes since
JPA has no better way of doing it.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to