Uses of Class
com.sun.jdo.spi.persistence.support.ejb.ejbqlc.TypeSupport
-
Packages that use TypeSupport Package Description com.sun.jdo.spi.persistence.support.ejb.ejbqlc -
-
Uses of TypeSupport in com.sun.jdo.spi.persistence.support.ejb.ejbqlc
Fields in com.sun.jdo.spi.persistence.support.ejb.ejbqlc declared as TypeSupport Modifier and Type Field Description protected TypeSupportJDOQLCodeGeneration. typeSupportType helper.protected TypeSupportSemantic. typeSupportType info access helper.Methods in com.sun.jdo.spi.persistence.support.ejb.ejbqlc with parameters of type TypeSupport Modifier and Type Method Description voidJDOQLCodeGeneration. init(TypeSupport typeSupport, ParameterSupport paramSupport)voidSemantic. init(TypeSupport typeSupport, ParameterSupport paramSupport, Method method, int resultTypeMapping, boolean finderNotSelector, String ejbName)Initializes the semantic analysis.
-