public abstract class DbAttributesBaseLoader extends Object implements DbAttributesLoader
LOGGER| Constructor and Description |
|---|
DbAttributesBaseLoader(String catalog,
String schema,
DatabaseMetaData metaData,
DbAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCatalog() |
protected DatabaseMetaData |
getMetaData() |
protected String |
getSchema() |
protected DbAttribute |
loadDbAttribute(Set<String> columns,
ResultSet rs) |
void |
loadDbAttributes(DbEntity entity) |
protected abstract List<DbAttribute> |
loadDbAttributes(String tableName) |
public DbAttributesBaseLoader(String catalog, String schema, DatabaseMetaData metaData, DbAdapter adapter)
protected DbAttribute loadDbAttribute(Set<String> columns, ResultSet rs) throws SQLException
SQLExceptionpublic void loadDbAttributes(DbEntity entity)
loadDbAttributes in interface DbAttributesLoaderprotected abstract List<DbAttribute> loadDbAttributes(String tableName)
protected String getCatalog()
protected String getSchema()
protected DatabaseMetaData getMetaData()
Copyright © 2001–2016 Apache Cayenne. All rights reserved.