org.jboss.dna.connector.store.jpa.util
Class Namespaces

java.lang.Object
  extended by org.jboss.dna.connector.store.jpa.util.Namespaces

@NotThreadSafe
public class Namespaces
extends Object

A utility that wraps the NamespaceEntity objects appearing within an EntityManager.


Constructor Summary
Namespaces(javax.persistence.EntityManager manager)
           
 
Method Summary
 NamespaceEntity get(String namespaceUri, boolean createIfRequired)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Namespaces

public Namespaces(javax.persistence.EntityManager manager)
Method Detail

get

public NamespaceEntity get(String namespaceUri,
                           boolean createIfRequired)


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