ModeShape Distribution 3.0.0.Beta4

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

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

Uses of BinaryFactory in org.modeshape.jcr.value
 

Methods in org.modeshape.jcr.value that return BinaryFactory
 BinaryFactory ValueFactories.getBinaryFactory()
          Get the value factory for binary properties.
 

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

Methods in org.modeshape.jcr.value.basic that return BinaryFactory
 BinaryFactory StandardValueFactories.getBinaryFactory()
           
 

Uses of BinaryFactory in org.modeshape.jcr.value.binary
 

Classes in org.modeshape.jcr.value.binary that implement BinaryFactory
 class BinaryStoreValueFactory
          An abstract BinaryFactory implementation that contains many general methods that are likely to be appropriate for many concrete implementations.
 


ModeShape Distribution 3.0.0.Beta4

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