Uses of Interface
org.modeshape.graph.property.ReferenceFactory

Packages that use ReferenceFactory
org.modeshape.graph.property 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.graph.property.basic A set of basic implementations of the various interfaces defined in org.modeshape.graph.property
 

Uses of ReferenceFactory in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property 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.graph.property.basic
 

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

Methods in org.modeshape.graph.property.basic that return ReferenceFactory
 ReferenceFactory StandardValueFactories.getReferenceFactory()
          Get the value factory for reference properties.
 ReferenceFactory StandardValueFactories.getWeakReferenceFactory()
          Get the value factory for reference properties.
 



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