@Singleton public class SerInstanceModelDao extends GenericDaoImpl<SerInstanceModel> implements IGenericDAO<SerInstanceModel>
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<org.gcube.rest.commons.resourceawareservice.resources.SerInstance,SerInstanceModel> |
converterBaseToModel |
static com.google.common.base.Function<SerInstanceModel,org.gcube.rest.commons.resourceawareservice.resources.SerInstance> |
converterModelToBase |
| Constructor and Description |
|---|
SerInstanceModelDao() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.gcube.rest.commons.resourceawareservice.resources.SerInstance> |
convertToSerInstanceList(List<SerInstanceModel> list) |
List<SerInstanceModel> |
getByServiceClassAndServiceNameAndScope(String serviceClass,
String serviceName,
String scope) |
Class<SerInstanceModel> |
getClazz() |
countAll, countByCriteria, countByExample, delete, deleteById, deleteByResourceID, findAll, findByCriteria, findByCriteria, findByCriteria, findByExample, findById, findByNamedQuery, findByNamedQueryAndNamedParams, getByResourceID, load, saveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAll, delete, deleteById, findAll, findByCriteria, findByExample, findByNamedQuery, findByNamedQueryAndNamedParams, load, savepublic static final com.google.common.base.Function<SerInstanceModel,org.gcube.rest.commons.resourceawareservice.resources.SerInstance> converterModelToBase
public static final com.google.common.base.Function<org.gcube.rest.commons.resourceawareservice.resources.SerInstance,SerInstanceModel> converterBaseToModel
public Class<SerInstanceModel> getClazz()
getClazz in class GenericDaoImpl<SerInstanceModel>public List<SerInstanceModel> getByServiceClassAndServiceNameAndScope(String serviceClass, String serviceName, String scope)
public static List<org.gcube.rest.commons.resourceawareservice.resources.SerInstance> convertToSerInstanceList(List<SerInstanceModel> list)
Copyright © 2016. All Rights Reserved.