1. Object Property from Different Table forum.hibernate.org |
2. property based on other table forum.hibernate.orgHi, How would I handle a situation where my object needs to have a property that is based on information in another table in a somewhat complex way :) For example, say you had an Account object that represents the account of one user and one property of that is how much that user has spent buying stuff from you. That ... |
3. 1-1 optional property which is on other table... ideas... forum.hibernate.orgMapping documents: |
4. Add a property in a class from a different table forum.hibernate.orgHi All, I have been trying to figure out how to acheive this for a while now and could not figure out. Any help is greatly appreciated. I have create a class say 'Account' having attributes of all the columns of the table 'account'. My question is how do I add another property say 'itemNo' in the class 'Account' whose value ... |
5. [NOOB] Spliting properties to different tables forum.hibernate.org__________________ __________________ | tblMyClass | | tblText | ------------------ ------------------ | ... | |-> | textid (int) | | textid (int) |-| ... |