Class 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>
    • Constructor Detail

      • Destroyer

        public Destroyer()
    • Method Detail

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