Interface DelayedDropAction


  • public interface DelayedDropAction
    Memento representing the dropping of a schema as part of create-drop hbm2ddl.auto handling. This memento is registered with the SessionFactory and executed as the SessionFactory is closing.

    Implementations should be Serializable

    • Method Detail

      • perform

        void perform​(ServiceRegistry serviceRegistry)
        Perform the delayed schema drop.
        Parameters:
        serviceRegistry - Access to the ServiceRegistry