Examples of UnmodifiableArgument


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
Copyright © 2018 www.massapi.com. 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.