com.avaje.ebeaninternal.server.cache.CachedManyIds Maven / Gradle / Ivy
package com.avaje.ebeaninternal.server.cache;
import java.io.Externalizable;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* The cached data for O2M and M2M relationships.
*
* This is effectively just the Id values for each of the beans in the collection.
*
*/
public class CachedManyIds implements Externalizable {
private List