public class InMemDbSet<E>
extends org.rapidoid.db.impl.DefaultDbSet<E>
implements org.rapidoid.inmem.EntityLinksContainer
Constructor and Description |
---|
InMemDbSet(org.rapidoid.db.Database db,
Object holder,
String relation) |
InMemDbSet(org.rapidoid.db.Database db,
Object holder,
String relation,
List<? extends Number> ids) |
Modifier and Type | Method and Description |
---|---|
org.rapidoid.inmem.EntityLinks |
getEntityLinks() |
add, addAll, contains, containsAll, idsOf, iterator, remove, removeAll, retainAll
addId, addIdAt, addIdsAt, addIdWithoutTracking, clear, compareTo, deserializeBean, equals, getAddedRelations, getHolder, getIdAt, getIdSublist, getIdsView, getName, getRemovedRelations, getSingleId, hashCode, hasId, indexOfId, initId, initIds, isEmpty, lastIndexOfId, records, removeId, removeIdAt, removeIdWithoutTracking, retainIds, serializeBean, setHolder, setIdAt, size, toArray, toArray, toString
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.