Alexander Nikolov

Alexander Nikolov

Follow
homeAboutContactbadgesnewsletter
Tag

hibernate

#hibernate

More content

Read more stories on Hashnode


Articles with this tag

Implement full-text search with Hibernate Search and Apache Lucene

Jan 11, 20218 min read 178 views

There are a lot of possible ways for implementing search engine capabilities in our application. The straightforward path is searching by explicit...

Implement full-text search with Hibernate Search and Apache Lucene

How to implement audit logging in our application

Dec 17, 202013 min read 215 views

Every once in a while we end up with requirement for implementing audit log solution for our database model, or at least covering part of it. Its...

How to implement audit logging in our application