Package org.axonframework.common.jpa


package org.axonframework.common.jpa
  • Class
    Description
    Provides components with an EntityManager to access the persistence mechanism.
    Enables iterating through a JPA query using paging while lazily mapping the results when necessary.
    Simple implementation of the EntityManagerProvider that returns the EntityManager instance provided at construction time.