ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.value.NameFactory

Packages that use NameFactory
org.modeshape.jcr   
org.modeshape.jcr.query.lucene The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. 
org.modeshape.jcr.value Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.modeshape.jcr.value.basic A set of basic implementations of the various interfaces defined in org.modeshape.jcr.value
 

Uses of NameFactory in org.modeshape.jcr
 

Fields in org.modeshape.jcr declared as NameFactory
protected  NameFactory CndImporter.nameFactory
           
 

Uses of NameFactory in org.modeshape.jcr.query.lucene
 

Fields in org.modeshape.jcr.query.lucene declared as NameFactory
protected  NameFactory LuceneQueryFactory.nameFactory
           
 

Uses of NameFactory in org.modeshape.jcr.value
 

Methods in org.modeshape.jcr.value that return NameFactory
 NameFactory ValueFactories.getNameFactory()
          Get the value factory for name properties.
 

Uses of NameFactory in org.modeshape.jcr.value.basic
 

Classes in org.modeshape.jcr.value.basic that implement NameFactory
 class NameValueFactory
          The standard ValueFactory for PropertyType.NAME values.
 

Methods in org.modeshape.jcr.value.basic that return NameFactory
 NameFactory StandardValueFactories.getNameFactory()
           
 


ModeShape Distribution 3.0.0.Beta4

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