public interface MetadataValueDAO extends GenericDAO<MetadataValue>
| Modifier and Type | Method and Description |
|---|---|
int |
countRows(Context context) |
void |
deleteByMetadataField(Context context,
MetadataField metadataField) |
List<MetadataValue> |
findByField(Context context,
MetadataField fieldId) |
Iterator<MetadataValue> |
findByValueLike(Context context,
String value) |
MetadataValue |
getMinimum(Context context,
int metadataFieldId) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveList<MetadataValue> findByField(Context context, MetadataField fieldId) throws SQLException
SQLExceptionIterator<MetadataValue> findByValueLike(Context context, String value) throws SQLException
SQLExceptionvoid deleteByMetadataField(Context context, MetadataField metadataField) throws SQLException
SQLExceptionMetadataValue getMinimum(Context context, int metadataFieldId) throws SQLException
SQLExceptionint countRows(Context context) throws SQLException
SQLExceptionCopyright © 2022 LYRASIS. All rights reserved.