T - the type of the entity objectPK - the type of the primary key from the entity objectpublic interface MergeStrategy<T extends BaseEntity<PK>,PK extends Serializable> extends Serializable
MergeStrategy can interact if entities are merged.| Modifier and Type | Method and Description |
|---|---|
List<T> |
merge(List<T> objects)
Merges all new objects in the given list.
|
T |
merge(T object)
Merges the given object.
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.