Ciao,
potresti provare a creare una classe ed implementare un Hibernate Type estendendo ad esempio StringType e redefinendo i metodi set() e get().
http://www.docjar.com/html/api/org/hibernate/type/StringType.java.html
Nel Data Model occorre selezionare gli Attributi desiderati ed indicare la classe nella Proprietà Hibernate Type nel Tab Mapping del Pannello delle Proprietà
Inoltre potrebbe essere poco significativo aggiungere condizioni sugli Attributi o degli ordinamenti sulle unit perchè i dati saranno criptati.
Hi,
you can try to prepare a class, implement an Hibernate Type which extends the StringType and redefine the set() and get() methods.
http://www.docjar.com/html/api/org/hibernate/type/StringType.java.html
In the Data Model you have to select the Attributes and set your class to the Hibernate Type Property in the Mapping tab in the Properties View.
Moreover Attributes Conditions and sorting are not useful for crypted data.