Modifier and Type | Class and Description |
---|---|
static class |
StorableCopier.From<S extends Storable> |
Modifier | Constructor and Description |
---|---|
protected |
StorableCopier() |
Modifier and Type | Method and Description |
---|---|
abstract void |
copyAllProperties(S source,
T target) |
abstract void |
copyDirtyProperties(S source,
T target) |
abstract void |
copyPrimaryKeyProperties(S source,
T target) |
abstract void |
copyUnequalProperties(S source,
T target) |
abstract void |
copyVersionProperty(S source,
T target) |
static <S extends Storable> |
from(java.lang.Class<S> source) |
public static <S extends Storable> StorableCopier.From<S> from(java.lang.Class<S> source)
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.