Skip to content

Commit

Permalink
Merge branch 'release/10.0.27'
Browse files Browse the repository at this point in the history
  • Loading branch information
dinarde committed Mar 9, 2022
2 parents 6efe7ba + 0529ce8 commit 777f4e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions siga-cp/src/main/java/br/gov/jfrj/siga/dp/dao/CpDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ public int consultarQuantidade(final CpOrgaoUsuarioDaoFiltro o) {
s = s.replace(' ', '%');
else
s = "";
query.setParameter("nome", s);

query.setHint("org.hibernate.cacheable", true);
query.setHint("org.hibernate.cacheRegion", CACHE_QUERY_HOURS);
Expand Down
Binary file added sigaex/src/main/webapp/imagens/brasao_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 777f4e2

Please sign in to comment.