org.eobjects.metamodel.query.builder
Class InitFromBuilderImpl

java.lang.Object
  extended by org.eobjects.metamodel.util.BaseObject
      extended by org.eobjects.metamodel.query.builder.InitFromBuilderImpl
All Implemented Interfaces:
InitFromBuilder

public final class InitFromBuilderImpl
extends BaseObject
implements InitFromBuilder


Constructor Summary
InitFromBuilderImpl(DataContext dataContext)
           
 
Method Summary
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)
           
 
Methods inherited from class org.eobjects.metamodel.util.BaseObject
classEquals, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitFromBuilderImpl

public InitFromBuilderImpl(DataContext dataContext)
Method Detail

from

public TableFromBuilder from(Table table)
Specified by:
from in interface InitFromBuilder

from

public TableFromBuilder from(String schemaName,
                             String tableName)
Specified by:
from in interface InitFromBuilder

from

public TableFromBuilder from(Schema schema,
                             String tableName)
Specified by:
from in interface InitFromBuilder

from

public TableFromBuilder from(String tableName)
Specified by:
from in interface InitFromBuilder

decorateIdentity

protected void decorateIdentity(List<Object> identifiers)
Description copied from class: BaseObject
Subclasses should implement this method and add all fields to the list that are to be included in equals(...) and hashCode() evaluation

Specified by:
decorateIdentity in class BaseObject


Copyright © 2007-2013. All Rights Reserved.