Examples of executeDatabaseQuery()


Examples of org.eclipse.persistence.queries.DatabaseQuery.executeDatabaseQuery()

     * @exception  OptimisticLockException - an error has occurred using the optimistic lock feature.
     * @return - the result of executing the query.
     */
    public Object executeDatabaseQuery() throws DatabaseException, OptimisticLockException{
        DatabaseQuery ejbquery = processJPQLQuery(this.getSession());
        return ejbquery.executeDatabaseQuery();
    }
}
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.