org.jboss.ejb3.metamodel
Class Query

java.lang.Object
  extended by org.jboss.ejb3.metamodel.Query

public class Query
extends Object

Represents an query element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 61136 $
Author:
William DeCoste

Constructor Summary
Query()
           
 
Method Summary
 String getEjbQl()
           
 QueryMethod getQueryMethod()
           
 void setEjbQl(String ejbQl)
           
 void setQueryMethod(QueryMethod queryMethod)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Query

public Query()
Method Detail

getEjbQl

public String getEjbQl()

setEjbQl

public void setEjbQl(String ejbQl)

getQueryMethod

public QueryMethod getQueryMethod()

setQueryMethod

public void setQueryMethod(QueryMethod queryMethod)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.