Package net.sf.jpacriteria.argument

Examples of net.sf.jpacriteria.argument.UnmodifiableArgument


    public CompiledCriteriaImpl(String queryString, Integer firstResult, Integer maxResults, Argument argument) {
        this.queryString = queryString;
        this.firstResult = firstResult;
        this.maxResults = maxResults;
        this.argument = new UnmodifiableArgument(argument);
    }
View Full Code Here

TOP

Related Classes of net.sf.jpacriteria.argument.UnmodifiableArgument

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.