Save This Page
Home » spring-framework-2.5.6-with-dependencies » org.springframework » orm » jpa » vendor » [javadoc | source]
org.springframework.orm.jpa.vendor
public class: OpenJpaDialect [javadoc | source]
java.lang.Object
   org.springframework.orm.jpa.DefaultJpaDialect
      org.springframework.orm.jpa.vendor.OpenJpaDialect

All Implemented Interfaces:
    Serializable, JpaDialect

org.springframework.orm.jpa.JpaDialect implementation for Apache OpenJPA. Developed and tested against OpenJPA 0.9.7.
Method from org.springframework.orm.jpa.vendor.OpenJpaDialect Summary:
beginTransaction,   getJdbcConnection,   getOpenJPAEntityManager
Methods from org.springframework.orm.jpa.DefaultJpaDialect:
beginTransaction,   cleanupTransaction,   getEntityManagerFactoryPlusOperations,   getEntityManagerPlusOperations,   getJdbcConnection,   prepareTransaction,   releaseJdbcConnection,   supportsEntityManagerFactoryPlusOperations,   supportsEntityManagerPlusOperations,   translateExceptionIfPossible
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.orm.jpa.vendor.OpenJpaDialect Detail:
 public Object beginTransaction(EntityManager entityManager,
    TransactionDefinition definition) throws TransactionException, SQLException, PersistenceException 
 public ConnectionHandle getJdbcConnection(EntityManager entityManager,
    boolean readOnly) throws SQLException, PersistenceException 
 protected OpenJPAEntityManager getOpenJPAEntityManager(EntityManager em) 
    Return the OpenJPA-specific interface of EntityManager.