Uses of Class
com.sun.enterprise.container.common.impl.QueryWrapper.QueryType

Packages that use QueryWrapper.QueryType
com.sun.enterprise.container.common.impl   
 

Uses of QueryWrapper.QueryType in com.sun.enterprise.container.common.impl
 

Methods in com.sun.enterprise.container.common.impl that return QueryWrapper.QueryType
static QueryWrapper.QueryType QueryWrapper.QueryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryWrapper.QueryType[] QueryWrapper.QueryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.enterprise.container.common.impl with parameters of type QueryWrapper.QueryType
protected  javax.persistence.Query QueryWrapper.createQueryDelegate(QueryWrapper.QueryType queryType, javax.persistence.EntityManager entityManager, String queryString)
           
protected  javax.persistence.TypedQuery<X> TypedQueryWrapper.createQueryDelegate(QueryWrapper.QueryType queryType, javax.persistence.EntityManager entityManager, String queryString)
           
 

Constructors in com.sun.enterprise.container.common.impl with parameters of type QueryWrapper.QueryType
QueryWrapper(javax.persistence.EntityManagerFactory emf, Map emProperties, javax.persistence.EntityManager emDelegate, javax.persistence.Query qDelegate, QueryWrapper.QueryType type, String query, Class resultClass, String resultSetMapping)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.