Skip to content

Tag: hibernate

How to create a generic DAO for CRUD methods

I’m trying to create a generic DAO for the basic CRUD methods so that I can reuse the code, but I really have no clue how to start. I already have a DAO for every class, and they work perfectly. I read lots of tutorial, and downloaded projects, but I can’t adapt (or understand) it to my program. H…

How to reset Hibernate sequence generators?

I’m using Hibernate 3.5.6-Final with an Oracle database for production and a H2 database for integration tests. The Hibernate mapping for ID creation looks like this with every entity extending EasyPersistentObject: Before each JUnit integration test I am removing all data from the database with Everyth…

Java Hibernate @SafeHtml not allows url links

I need to have XSS filter in my textfield, but i need to allow certain html tags for text formatting (bold, italic, etc), and i also need to allow url links like: So in my entity class i added whitelist: But it still gives me the following error: Answer You have two problems one is that style attribute is not