Package org.apache.torque.om.mapper

Examples of org.apache.torque.om.mapper.LongMapper


     * @throws TorqueException if a database error occurs.
     */
    public long getIdAsLong(Connection connection, Object keyInfo)
        throws TorqueException
    {
        return getId(connection, keyInfo, new LongMapper());
    }
View Full Code Here

TOP

Related Classes of org.apache.torque.om.mapper.LongMapper

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.