Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ejb.plugins.cmp » jdbc » metadata » [javadoc | source]
org.jboss.ejb.plugins.cmp.jdbc.metadata
public interface: JDBCQueryMetaData [javadoc | source]

All Known Implementing Classes:
    JDBCAutomaticQueryMetaData, JDBCDeclaredQueryMetaData, JDBCJBossQLQueryMetaData, JDBCDynamicQLQueryMetaData, JDBCQlQueryMetaData, JDBCRawSqlQueryMetaData

This interface is used to identify a query that will be invoked in responce to the invocation of a finder method in a home interface or an ejbSelect method in a bean implementation class.
Method from org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCQueryMetaData Summary:
getMethod,   getQLCompilerClass,   getReadAhead,   isLazyResultSetLoading,   isResultTypeMappingLocal
Method from org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCQueryMetaData Detail:
 public Method getMethod()
    Gets the method which invokes this query.
 public Class getQLCompilerClass()
 public JDBCReadAheadMetaData getReadAhead()
    Gets the read ahead metadata for the query.
 public boolean isLazyResultSetLoading()
 public boolean isResultTypeMappingLocal()
    Is the result set of ejbSelect is mapped to local ejb objects or remote ejb objects.