Uses of Class
org.jboss.dna.connector.store.jpa.model.common.WorkspaceEntity

Packages that use WorkspaceEntity
org.jboss.dna.connector.store.jpa.model.common The classes that define the common JPA entities used in multiple storage models. 
org.jboss.dna.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
 

Uses of WorkspaceEntity in org.jboss.dna.connector.store.jpa.model.common
 

Methods in org.jboss.dna.connector.store.jpa.model.common that return WorkspaceEntity
static WorkspaceEntity WorkspaceEntity.findByName(javax.persistence.EntityManager manager, String name)
          Find an existing workspace by its name, or create and return one if it does not already exist.
static WorkspaceEntity WorkspaceEntity.findByName(javax.persistence.EntityManager manager, String name, boolean createIfRequired)
          Find an existing workspace by its name.
 

Uses of WorkspaceEntity in org.jboss.dna.connector.store.jpa.util
 

Methods in org.jboss.dna.connector.store.jpa.util that return WorkspaceEntity
 WorkspaceEntity Workspaces.create(String workspaceName)
          Create a workspace with the supplied name.
 WorkspaceEntity Workspaces.get(String workspaceName, boolean createIfRequired)
          Get the workspace with the supplied name, and optionally create a new one if missing.
 



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