Uses of Class
org.modeshape.connector.store.jpa.model.common.NamespaceEntity

Packages that use NamespaceEntity
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.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 NamespaceEntity in org.modeshape.connector.store.jpa.model.common
 

Methods in org.modeshape.connector.store.jpa.model.common that return NamespaceEntity
static NamespaceEntity NamespaceEntity.findByUri(javax.persistence.EntityManager manager, String uri)
          Find an existing namespace by its URI, or create and return one if it does not already exist.
static NamespaceEntity NamespaceEntity.findByUri(javax.persistence.EntityManager manager, String uri, boolean createIfRequired)
          Find an existing namespace by its URI.
 

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

Methods in org.modeshape.connector.store.jpa.model.simple that return NamespaceEntity
 NamespaceEntity NodeEntity.getChildNamespace()
           
 

Methods in org.modeshape.connector.store.jpa.model.simple with parameters of type NamespaceEntity
 void NodeEntity.setChildNamespace(NamespaceEntity childNamespace)
           
 

Constructors in org.modeshape.connector.store.jpa.model.simple with parameters of type NamespaceEntity
NodeEntity(long id, NodeEntity parent, String nodeUuidString, long workspaceId, int indexInParent, NamespaceEntity ns, String name)
           
NodeEntity(long id, NodeEntity parent, String nodeUuidString, long workspaceId, int indexInParent, NamespaceEntity ns, String name, int sameNameSiblingIndex)
           
 

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

Methods in org.modeshape.connector.store.jpa.util that return NamespaceEntity
 NamespaceEntity Namespaces.get(String namespaceUri, boolean createIfRequired)
           
 



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