Uses of Package
org.modeshape.connector.store.jpa

Packages that use org.modeshape.connector.store.jpa
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. 
org.modeshape.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
 

Classes in org.modeshape.connector.store.jpa used by org.modeshape.connector.store.jpa
EntityManagers
          Utility class that owns an EntityManagerFactory instance and that provides references to EntityManager instances while providing the ability to properly clean up all resources by closing the EntityManager and EntityManagerFactory objects when no longer needed.
JpaAdapter
          Provides a way for individual JPA implementations to properly set their implementation-specific properties to accurately map the JpaSource properties to the JPA implementation.
JpaSource
          The RepositorySource for the connector that stores content in a (custom) relational database.
Model
          A descriptor of a schema used by this connector.
 

Classes in org.modeshape.connector.store.jpa used by org.modeshape.connector.store.jpa.model.simple
JpaSource
          The RepositorySource for the connector that stores content in a (custom) relational database.
Model
          A descriptor of a schema used by this connector.
 

Classes in org.modeshape.connector.store.jpa used by org.modeshape.connector.store.jpa.util
Model
          A descriptor of a schema used by this connector.
 



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