util « Property « JPA Q&A





1. Persist java.util.Properties with Hibernate?    stackoverflow.com

How would I go about persisting an object that has a java.util.Properties object in it? Note that a java.util.Properties object has the ability to lookup properties not only in itself, but also ...

2. Persist java.util.Properties with Hibernate?    forum.hibernate.org

How would I go about persisting an object that has a java.util.Properties object in it? Note that a java.util.Properties object has the ability to lookup properties not only in itself, but also in a default properties list. The default properties list is itself another Properties object, so it too can have another default properties list. Looking up a single property could ...