| ||||||||||
Resin 3.1 Documentation Examples Changes Overview Installation Configuration Quercus SOA/IoC JSP Servlets and Filters Admin (JMX) EJB Amber Security Performance Hessian XML and XSLT Third-party Troubleshooting/FAQ Amber Lifecycle @Table |
Amber is Resin's implementation of the JPA 1.0 persistence specification, using plain Java beans as the application model. AmberAmber aims at relational database persistence with an application-oriented data model. LifecycleThe Amber bean lifecycle follows the JPA model. Amber supports both transactional and non-transactional lifecycles. @TableDescribes the basic annotation for a single-table entity bean.
|