public final class DeepJobConfigFactory extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static IDeepJobConfig<Cells> |
create()
Creates a new cell-based job configuration object.
|
static <T extends IDeepType> |
create(Class<T> entityClass)
Creates an entity-based configuration object.
|
static IDeepJobConfig<Cells> |
createWriteConfig()
Creates a new cell-based write suitable job configuration object.
|
static <T extends IDeepType> |
createWriteConfig(Class<T> entityClass)
Creates an entity-based write configuration object.
|
public static IDeepJobConfig<Cells> create()
public static IDeepJobConfig<Cells> createWriteConfig()
public static <T extends IDeepType> IDeepJobConfig<T> create(Class<T> entityClass)
public static <T extends IDeepType> IDeepJobConfig<T> createWriteConfig(Class<T> entityClass)
Copyright © 2014. All rights reserved.