Interface AutoDDLCreateStatusTestBean

All Known Implementing Classes:
AutoDDLCreateStatusTestBeanImpl

public interface AutoDDLCreateStatusTestBean
MBean registered in JMX to keep track of which persistence units are marked with auto.ddl 'create'. The scope of this MBean covers the current JVM, which may span more than a single application in the same container.
Author:
Jeff Fischer
  • Method Details

    • getStartedWithCreate

      Boolean getStartedWithCreate(String pu)
    • setStartedWithCreate

      void setStartedWithCreate(String pu, Boolean val)