|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.MetaData
org.jboss.metadata.OldMetaData<QueryMetaData>
org.jboss.metadata.QueryMetaData
@Deprecated public class QueryMetaData
Contains information about ejb-ql queries.
| Field Summary | |
|---|---|
static String |
LOCAL
Deprecated. Local |
static String |
REMOTE
Deprecated. Remote |
| Fields inherited from class org.jboss.metadata.MetaData |
|---|
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN |
| Constructor Summary | |
|---|---|
protected |
QueryMetaData(org.jboss.metadata.spi.MetaData metaData)
Deprecated. Create a new QueryMetaData. |
|
QueryMetaData(QueryMetaData delegate)
Deprecated. Create a new QueryMetaData. |
| Method Summary | |
|---|---|
static QueryMetaData |
create(QueryMetaData delegate)
Deprecated. Create a new QueryMetaData. |
String |
getDescription()
Deprecated. Gets the user description of the query. |
String |
getEjbQl()
Deprecated. Gets the ejb-ql for this query. |
String |
getMethodName()
Deprecated. Gets the name of the query for which this metadata applies. |
Iterator<String> |
getMethodParams()
Deprecated. Gets an iterator over the parameters of the query method. |
String |
getResultTypeMapping()
Deprecated. Gets the interface type of returned ejb objects. |
| Methods inherited from class org.jboss.metadata.OldMetaData |
|---|
equals, getDelegate, getMetaData, hashCode, importEjbJarXml, importJbossXml, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String REMOTE
public static final String LOCAL
| Constructor Detail |
|---|
public QueryMetaData(QueryMetaData delegate)
delegate - the delegate
IllegalArgumentException - for a null delegateprotected QueryMetaData(org.jboss.metadata.spi.MetaData metaData)
metaData - the delegate metadata
IllegalArgumentException - for a null metaData
IllegalStateException - if the metadata doesn't have an QueryMetaData| Method Detail |
|---|
public static QueryMetaData create(QueryMetaData delegate)
delegate - the delegate
IllegalArgumentException - for a null delegate or an unknown delegatepublic String getDescription()
public String getMethodName()
public Iterator<String> getMethodParams()
public String getResultTypeMapping()
public String getEjbQl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||