Class SchemaDropHelper

java.lang.Object
org.hibernate.testing.schema.SchemaDropHelper

public class SchemaDropHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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, Connection connection)
     

    Methods inherited from class java.lang.Object

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

    • SchemaDropHelper

      public SchemaDropHelper()
  • Method Details

    • 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, Connection connection)