| Package | Description |
|---|---|
| com.sun.enterprise.container.common.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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 © 2013. All Rights Reserved.