Subversion Repositories bacoAlunos

Rev

Rev 1704 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1704 Rev 1780
Line 64... Line 64...
64
 
64
 
65
                <set name="groups" table="group_users" lazy="false">
65
                <set name="groups" table="group_users" lazy="false">
66
                    <key column="user_id"/>
66
                    <key column="user_id"/>
67
                    <many-to-many column="group_id" class="pt.estgp.estgweb.domain.Group"/>
67
                    <many-to-many column="group_id" class="pt.estgp.estgweb.domain.Group"/>
68
                </set>
68
                </set>
-
 
69
                <!--
69
                <set name="courses" order-by="course.name asc" lazy="true">
70
                <set name="courses" order-by="course.name asc" lazy="true">
70
                    <key column="user_id"/>
71
                    <key column="user_id"/>
71
                    <one-to-many class="pt.estgp.estgweb.domain.CourseUserAssociation"/>
72
                    <one-to-many class="pt.estgp.estgweb.domain.CourseUserAssociation"/>
72
                </set>
73
                </set>
-
 
74
                -->
73
                <set name="creatorRecords" lazy="true" order-by="recordId" table="creatorrecords">
75
                <set name="creatorRecords" lazy="true" order-by="recordId" table="creatorrecords">
74
                    <key column="creatorId"/>
76
                    <key column="creatorId"/>
75
                    <many-to-many class="pt.estgp.estgweb.domain.Record" column="recordId"/>
77
                    <many-to-many class="pt.estgp.estgweb.domain.Record" column="recordId"/>
76
                </set>
78
                </set>
77
                <set name="contributorRecords" lazy="true" order-by="recordId" table="contributorrecords">
79
                <set name="contributorRecords" lazy="true" order-by="recordId" table="contributorrecords">