Uses of Class
com.sun.jdo.spi.persistence.support.ejb.ejbqlc.EJBQLAST
-
Packages that use EJBQLAST Package Description com.sun.jdo.spi.persistence.support.ejb.ejbqlc -
-
Uses of EJBQLAST in com.sun.jdo.spi.persistence.support.ejb.ejbqlc
Fields in com.sun.jdo.spi.persistence.support.ejb.ejbqlc declared as EJBQLAST Modifier and Type Field Description protected EJBQLASTEJBQLC. astThe intermediate form of the EJBQL query string.Methods in com.sun.jdo.spi.persistence.support.ejb.ejbqlc that return EJBQLAST Modifier and Type Method Description EJBQLASTEJBQLASTFactory. create(EJBQLAST tr)Creates a clone of the specified EJBQLAST instance.Methods in com.sun.jdo.spi.persistence.support.ejb.ejbqlc with parameters of type EJBQLAST Modifier and Type Method Description EJBQLASTEJBQLASTFactory. create(EJBQLAST tr)Creates a clone of the specified EJBQLAST instance.Constructors in com.sun.jdo.spi.persistence.support.ejb.ejbqlc with parameters of type EJBQLAST Constructor Description EJBQLAST(EJBQLAST ast)Copy constructor.
-