public class EntityTypeDAOImpl extends AbstractHibernateDAO<EntityType> implements EntityTypeDAO
| Constructor and Description |
|---|
EntityTypeDAOImpl() |
| 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
|
count, count, countLong, create, createQuery, delete, executeCriteriaQuery, findAll, findByID, findByID, findByX, findMany, findMany, findUnique, getCriteriaBuilder, getCriteriaQuery, getHibernateSession, iterate, list, list, list, save, singleResult, singleResult, uniqueResult, uniqueResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, delete, findAll, findByID, findByID, findMany, findUnique, savepublic EntityType findByEntityType(Context context, String entityType) throws SQLException
EntityTypeDAOfindByEntityType in interface EntityTypeDAOcontext - 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.