io.ebeaninternal.server.cache.CachedManyIds Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ebean Show documentation
Show all versions of ebean Show documentation
composite of common runtime dependencies for all platforms
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 class CachedManyIds implements Externalizable {
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy