Class DeleteByIdMap
java.lang.Object
io.ebeaninternal.server.transaction.DeleteByIdMap
Beans deleted by Id used for updating L2 Cache.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(BeanDescriptor<?> desc, Object id) Add a Insert Update or Delete payload.voidaddList(BeanDescriptor<?> desc, List<Object> idList) Add a List of Insert Update or Delete Id's.booleanisEmpty()voidnotifyCache(CacheChangeSet changeSet) toString()values()
-
Constructor Details
-
DeleteByIdMap
public DeleteByIdMap()
-
-
Method Details
-
toString
-
notifyCache
-
isEmpty
public boolean isEmpty() -
values
-
add
Add a Insert Update or Delete payload. -
addList
Add a List of Insert Update or Delete Id's.
-