org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.ejb
Interface Query

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface Query
extends CommonDDBean, DescriptionInterface


Field Summary
static String EJB_QL
           
static String EJBQLID
           
static String QUERY_METHOD
           
static String RESULT_TYPE_MAPPING
           
static String RESULT_TYPE_MAPPING_LOCAL
           
static String RESULT_TYPE_MAPPING_REMOTE
           
 
Method Summary
 String getEjbQl()
           
 QueryMethod getQueryMethod()
           
 String getResultTypeMapping()
           
 QueryMethod newQueryMethod()
           
 void setEjbQl(String value)
           
 void setQueryMethod(QueryMethod value)
           
 void setResultTypeMapping(String value)
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 

Field Detail

QUERY_METHOD

static final String QUERY_METHOD
See Also:
Constant Field Values

RESULT_TYPE_MAPPING

static final String RESULT_TYPE_MAPPING
See Also:
Constant Field Values

EJB_QL

static final String EJB_QL
See Also:
Constant Field Values

EJBQLID

static final String EJBQLID
See Also:
Constant Field Values

RESULT_TYPE_MAPPING_REMOTE

static final String RESULT_TYPE_MAPPING_REMOTE
See Also:
Constant Field Values

RESULT_TYPE_MAPPING_LOCAL

static final String RESULT_TYPE_MAPPING_LOCAL
See Also:
Constant Field Values
Method Detail

setQueryMethod

void setQueryMethod(QueryMethod value)

getQueryMethod

QueryMethod getQueryMethod()

newQueryMethod

QueryMethod newQueryMethod()

setResultTypeMapping

void setResultTypeMapping(String value)

getResultTypeMapping

String getResultTypeMapping()

setEjbQl

void setEjbQl(String value)

getEjbQl

String getEjbQl()

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.