uaicriteria
uaicriteria copied to clipboard
Making JPA criteria easier
the support for Java 8 was added, but yet is necessary a converters to function
Hi, the documentation's site http://uaicriteria.com/ has been expired, is there any option to retrieve the documentation page ?
Hoje é possível pesquisar filtros OR apenas com o operador Equals, quando é preciso fazer um Like com diversos ORs isso não é possível. Ex.: ``` SQL select p from...
ReflectionUtil.isDate should consider the Java 8 date types as valid dates.
Make classes serializable
Currently getMultiSelectResult() from UaiCriteria returns a raw List. ``` java public List getMultiSelectResult(); ``` It should be something like: ``` java public List getMultiSelectResult(); ``` Otherwise, clients have to do...
Segue a correção para o addHint aceitar .
Dear Hebert, would it be possible to add a new Method like getSingleResultWithoutException() into the next release? It would be nice to have some behavior like Hibernate without handling exceptions...
Bom dia, Isso não é necessariamente um bug, mas uma limitação. no addHint do UaiCriteria so é possivel passar e string como valor, e na api de Query do jpa...