Package org.dspace.content.dao
Interface MetadataSchemaDAO
- All Superinterfaces:
GenericDAO<MetadataSchema>
- All Known Implementing Classes:
MetadataSchemaDAOImpl
Database Access Object interface class for the MetadataSchema object.
The implementation of this class is responsible for all database calls for the MetadataSchema object and is
autowired by spring
This class should only be accessed from a single service and should never be exposed outside of the API
- Author:
- kevinvandevelde at atmire.com
-
Method Summary
Modifier and TypeMethodDescriptionfindByNamespace(Context context, String namespace) booleanuniqueNamespace(Context context, int metadataSchemaId, String namespace) booleanuniqueShortName(Context context, int metadataSchemaId, String name)
-
Method Details
-
findByNamespace
- Throws:
SQLException
-
uniqueNamespace
boolean uniqueNamespace(Context context, int metadataSchemaId, String namespace) throws SQLException - Throws:
SQLException
-
uniqueShortName
- Throws:
SQLException
-
find
- Throws:
SQLException
-