|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkspaceEntity | |
|---|---|
| org.modeshape.connector.store.jpa.model.common | The classes that define the common JPA entities used in multiple storage models. |
| org.modeshape.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.modeshape.connector.store.jpa.model.common |
|---|
| Methods in org.modeshape.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.modeshape.connector.store.jpa.util |
|---|
| Methods in org.modeshape.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||