Package org.infinispan.configuration.parsing

Examples of org.infinispan.configuration.parsing.Namespace


  }

  @Override
  public Namespace[] getSupportedNamespaces() {
    return new Namespace[] {
        new Namespace(Namespace.INFINISPAN_NS_BASE_URI, "jpa",
            Element.JPA_STORE.getLocalName(), 5, 3),
        new Namespace("", Element.JPA_STORE.getLocalName(), 0, 0) };
  }
View Full Code Here


  }

  @Override
  public Namespace[] getSupportedNamespaces() {
    return new Namespace[] {
        new Namespace(Namespace.INFINISPAN_NS_BASE_URI, "leveldb",
            Element.LEVELDB_STORE.getLocalName(), 5, 2),
        new Namespace("", Element.LEVELDB_STORE.getLocalName(), 0, 0) };
  }
View Full Code Here

TOP

Related Classes of org.infinispan.configuration.parsing.Namespace

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.