Class ModelCreationOptions


  • public final class ModelCreationOptions
    extends Object
    OPTIONAL parameters for the ModelFactory methods. Supposed to be a cosier version of the Map parameters in the ModelFactory#create(DataSource, Map) methods group. Currently I suggest that the set of these parameters is not extended on the client side though this can easily be changed. Use static startBuilding() to start construction via Builder pattern. Finish construction with the ModelCreationOptions.Builder.finishBuilding() invocation. Use non-static prototype() if you would like to construct a new instance of parameters based on the COPY of the existing version of parameters. Created by apyshkin on 12/14/16.