Class BeanPersistIdMap
java.lang.Object
io.ebeaninternal.server.transaction.BeanPersistIdMap
Organises the individual bean persist requests by type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(BeanDescriptor<?> desc, PersistRequest.Type type, Object id) Add a Insert Update or Delete payload.booleanisEmpty()toString()values()
-
Constructor Details
-
BeanPersistIdMap
public BeanPersistIdMap()
-
-
Method Details
-
toString
-
isEmpty
public boolean isEmpty() -
values
-
add
Add a Insert Update or Delete payload.
-