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

Packages that use NamespaceEntity
org.jboss.dna.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
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 NamespaceEntity in org.jboss.dna.connector.store.jpa.model.basic
 

Methods in org.jboss.dna.connector.store.jpa.model.basic that return NamespaceEntity
 NamespaceEntity ChildEntity.getChildNamespace()
           
 

Methods in org.jboss.dna.connector.store.jpa.model.basic with parameters of type NamespaceEntity
 void ChildEntity.setChildNamespace(NamespaceEntity childNamespace)
           
 

Constructors in org.jboss.dna.connector.store.jpa.model.basic with parameters of type NamespaceEntity
ChildEntity(ChildId id, String parentUuidString, int indexInParent, NamespaceEntity ns, String name)
           
ChildEntity(ChildId id, String parentUuidString, int indexInParent, NamespaceEntity ns, String name, int sameNameSiblingIndex)
           
 

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

Methods in org.jboss.dna.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.jboss.dna.connector.store.jpa.util
 

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



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