| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedExists
A cached instance of an SQL
count > 0 query. |
| Modifier and Type | Method and Description |
|---|---|
CachedCount |
Table.cachedCount() |
CachedCount |
JdbcTable.cachedCount() |
CachedCount |
Table.cachedCount(Persistent criteria) |
CachedCount |
JdbcTable.cachedCount(Persistent criteria) |
CachedCount |
Table.cachedCount(Persistent criteria,
boolean includeDeleted,
boolean excludeUnselectable)
A mechanism for caching a record count.
|
CachedCount |
JdbcTable.cachedCount(Persistent criteria,
boolean includeDeleted,
boolean excludeUnselectable)
A mechanism for caching a record count.
|
CachedCount |
Table.cachedCount(String whereClause)
A mechanism for caching a record count.
|
CachedCount |
JdbcTable.cachedCount(String whereClause)
A mechanism for caching a record count.
|
CachedCount |
Table.cachedCount(String whereClause,
boolean includeDeleted)
A mechanism for caching a record count.
|
CachedCount |
JdbcTable.cachedCount(String whereClause,
boolean includeDeleted)
A mechanism for caching a record count.
|
CachedCount |
Table.cachedCount(String whereClause,
boolean includeDeleted,
boolean excludeUnselectable)
A mechanism for caching a record count.
|
CachedCount |
JdbcTable.cachedCount(String whereClause,
boolean includeDeleted,
boolean excludeUnselectable)
A mechanism for caching a record count.
|
Copyright © 2000–2021 PanEris. All rights reserved.