Uses of Interface
org.glassfish.ejb.deployment.descriptor.QueryParser
-
Packages that use QueryParser Package Description com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc org.glassfish.ejb.deployment.descriptor -
-
Uses of QueryParser in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc
Classes in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc that implement QueryParser Modifier and Type Class Description classJDOQLParameterDeclarationParserHelper class to support parsing of JDOQL parameter declarations. -
Uses of QueryParser in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return QueryParser Modifier and Type Method Description QueryParserIASEjbCMPEntityDescriptor. getQueryParser()Returns the query parser objectMethods in org.glassfish.ejb.deployment.descriptor with parameters of type QueryParser Modifier and Type Method Description voidIASEjbCMPEntityDescriptor. setQueryParser(QueryParser inParser)This method sets the parser which would be used to parse the query parameter declaration given in sun-ejb-jar.xml.
-