I want to map Hibernate JAVA object only to part of the DB table. Here is Pseudo code example. DB table:
person: first_name varchar(20) DEFAULT NULL last