java - Do we need write entity classes in hibernate for selects -
we trying replace jdbc hibernate in our project , hence have following questions -
q1. preferable use hibernate if using retrieving information without insert or update ?
q2. if use hibernate , need create entity class ? or can pass , try else.
Comments
Post a Comment