MyModelBuilder.ChooseExportStrategyForColumnStep<E> |
MyModelBuilder.ChooseImportStrategyForColumnStep.ignoreAtImport() |
MyModelBuilder.ChooseExportStrategyForColumnStep<E> |
MyModelBuilder.ChooseImportStrategyForColumnStep.mandatoryAtImport(String propertyName) |
<T> MyModelBuilder.ChooseExportStrategyForColumnStep<E> |
MyModelBuilder.ChooseImportStrategyForColumnStep.mandatoryAtImport(String propertyName,
ValueParser<T> valueParser) |
<T> MyModelBuilder.ChooseExportStrategyForColumnStep<E> |
MyModelBuilder.ChooseImportStrategyForColumnStep.mandatoryAtImport(ValueParser<T> valueParser,
ValueSetter<E,T> valueSetter) |
MyModelBuilder.ChooseExportStrategyForColumnStep<E> |
MyModelBuilder.ChooseImportStrategyForColumnStep.mandatoryAtImport(ValueSetter<E,String> valueSetter) |
MyModelBuilder.ChooseExportStrategyForColumnStep<E> |
MyModelBuilder.ChooseImportStrategyForColumnStep.optionalAtImport(String propertyName) |
<T> MyModelBuilder.ChooseExportStrategyForColumnStep<E> |
MyModelBuilder.ChooseImportStrategyForColumnStep.optionalAtImport(String propertyName,
ValueParser<T> valueParser) |
<T> MyModelBuilder.ChooseExportStrategyForColumnStep<E> |
MyModelBuilder.ChooseImportStrategyForColumnStep.optionalAtImport(ValueParser<T> valueParser,
ValueSetter<E,T> valueSetter) |
MyModelBuilder.ChooseExportStrategyForColumnStep<E> |
MyModelBuilder.ChooseImportStrategyForColumnStep.optionalAtImport(ValueSetter<E,String> valueSetter) |