database « Property « JPA Q&A





1. database properties and hibernate    forum.hibernate.org

3. How to use property-ref with legacy database    forum.hibernate.org

Newbie Joined: Fri Mar 19, 2004 11:04 pm Posts: 4 Location: WI I'm trying to map a legacy user database which has a child table with user role codes. The key on the role code is user_id which is a natural id of the user table. The role code is mapped into a List of strings on the User object. I'm ...

4. database localization / keys while     forum.hibernate.org

Hello, We are developing web application that supports localization including localized objects in database. The idea is to have a map (locale => value) for each property in object that needs multilanguage value. We prepared this kind of collection-of-elements mapping for an object: Code: ...

5. database views as a property for entity    forum.hibernate.org