Class RecordConfigDAO
java.lang.Object
de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
de.joergdev.mosy.backend.persistence.dao.RecordConfigDAO
-
Field Summary
Fields inherited from class de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
entityMgr, tenantId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexistsByTitle(Integer interfaceMethodId, String title, Integer exceptID) getByInterfaceMethodIdRequestData(Integer id, String requestData, Integer exceptID) Methods inherited from class de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
executeUpdate, getEntityMgr, getResultList, getSingleResult, getTenantId, setEntityMgr, setTenantId
-
Constructor Details
-
RecordConfigDAO
public RecordConfigDAO()
-
-
Method Details
-
getGlobal
-
getByInterfaceId
-
getByInterfaceMethodId
-
getByInterfaceMethodIdRequestData
public RecordConfig getByInterfaceMethodIdRequestData(Integer id, String requestData, Integer exceptID) -
existsByTitle
-