public interface Plates extends Serializable, List<Plate>, Cloneable, JsonListHandler, QueryTarget
| Modifier and Type | Method and Description |
|---|---|
Plates |
calculateIndexes() |
Plates |
clone() |
Plates |
copy() |
long |
countAny() |
default boolean |
exists() |
<E extends Entity> |
filter(Query<E,?> query) |
default Plates |
filterBySize(int from,
int to) |
Optional<Plate> |
findFirst() |
Plates |
findMany() |
default Plate |
findOne() |
default <F,R extends EntityRelation> |
getFieldList(Column<?,F,R> col) |
default <F,R extends EntityRelation> |
getUniqueFieldList(Column<?,F,R> col) |
Plates |
limit(QueryPlate query) |
void |
markRefreshCache() |
<E extends Entity> |
orderAndLimit(Query<E,?> query) |
void |
refreshImmediatelly() |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamtoJSONtoJSONdelete, deleteCollection, deletePkEntity, deletePkEntity, findAll, findAll, findFieldsByPk, findFieldsByPk, findManyByPk, findManyByPk, findOneByPk, findOneByPk, findOneByPk, getPrimaryKeyGenerator, insert, insertAll, insertAll, nativeSelect, nativeSelect, nativeSelect, select, select, select, select, select, selectRelated, update, update, update, update, updateWholedelete, delete, insert, insert, readEntity, readEntityList, readField, readFieldList, readPlate, readPlateList, toSqlQuery, update, updatearoundTransaction, beginTransaction, getTables, isBuffer, isConnectedToDatabase, isLogQueriesEnabled, isTransactionActivegetLogPlates findMany()
Plates calculateIndexes()
long countAny()
default boolean exists()
default Plate findOne()
Plates copy()
Plates clone()
Plates limit(QueryPlate query)
default <F,R extends EntityRelation> List<F> getFieldList(Column<?,F,R> col)
void markRefreshCache()
void refreshImmediatelly()
default Plates filterBySize(int from, int to)
default <F,R extends EntityRelation> List<F> getUniqueFieldList(Column<?,F,R> col)
Copyright © 2021. All rights reserved.