Class JPAConfig.Destroyer

java.lang.Object
io.quarkus.hibernate.orm.runtime.JPAConfig.Destroyer
All Implemented Interfaces:
io.quarkus.arc.BeanDestroyer<JPAConfig>
Enclosing class:
JPAConfig

public static class JPAConfig.Destroyer extends Object implements io.quarkus.arc.BeanDestroyer<JPAConfig>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.quarkus.arc.BeanDestroyer

    io.quarkus.arc.BeanDestroyer.AutoCloseableDestroyer, io.quarkus.arc.BeanDestroyer.CloseableDestroyer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    destroy(JPAConfig instance, jakarta.enterprise.context.spi.CreationalContext<JPAConfig> creationalContext, Map<String,Object> params)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Destroyer

      public Destroyer()
  • Method Details

    • destroy

      public void destroy(JPAConfig instance, jakarta.enterprise.context.spi.CreationalContext<JPAConfig> creationalContext, Map<String,Object> params)
      Specified by:
      destroy in interface io.quarkus.arc.BeanDestroyer<JPAConfig>