BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.ejb
Interface QueryHome


public interface QueryHome
extends javax.ejb.EJBHome

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Method Summary
 Query createQuery()
          Creates a query that doesn't take input parameters.
 java.lang.String nativeQuery(java.lang.String ejbql)
          Returns the result of calling JDBC's nativeSQL() method.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

createQuery

public Query createQuery()
                  throws java.rmi.RemoteException
Creates a query that doesn't take input parameters.


nativeQuery

public java.lang.String nativeQuery(java.lang.String ejbql)
                             throws java.rmi.RemoteException
Returns the result of calling JDBC's nativeSQL() method.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b