Class WeldJpaInjectionServices

java.lang.Object
org.jboss.as.weld.services.bootstrap.WeldJpaInjectionServices
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service, org.jboss.weld.injection.spi.JpaInjectionServices

public class WeldJpaInjectionServices extends Object implements org.jboss.weld.injection.spi.JpaInjectionServices
  • Constructor Details

    • WeldJpaInjectionServices

      public WeldJpaInjectionServices(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
  • Method Details

    • registerPersistenceContextInjectionPoint

      public org.jboss.weld.injection.spi.ResourceReferenceFactory<jakarta.persistence.EntityManager> registerPersistenceContextInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
      Specified by:
      registerPersistenceContextInjectionPoint in interface org.jboss.weld.injection.spi.JpaInjectionServices
    • registerPersistenceUnitInjectionPoint

      public org.jboss.weld.injection.spi.ResourceReferenceFactory<jakarta.persistence.EntityManagerFactory> registerPersistenceUnitInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
      Specified by:
      registerPersistenceUnitInjectionPoint in interface org.jboss.weld.injection.spi.JpaInjectionServices
    • cleanup

      public void cleanup()
      Specified by:
      cleanup in interface org.jboss.weld.bootstrap.api.Service