Reputation: 1767
consider the following example:
@ModelAttribute ("personForm") PersonForm personForm
in a method, now:
or
Upvotes: 0
Views: 520
Reputation: 8965
Not 1, but 2 is right. You can use a hibernate entity for convenience, but it's not a requirement.
Upvotes: 1