public final class InitFromBuilderImpl extends BaseObject implements InitFromBuilder
| Constructor and Description |
|---|
InitFromBuilderImpl(DataContext dataContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decorateIdentity(List<Object> identifiers)
Subclasses should implement this method and add all fields to the list
that are to be included in equals(...) and hashCode() evaluation
|
TableFromBuilder |
from(Schema schema,
String tableName) |
TableFromBuilder |
from(String tableName) |
TableFromBuilder |
from(String schemaName,
String tableName) |
TableFromBuilder |
from(Table table) |
classEquals, equals, hashCode, toStringpublic InitFromBuilderImpl(DataContext dataContext)
public TableFromBuilder from(Table table)
from in interface InitFromBuilderpublic TableFromBuilder from(String schemaName, String tableName)
from in interface InitFromBuilderpublic TableFromBuilder from(Schema schema, String tableName)
from in interface InitFromBuilderpublic TableFromBuilder from(String tableName)
from in interface InitFromBuilderprotected void decorateIdentity(List<Object> identifiers)
BaseObjectdecorateIdentity in class BaseObjectCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.