Java Persistence APIs
The Java Persistence APIs allows the management of persistence and
object/relational mapping.
Each entry in the catalog has a problem and
solution document that discusses the key issues in the problem topic,
provides various strategies for the solution, and includes some
the design discussion of a sample application. Each entry in the
catalog has a sample application illustrating
the ideas in the catalog.
Here is a list of the solutions in Persistence category for this
release.
More entries can be found at the Java
BluePrints Solutions Catalog project hosted on java.net.
- Java Persistence in a Web-only
- Using Named Queries
Benefit in using a named query for a predefined query
- Using Primary Keys with Java Persistence
Guidelines and tips for using primary keys in a model tier with Java Persistence API
- Naming Conventions for Java Persistence
Naming conventions for Java Persistence API
- Using a Model Facade
Discusses applying the Facade pattern to a model tier with entities implemented using the
Java Persistence API