Class GdprRegExpDB
GdprRegExpDB.java
DAO class for manipulating with GdprRegExpBean
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindByDateInsert
(Date dateInsert) findByRegexpName
(String regexpName) findByRegexpValue
(String regexpValue) findByUserId
(int userId) findFirstByDateInsert
(Date dateInsert) findFirstByRegexpName
(String regexpName) findFirstByRegexpValue
(String regexpValue) findFirstByUserId
(int userId) static GdprRegExpDB
Methods inherited from class sk.iway.iwcm.database.JpaDB
and, delete, deleteByIds, filterBetween, filterBetween, filterBetween, filterEquals, filterEquals, filterEquals, filterIn, filterNotIn, filterNotNull, filterNull, filterSubstring, filterSubstringIgnoringCase, find, findBy, findBy, findByProperties, findFirst, findFirstByProperties, getAll, getById, getById, getCount, getResultList, getValues, of, or, save
-
Constructor Details
-
GdprRegExpDB
public GdprRegExpDB()
-
-
Method Details
-
getInstance
-
findByRegexpName
-
findFirstByRegexpName
-
findByRegexpValue
-
findFirstByRegexpValue
-
findByUserId
-
findFirstByUserId
-
findByDateInsert
-
findFirstByDateInsert
-
getAllRegexpString
-