Package org.hibernate.testing.schema
Class SchemaCreateHelper
java.lang.Object
org.hibernate.testing.schema.SchemaCreateHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
create
(Metadata metadata, StandardServiceRegistry serviceRegistry, Connection connection) static void
create
(Metadata metadata, ServiceRegistry serviceRegistry) static void
createOnlyToStdOut
(Metadata metadata, ServiceRegistry serviceRegistry) static void
createOnlyToWriter
(Metadata metadata, ServiceRegistry serviceRegistry, Writer target) static String
toCreateDdl
(Metadata metadata) static void
static void
-
Constructor Details
-
SchemaCreateHelper
public SchemaCreateHelper()
-
-
Method Details
-
create
-
create
-
create
public static void create(Metadata metadata, StandardServiceRegistry serviceRegistry, Connection connection) -
toStdOut
-
toWriter
-
toCreateDdl
-
createOnlyToStdOut
-
createOnlyToWriter
public static void createOnlyToWriter(Metadata metadata, ServiceRegistry serviceRegistry, Writer target)
-