Modifier and Type | Method and Description |
---|---|
javax.persistence.TypedQuery<E> |
createQuery(javax.persistence.EntityManager em) |
static <E> SyncableDataSet<E> |
from(String queryName,
Class<E> resultType,
Map<String,Object> params) |
Map<String,Object> |
getParameters()
Returns a read-only view of this syncable data set's parameters.
|
String |
getQueryName()
Returns the name of the JPA named query this syncable data set is tied to.
|
String |
toString() |
public static <E> SyncableDataSet<E> from(String queryName, Class<E> resultType, Map<String,Object> params)
public javax.persistence.TypedQuery<E> createQuery(javax.persistence.EntityManager em)
public String getQueryName()
public Map<String,Object> getParameters()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.