public class SchemaCreator extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
ACHILLES_DML_LOGGER |
| Constructor and Description |
|---|
SchemaCreator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generateSchemaAtRuntime(Session session,
AbstractEntityProperty<?> entityProperty) |
static List<String> |
generateTable_And_Indices(SchemaContext context,
AbstractEntityProperty<?> entityProperty) |
static void |
generateUDTAtRuntime(Session session,
AbstractUDTClassProperty<?> udtClassProperty) |
static List<String> |
generateView(SchemaContext context,
AbstractViewProperty<?> viewProperty) |
public static List<String> generateTable_And_Indices(SchemaContext context, AbstractEntityProperty<?> entityProperty)
public static List<String> generateView(SchemaContext context, AbstractViewProperty<?> viewProperty)
public static void generateSchemaAtRuntime(Session session, AbstractEntityProperty<?> entityProperty)
public static void generateUDTAtRuntime(Session session, AbstractUDTClassProperty<?> udtClassProperty)
Copyright © 2012-2021. All Rights Reserved.