Package org.hibernate.testing.schema
Class SchemaDropHelper
java.lang.Object
org.hibernate.testing.schema.SchemaDropHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-