public interface EntityTypeDAO extends GenericDAO<EntityType>
| Modifier and Type | Method and Description |
|---|---|
EntityType |
findByEntityType(Context context,
String entityType)
This method returns the EntityType object that has the given entityType String
as label
|
create, delete, findAll, findByID, findByID, findMany, findUnique, saveEntityType findByEntityType(Context context, String entityType) throws SQLException
context - The relevant DSpace contextentityType - The entityType String that will be matched on to find
the correct EntityTypeSQLException - If something goes wrongCopyright © 2019 DuraSpace. All rights reserved.