Uses of Class
com.sun.jdo.spi.persistence.support.ejb.ejbqlc.ParameterSupport
Packages that use ParameterSupport
-
Uses of ParameterSupport in com.sun.jdo.spi.persistence.support.ejb.ejbqlc
Fields in com.sun.jdo.spi.persistence.support.ejb.ejbqlc declared as ParameterSupportModifier and TypeFieldDescriptionprotected ParameterSupportJDOQLCodeGeneration.paramSupportParameter helper.protected ParameterSupportSemantic.paramSupportParameter info helper.Methods in com.sun.jdo.spi.persistence.support.ejb.ejbqlc with parameters of type ParameterSupportModifier and TypeMethodDescriptionvoidJDOQLCodeGeneration.init(TypeSupport typeSupport, ParameterSupport paramSupport) voidSemantic.init(TypeSupport typeSupport, ParameterSupport paramSupport, Method method, int resultTypeMapping, boolean finderNotSelector, String ejbName) Initializes the semantic analysis.