Uses of Class
com.caucho.ejb.cfg.FunctionSignature

Packages that use FunctionSignature
com.caucho.ejb.cfg   
 

Uses of FunctionSignature in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg that return FunctionSignature
 FunctionSignature EjbJar.QueryFunction.getSignature()
           
 

Methods in com.caucho.ejb.cfg that return types with arguments of type FunctionSignature
 java.util.ArrayList<FunctionSignature> EjbConfig.getFunctions()
          Gets the function list.
 

Methods in com.caucho.ejb.cfg with parameters of type FunctionSignature
 void EjbConfig.addFunction(FunctionSignature sig, java.lang.String sql)
          Adds a function.