Class SchemaDropHelper


  • public class SchemaDropHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void drop​(org.hibernate.boot.Metadata metadata)  
      static void drop​(org.hibernate.boot.Metadata metadata, org.hibernate.service.ServiceRegistry serviceRegistry)  
      static void drop​(org.hibernate.boot.spi.MetadataImplementor metadata, org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry, java.sql.Connection connection)  
      • Methods inherited from class java.lang.Object

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

      • SchemaDropHelper

        public SchemaDropHelper()
    • Method Detail

      • drop

        public static void drop​(org.hibernate.boot.Metadata metadata)
      • drop

        public static void drop​(org.hibernate.boot.Metadata metadata,
                                org.hibernate.service.ServiceRegistry serviceRegistry)
      • drop

        public static void drop​(org.hibernate.boot.spi.MetadataImplementor metadata,
                                org.hibernate.boot.registry.StandardServiceRegistry serviceRegistry,
                                java.sql.Connection connection)