public class JPADatabase extends H2Database
This jOOQ-meta schema source works on an undisclosed in-memory
H2Database, which is constructed from a set of JPA-annotated entities
using Spring and Hibernate:
packages (configured in the code generator)SchemaExport to generate
an empty database schema in the in-memory H2 databaseH2Database is used to reverse-engineer this schema
againDatabase.Filter| Constructor and Description |
|---|
JPADatabase() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected org.jooq.DSLContext |
create0() |
protected List<SchemaDefinition> |
getSchemata0() |
getArrays0, getCatalogs0, getDomains0, getEnums0, getIndexes0, getPackages0, getRoutines0, getSequences0, getTables0, getUDTs0, loadCheckConstraints, loadForeignKeys, loadPrimaryKeys, loadUniqueKeysaddFilter, create, create, dateAsTimestamp, existAll, exists, fetchedSize, filterExcludeInclude, filterExcludeInclude, filterSchema, filterSchema, getAll, getArray, getArray, getArray, getArray, getArrays, getCatalog, getCatalogs, getCatalogVersionProvider, getCheckConstraints, getConfiguredCustomType, getConfiguredCustomTypes, getConfiguredEnumTypes, getConfiguredForcedType, getConfiguredForcedType, getConfiguredForcedTypes, getConnection, getDataTypeForMAX_VAL, getDefinition, getDefinition, getDialect, getDomain, getDomain, getDomain, getDomain, getDomains, getEnum, getEnum, getEnum, getEnum, getEnums, getExcluded, getExcludes, getFilters, getForceIntegerTypesOnZeroScaleDecimals, getForeignKeys, getIdentities, getIncluded, getIncludeExcludeColumns, getIncludeForeignKeys, getIncludeIndexes, getIncludePackageConstants, getIncludePackageRoutines, getIncludePackages, getIncludePackageUDTs, getIncludePrimaryKeys, getIncludeRoutines, getIncludes, getIncludeSequences, getIncludeTables, getIncludeTriggerRoutines, getIncludeUDTs, getIncludeUniqueKeys, getIndexes, getIndexes, getInputCatalogs, getInputSchemata, getInputSchemata, getInputSchemata, getLogSlowQueriesAfterSeconds, getOrderProvider, getOutputCatalog, getOutputSchema, getOutputSchema, getOverridePrimaryKeys, getPackage, getPackages, getProperties, getRecordTimestampFields, getRecordVersionFields, getRegexFlags, getRelations, getRelations0, getRoutines, getSchema, getSchemata, getSchemata, getSchemaVersionProvider, getSequences, getSyntheticIdentities, getSyntheticPrimaryKeys, getTable, getTable, getTable, getTable, getTables, getUDT, getUDT, getUDT, getUDT, getUDTs, getUDTs, getUniqueKeys, ignoreProcedureReturnValues, includeRelations, isArrayType, setCatalogVersionProvider, setConfiguredCatalogs, setConfiguredCustomTypes, setConfiguredEnumTypes, setConfiguredForcedTypes, setConfiguredSchemata, setConnection, setDateAsTimestamp, setExcludes, setForceIntegerTypesOnZeroScaleDecimals, setIgnoreProcedureReturnValues, setIncludeExcludeColumns, setIncludeForeignKeys, setIncludeIndexes, setIncludePackageConstants, setIncludePackageRoutines, setIncludePackages, setIncludePackageUDTs, setIncludePrimaryKeys, setIncludeRelations, setIncludeRoutines, setIncludes, setIncludeSequences, setIncludeTables, setIncludeTriggerRoutines, setIncludeUDTs, setIncludeUniqueKeys, setLogSlowQueriesAfterSeconds, setOrderProvider, setOverridePrimaryKeys, setProperties, setRecordTimestampFields, setRecordVersionFields, setRegexFlags, setSchemaVersionProvider, setSupportsUnsignedTypes, setSyntheticIdentities, setSyntheticPrimaryKeys, setTableValuedFunctions, sort, supportsUnsignedTypes, tableValuedFunctionspublic void close()
close in interface AutoCloseableclose in interface Databaseclose in class AbstractDatabaseprotected org.jooq.DSLContext create0()
create0 in class H2Databaseprotected List<SchemaDefinition> getSchemata0() throws SQLException
getSchemata0 in class H2DatabaseSQLExceptionCopyright © 2019. All rights reserved.