Uses of Class
org.modeshape.connector.store.jpa.JpaSource

Packages that use JpaSource
org.modeshape.connector.store.jpa The classes that make up the connector that stores content in a relational database via JDBC and JPA. 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
 

Uses of JpaSource in org.modeshape.connector.store.jpa
 

Methods in org.modeshape.connector.store.jpa with parameters of type JpaSource
abstract  RepositoryConnection Model.createConnection(JpaSource source)
           
 javax.persistence.EntityManagerFactory JpaAdapter.getEntityManagerFactory(JpaSource source)
          Returns an EntityManagerFactory based on the values in the given source.
 javax.persistence.EntityManagerFactory HibernateAdapter.getEntityManagerFactory(JpaSource source)
           
 Properties JpaAdapter.getProperties(JpaSource source)
          Maps the JpaSource properties to the corresponding properties in the JPA implementation
 Properties HibernateAdapter.getProperties(JpaSource source)
           
 

Uses of JpaSource in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple with parameters of type JpaSource
 RepositoryConnection SimpleModel.createConnection(JpaSource source)
           
 

Constructors in org.modeshape.connector.store.jpa.model.simple with parameters of type JpaSource
SimpleJpaConnection(JpaSource source)
           
 



Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.