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

Packages that use Model
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. 
 

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

Fields in org.modeshape.connector.store.jpa declared as Model
static Model JpaSource.Models.DEFAULT
           
static Model JpaSource.Models.SIMPLE
           
 

Fields in org.modeshape.connector.store.jpa with type parameters of type Model
static Collection<Model> JpaSource.Models.ALL
           
 

Methods in org.modeshape.connector.store.jpa that return Model
static Model JpaSource.Models.getModel(String name)
           
 

Methods in org.modeshape.connector.store.jpa with parameters of type Model
static boolean JpaSource.Models.addModel(Model model)
           
 

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

Subclasses of Model in org.modeshape.connector.store.jpa.model.simple
 class SimpleModel
          Database model that stores each node (transparently) and its properties (opaquely) in a single row.
 

Uses of Model in org.modeshape.connector.store.jpa.util
 

Methods in org.modeshape.connector.store.jpa.util with parameters of type Model
 void StoreOptions.setModelName(Model model)
           
 



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