public abstract class AbstractGenerator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractGenerator.ColumnMetadata |
(package private) static class |
AbstractGenerator.Concept |
(package private) static class |
AbstractGenerator.DialectSelector |
static interface |
AbstractGenerator.Meta |
(package private) static class |
AbstractGenerator.Profile |
static class |
AbstractGenerator.TableMetadata |
| Constructor and Description |
|---|
AbstractGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addConceptDirectories(AbstractGenerator.Concept concept,
AbstractGenerator.Profile profile,
org.hibernate.cfg.Configuration configuration,
org.hibernate.boot.MetadataSources metadataSources) |
protected org.hibernate.dialect.Dialect |
getDialect(AbstractGenerator.DialectSelector selection,
boolean comments) |
protected static java.io.File |
getDirectory(java.lang.String path) |
protected java.util.Collection<java.lang.String> |
getProfileDirectories(java.lang.String p,
AbstractGenerator.Profile profile) |
static void |
printToScreen(java.lang.String lineToPrint) |
protected int |
readSelectionFromStdIo() |
protected int |
readSelectionFromStdIoWithDefault(int defaultValue) |
protected void |
setDirectoriesForModelSelection(AbstractGenerator.Concept concept,
AbstractGenerator.Profile profile,
org.hibernate.cfg.Configuration configuration,
org.hibernate.boot.MetadataSources metadataSources) |
protected org.hibernate.dialect.Dialect getDialect(AbstractGenerator.DialectSelector selection, boolean comments) throws java.lang.Exception
java.lang.Exceptionprotected void setDirectoriesForModelSelection(AbstractGenerator.Concept concept, AbstractGenerator.Profile profile, org.hibernate.cfg.Configuration configuration, org.hibernate.boot.MetadataSources metadataSources) throws java.lang.Exception
java.lang.Exceptionprotected void addConceptDirectories(AbstractGenerator.Concept concept, AbstractGenerator.Profile profile, org.hibernate.cfg.Configuration configuration, org.hibernate.boot.MetadataSources metadataSources) throws java.lang.Exception
java.lang.Exceptionprotected java.util.Collection<java.lang.String> getProfileDirectories(java.lang.String p,
AbstractGenerator.Profile profile)
protected static java.io.File getDirectory(java.lang.String path)
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic static void printToScreen(java.lang.String lineToPrint)
protected int readSelectionFromStdIo()
throws java.io.IOException
java.io.IOExceptionprotected int readSelectionFromStdIoWithDefault(int defaultValue)
throws java.io.IOException
java.io.IOExceptionCopyright © 2015–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.