Class MockProfileDao
java.lang.Object
de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
de.joergdev.mosy.backend.persistence.dao.MockProfileDao
-
Field Summary
Fields inherited from class de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
entityMgr, tenantId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanexistsByName(String name, Integer exceptID) intgetCount()Methods inherited from class de.joergdev.mosy.backend.persistence.dao.core.AbstractDAO
executeUpdate, getEntityMgr, getResultList, getSingleResult, getTenantId, setEntityMgr, setTenantId
-
Constructor Details
-
MockProfileDao
public MockProfileDao()
-
-
Method Details
-
getAll
-
getCount
public int getCount() -
clearAllNonPersistent
public void clearAllNonPersistent() -
existsByName
-
getByName
-