Uses of Interface
org.glassfish.ejb.deployment.descriptor.QueryParser
-
Packages that use QueryParser Package Description org.glassfish.ejb.deployment.descriptor -
-
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.
-