Interface RawEntityManagerHandler

    • Method Detail

      • fromRaw

        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
      • getEntityManager

        javax.persistence.EntityManager getEntityManager()
        Returns the EntityManager associated with the current transaction
      • getEntityManagerFactory

        javax.persistence.EntityManagerFactory getEntityManagerFactory()
        Returns the EntityManagerFactory
      • getReference

        <E extends IEntity> E getReference​(Class<E> entityClass,
                                           Long id)
        Returns an unitialized proxy (reference) for the given class and id