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.basic The classes that define the "basic" storage model for the JPA connector. 
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)
           
 

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

Methods in org.modeshape.connector.store.jpa.model.basic with parameters of type JpaSource
 RepositoryConnection BasicModel.createConnection(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-2010 JBoss, a division of Red Hat. All Rights Reserved.