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> entities)
Merges all new entities in the given list.
|
T |
merge(T entity)
Merges the given entity.
|
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.