io.ebeaninternal.server.cache.CachedManyIds Maven / Gradle / Ivy
package io.ebeaninternal.server.cache;
import java.io.Externalizable;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
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 final class CachedManyIds implements Externalizable {
private List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy