Class InterfaceDao
java.lang.Object
de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
de.joergdev.mosy.backend.persistence.dao.InterfaceDao
-
Field Summary
Fields inherited from class de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
entityMgr, tenantId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexistsByName(String name, Integer exceptID) booleanexistsByServicePath(String servicePath, boolean servicePathStartsWith, Integer exceptID) getAll()getBySearchParams(String name, String servicePath, boolean servicePathStartsWith, Integer exceptID) getByServicePath(String servicePath, boolean servicePathStartsWith) voidMethods inherited from class de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
executeUpdate, getEntityMgr, getResultList, getSingleResult, getTenantId, setEntityMgr, setTenantId
-
Constructor Details
-
InterfaceDao
public InterfaceDao()
-
-
Method Details
-
getAll
-
setValuesOnStartup
public void setValuesOnStartup() -
getByServicePath
-
getByName
-
existsByServicePath
-
existsByName
-
getBySearchParams
-