ModeShape Distribution 3.0.0.Beta4

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

Packages that use ReferenceFactory
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 ReferenceFactory in org.modeshape.jcr.value
 

Methods in org.modeshape.jcr.value that return ReferenceFactory
 ReferenceFactory ValueFactories.getReferenceFactory()
          Get the value factory for reference properties.
 ReferenceFactory ValueFactories.getWeakReferenceFactory()
          Get the value factory for reference properties.
 

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

Classes in org.modeshape.jcr.value.basic that implement ReferenceFactory
 class ReferenceValueFactory
          The standard ValueFactory for PropertyType.REFERENCE values.
 

Methods in org.modeshape.jcr.value.basic that return ReferenceFactory
 ReferenceFactory StandardValueFactories.getReferenceFactory()
           
 ReferenceFactory StandardValueFactories.getWeakReferenceFactory()
           
 


ModeShape Distribution 3.0.0.Beta4

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