Uses of Class
com.sun.jdo.spi.persistence.support.ejb.ejbqlc.TypeSupport

Packages that use TypeSupport
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
protected  TypeSupport JDOQLCodeGeneration.typeSupport
          Type helper.
protected  TypeSupport Semantic.typeSupport
          Type info access helper.
 

Methods in com.sun.jdo.spi.persistence.support.ejb.ejbqlc with parameters of type TypeSupport
 void JDOQLCodeGeneration.init(TypeSupport typeSupport, ParameterSupport paramSupport)
           
 void Semantic.init(TypeSupport typeSupport, ParameterSupport paramSupport, java.lang.reflect.Method method, int resultTypeMapping, boolean finderNotSelector, java.lang.String ejbName)
          Initializes the semantic analysis.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.