public class EagerDatabaseProperties extends AbstractDatabaseProperties
dialect, support
Constructor and Description |
---|
EagerDatabaseProperties(java.sql.DatabaseMetaData metaData,
DatabaseMetaDataSupportFactory factory,
Dialect dialect) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getDefaultSchemaList() |
protected java.util.Map<java.lang.String,SequenceProperties> |
getSequenceMap() |
protected java.util.Map<java.lang.String,TableProperties> |
getTableMap() |
findSequence, findTable, getSequences, getTables, supportsSelectForUpdate
public EagerDatabaseProperties(java.sql.DatabaseMetaData metaData, DatabaseMetaDataSupportFactory factory, Dialect dialect) throws java.sql.SQLException
java.sql.SQLException
protected java.util.List<java.lang.String> getDefaultSchemaList() throws java.sql.SQLException
getDefaultSchemaList
in class AbstractDatabaseProperties
java.sql.SQLException
protected java.util.Map<java.lang.String,SequenceProperties> getSequenceMap() throws java.sql.SQLException
getSequenceMap
in class AbstractDatabaseProperties
java.sql.SQLException
protected java.util.Map<java.lang.String,TableProperties> getTableMap() throws java.sql.SQLException
getTableMap
in class AbstractDatabaseProperties
java.sql.SQLException