Persistence frameworks are used in AppFuse to simplify database access code. In addition to simplifying the code you have to write, persistence frameworks offer advantages over raw JDBC. Advantages include: caching, query optimization and developer productivity. Three persistence frameworks are available within AppFuse:
Currently, the JPA implementation uses Hibernate.