public interface MetadataSchemaDAO extends GenericDAO<MetadataSchema>
| Modifier and Type | Method and Description |
|---|---|
MetadataSchema |
find(Context context,
String shortName) |
MetadataSchema |
findByNamespace(Context context,
String namespace) |
boolean |
uniqueNamespace(Context context,
int metadataSchemaId,
String namespace) |
boolean |
uniqueShortName(Context context,
int metadataSchemaId,
String name) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveMetadataSchema findByNamespace(Context context, String namespace) throws SQLException
SQLExceptionboolean uniqueNamespace(Context context, int metadataSchemaId, String namespace) throws SQLException
SQLExceptionboolean uniqueShortName(Context context, int metadataSchemaId, String name) throws SQLException
SQLExceptionMetadataSchema find(Context context, String shortName) throws SQLException
SQLExceptionCopyright © 2022 LYRASIS. All rights reserved.