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