Package cloud.piranha.extension.eclipselink


package cloud.piranha.extension.eclipselink
  • Classes
    Class
    Description
    CDI Extension that among others makes PersistenceContext injectable via CDI.
    The extension that will enable EclipseLink integration
    The EclipseLink initializer.
    This bean takes care of creating an EntityManagerFactory using EclipseLink specific APIs.
    This producer takes care of providing a bean to inject for the PersistenceContext annotation.
    Provides a convenient implementation of the EntityManager interface that can be subclassed by developers wishing to adapt the entity manager.
    Entity Manager wrapper suitable for injection that creates the actual entity manager lazily on demand.