Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



ORM Enhancement

App Engine supports the JDO standard for storing objects into a database. JDO requires post-compilation "enhancement" to associate your data classes with the JDO implementation. The plugin performs this step automatically. Output from the enhancer is displayed in the Console view.

By default, the JDO enhancer will run on save for each Java source file in the source path src . To customize the set of files that require enhancement, right-click the project and select Google > App Engine > ORM .

You can include individual files or entire packages or source paths from ORM enhancement. The inclusion filters also understand wildcard parameters (e.g. **/*Test.java ).

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.