public interface RawEntityManagerHandler extends BaseEntityManagerHandler
| Modifier and Type | Method and Description |
|---|---|
com.querydsl.jpa.impl.JPAQuery<?> |
fromRaw(com.querydsl.core.types.EntityPath<?>... from)
Returns a new raw JPA query with the from clause populated from the given entities
|
javax.persistence.EntityManager |
getEntityManager()
Returns the
EntityManager associated with the current transaction |
javax.persistence.EntityManagerFactory |
getEntityManagerFactory()
Returns the
EntityManagerFactory |
clear, delete, detach, find, flush, from, getReference, newCacheFlusher, persist, persist, refresh, remove, remove, selectFrom, subQuery, updatecom.querydsl.jpa.impl.JPAQuery<?> fromRaw(com.querydsl.core.types.EntityPath<?>... from)
javax.persistence.EntityManager getEntityManager()
EntityManager associated with the current transactionjavax.persistence.EntityManagerFactory getEntityManagerFactory()
EntityManagerFactory