| Package | Description |
|---|---|
| org.nuiton.topia.service.sql.batch.actions | |
| org.nuiton.topia.service.sql.batch.tables |
| Modifier and Type | Method and Description |
|---|---|
protected PreparedStatement |
AbstractTablesAction.ReadSqlWork.createReadStatement(TopiaSqlTable table,
Connection connection) |
protected void |
DeleteTablesAction.executeOnTable(DeleteTablesRequest request,
TopiaSqlTable table,
PreparedStatement readStatement) |
protected void |
ReplicateTablesAction.executeOnTable(ReplicateTablesRequest request,
TopiaSqlTable table,
PreparedStatement readStatement) |
protected abstract void |
AbstractTablesAction.executeOnTable(R request,
TopiaSqlTable table,
PreparedStatement readStatement) |
protected void |
UpdateTablesAction.executeOnTable(UpdateTablesRequest request,
TopiaSqlTable table,
PreparedStatement readStatement) |
protected String |
DeleteTablesAction.newDeleteStatementSql(TopiaSqlTable table) |
protected String |
ReplicateTablesAction.newInsertStatementSql(TopiaSqlTable table,
List<String> columnNames) |
protected String |
UpdateTablesAction.newUpdateStatementSql(TopiaSqlTable table,
Iterable<String> columnNames) |
| Constructor and Description |
|---|
ReadSqlWork(R request,
TopiaSqlTable table) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableSet<TopiaSqlTable> |
TopiaSqlTables.orderedTables |
protected com.google.common.collect.ImmutableMap<String,TopiaSqlTable> |
TopiaSqlTables.tablesByFullyTableName |
protected TreeMap<String,TopiaSqlTable> |
TopiaSqlTables.BuilderImpl.tablesByFullyTableName |
protected TreeMap<Integer,TopiaSqlTable> |
TopiaSqlTables.BuilderImpl.tablesByOrder |
| Modifier and Type | Method and Description |
|---|---|
protected TopiaSqlTable |
TopiaSqlTables.BuilderImpl.BuilderStepOnTableImpl.getTable() |
TopiaSqlTable |
TopiaSqlTables.getTable(String key) |
protected TopiaSqlTable |
TopiaSqlTables.BuilderImpl.getTable(String key) |
protected TopiaSqlTable |
TopiaSqlTables.BuilderImpl.getTable(TopiaEntityEnum entityEnum) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TopiaSqlTable> |
TopiaSqlTables.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
TopiaSqlTables.BuilderImpl.BuilderStepOnTableImpl.getTableOrder(TopiaSqlTable table) |
protected void |
TopiaSqlTables.BuilderImpl.BuilderStepOnTableImpl.invertOrderWithParent(TopiaSqlTable parentTable,
TopiaEntityEnum entityEnum) |
| Constructor and Description |
|---|
TopiaSqlTables(com.google.common.collect.ImmutableMap<String,TopiaSqlTable> tablesByFullyTableName,
com.google.common.collect.ImmutableSet<TopiaSqlTable> orderedTables) |
TopiaSqlTables(com.google.common.collect.ImmutableMap<String,TopiaSqlTable> tablesByFullyTableName,
com.google.common.collect.ImmutableSet<TopiaSqlTable> orderedTables) |
Copyright © 2004–2016 CodeLutin. All rights reserved.