Hi Hibernate Users,

        My database table structure is as follows

        Table A
        {
                Composite key :- PatId
                                PaticipantId
        }
        Table B
        {
                Primary Key :- AdmissionId
                and
                        Patid
                        ParticipantId
        }
        
        Table A have one to many relationship with Table B
        Table B has many to one relationship with Table A

        Doubt : How to represent in Mapping file ?
        Please Respond me.         

        Devesh          




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to