Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Configuration Settings section

...

As you can see, you may add as many packages as you wish.

Configuration Settings

The following can be configured in your application module (usually AppModule.java), just like other Tapestry configuration symbols.

SymbolDefaultDescription
JpaSymbols.PROVIDE_ENTITY_VALUE_ENCODERStrue 
JpaSymbols.EARLY_START_UPtrue 
JpaSymbols.ENTITY_SESSION_STATE_PERSISTENCE_STRATEGY_ENABLEDtrue 
JpaSymbols.PERSISTENCE_DESCRIPTOR/META-INF/persistence.xml 

 

Injecting the EntityManager

...