Class BeanPersistIds

java.lang.Object
io.ebeaninternal.server.transaction.BeanPersistIds
All Implemented Interfaces:
BinaryWritable

public final class BeanPersistIds extends Object implements BinaryWritable
Wraps the information representing a Inserted Updated or Deleted Bean.

This information is broadcast across the cluster so that remote BeanListeners are notified of the inserts updates and deletes that occurred.

You control it the data is broadcast and what data is broadcast by the BeanListener.getClusterData() method. It is guessed that often just the Id property or perhaps a few properties in a Map will be broadcast to reduce the size of data sent around the network.