Package org.ektorp.support.DesignDocument

Examples of org.ektorp.support.DesignDocument.View


        }
    }

    private void addView(final DesignDocument doc, final Views view) {
        if (!doc.containsView(view.viewName())) {
            doc.addView(view.viewName(), new View(view.mapFunction()));
        }
    }
View Full Code Here

TOP

Related Classes of org.ektorp.support.DesignDocument.View

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.