Package org.modeshape.jdbc

Examples of org.modeshape.jdbc.JcrBlob


public class BlobTransform implements Transform {

    @Override
    public Object transform( Value value ) throws ValueFormatException, RepositoryException {
        return new JcrBlob(value.getBinary());
    }
View Full Code Here

TOP

Related Classes of org.modeshape.jdbc.JcrBlob

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.