|
FAQ has been edited by Patrick Linskey (May 21, 2007). Content:FAQGeneralWhat is OpenJPA?OpenJPA is a 100% open-source implementation of the Java Persistence API (JPA), which is the persistence component for EJB in the Java EE 5 specification What is the history of OpenJPA?OpenJPA has its roots in the popular Kodo product, which was created by SolarMetric, Inc. in 2001. BEA Systems, Inc. purchased SolarMetric in November of 2005, and soon thereafter announced What is the current relationship between Kodo and OpenJPA?Version 4.1 of Kodo will be based on the OpenJPA code base. What is the current status of the project?OpenJPA is a top-level project at the Apache Software Foundation. Where can I download OpenJPA?Look at the Downloads page. Does OpenJPA work with my application server or container?See Integration. How can I contribute to OpenJPA?Check out the Get Involved page. TechnicalHow do I see the SQL that OpenJPA is executing?OpenJPA provides configurable channel-based logging, as described in the chapter on Logging <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"> <persistence-unit name="example-logging" transaction-type="RESOURCE_LOCAL"> <properties> <property name="openjpa.Log" value="DefaultLevel=TRACE"/> </properties> </persistence-unit> </persistence>
|
Unsubscribe or edit your notifications preferences
