How do I set a default value in Hibernate field?
what about just setting a default value for the field?
private String _foo = "default"; //property here public String Foo
if they pass a value, then it will be overwritten, otherwise, you have a default.