public class TopiaSqlTables extends Object implements Iterable<TopiaSqlTable>
TopiaSqlTable.
Created on 01/01/16.| Modifier and Type | Class and Description |
|---|---|
static interface |
TopiaSqlTables.Builder
Created on 02/01/16.
|
protected static class |
TopiaSqlTables.BuilderImpl
Created on 01/01/16.
|
static interface |
TopiaSqlTables.BuilderStepOnTable |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableSet<TopiaSqlTable> |
orderedTables |
protected com.google.common.collect.ImmutableMap<String,TopiaSqlTable> |
tablesByFullyTableName |
| Constructor and Description |
|---|
TopiaSqlTables(com.google.common.collect.ImmutableMap<String,TopiaSqlTable> tablesByFullyTableName,
com.google.common.collect.ImmutableSet<TopiaSqlTable> orderedTables) |
| Modifier and Type | Method and Description |
|---|---|
static TopiaSqlTables.Builder |
builder() |
static TopiaSqlTables.BuilderStepOnTable |
builder(TopiaEntityEnum mainEntityEnum) |
TopiaSqlTable |
getTable(String key) |
Iterator<TopiaSqlTable> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected final com.google.common.collect.ImmutableMap<String,TopiaSqlTable> tablesByFullyTableName
protected final com.google.common.collect.ImmutableSet<TopiaSqlTable> orderedTables
public TopiaSqlTables(com.google.common.collect.ImmutableMap<String,TopiaSqlTable> tablesByFullyTableName, com.google.common.collect.ImmutableSet<TopiaSqlTable> orderedTables)
public static TopiaSqlTables.Builder builder()
public static TopiaSqlTables.BuilderStepOnTable builder(TopiaEntityEnum mainEntityEnum)
public TopiaSqlTable getTable(String key)
public Iterator<TopiaSqlTable> iterator()
iterator in interface Iterable<TopiaSqlTable>Copyright © 2004–2016 CodeLutin. All rights reserved.