Package com.jengine.orm.model.multi.field.aggregation

Examples of com.jengine.orm.model.multi.field.aggregation.Count


    }

    /* exec query methods */

    public long count() throws DBException {
        return this.target(new Count()).<Long>one();
    }
View Full Code Here

TOP

Related Classes of com.jengine.orm.model.multi.field.aggregation.Count

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.