<component> ?
<composite-element> ?
http://www.hibernate.org/hib_docs/v3/re ... nents.html
I dont use hibernate myself for this sort of "Presentation" thing, as thats not hibernates job, I use an extra custom method to my POJO that calls the two field getters and creates the concat result. This I believe to be a more correct way.
I understand the purpose of components is to allow recursive internal nesting of POJOs from one SQL bigger represenation. Leaving Hibernate a single named type to be able to use as the containing type. This is most useful with handling the value part of collections.