Skip to content

Commit

Permalink
[ODS-6463] Discriminator values in the populated template (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimayya authored Aug 30, 2024
1 parent ca72865 commit bfdfc2f
Show file tree
Hide file tree
Showing 25 changed files with 1,001 additions and 1,001 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.NameAggregate.Homograph.Name" table="Name" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.NameAggregate.Homograph.Name" table="Name" lazy="false" schema="homograph" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="FirstName" column="FirstName" type="string" length="75" />
Expand Down Expand Up @@ -59,7 +59,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.ParentAggregate.Homograph.Parent" table="Parent" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.ParentAggregate.Homograph.Parent" table="Parent" lazy="false" schema="homograph" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="ParentFirstName" column="ParentFirstName" type="string" length="75" />
Expand Down Expand Up @@ -178,7 +178,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.SchoolAggregate.Homograph.School" table="School" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.SchoolAggregate.Homograph.School" table="School" lazy="false" schema="homograph" discriminator-value="null">
<id name="SchoolName" column="SchoolName" type="string" length="100">
<generator class="assigned" />
</id>
Expand Down Expand Up @@ -254,7 +254,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.SchoolYearTypeAggregate.Homograph.SchoolYearType" table="SchoolYearType" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.SchoolYearTypeAggregate.Homograph.SchoolYearType" table="SchoolYearType" lazy="false" schema="homograph" discriminator-value="null">
<id name="SchoolYear" column="SchoolYear" type="string" length="20">
<generator class="assigned" />
</id>
Expand Down Expand Up @@ -296,7 +296,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.StaffAggregate.Homograph.Staff" table="Staff" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.StaffAggregate.Homograph.Staff" table="Staff" lazy="false" schema="homograph" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="StaffFirstName" column="StaffFirstName" type="string" length="75" />
Expand Down Expand Up @@ -417,7 +417,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.StudentAggregate.Homograph.Student" table="Student" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.StudentAggregate.Homograph.Student" table="Student" lazy="false" schema="homograph" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="StudentFirstName" column="StudentFirstName" type="string" length="75" />
Expand Down Expand Up @@ -504,7 +504,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.StudentSchoolAssociationAggregate.Homograph.StudentSchoolAssociation" table="StudentSchoolAssociation" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.StudentSchoolAssociationAggregate.Homograph.StudentSchoolAssociation" table="StudentSchoolAssociation" lazy="false" schema="homograph" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="SchoolName" column="SchoolName" type="string" length="100" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.NameAggregate.Homograph.Name" table="Name" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.NameAggregate.Homograph.Name" table="Name" lazy="false" schema="homograph" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="FirstName" column="FirstName" type="string" length="75" />
Expand Down Expand Up @@ -59,7 +59,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.ParentAggregate.Homograph.Parent" table="Parent" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.ParentAggregate.Homograph.Parent" table="Parent" lazy="false" schema="homograph" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="ParentFirstName" column="ParentFirstName" type="string" length="75" />
Expand Down Expand Up @@ -178,7 +178,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.SchoolAggregate.Homograph.School" table="School" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.SchoolAggregate.Homograph.School" table="School" lazy="false" schema="homograph" discriminator-value="null">
<id name="SchoolName" column="SchoolName" type="string" length="100">
<generator class="assigned" />
</id>
Expand Down Expand Up @@ -254,7 +254,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.SchoolYearTypeAggregate.Homograph.SchoolYearType" table="SchoolYearType" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.SchoolYearTypeAggregate.Homograph.SchoolYearType" table="SchoolYearType" lazy="false" schema="homograph" discriminator-value="null">
<id name="SchoolYear" column="SchoolYear" type="string" length="20">
<generator class="assigned" />
</id>
Expand Down Expand Up @@ -296,7 +296,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.StaffAggregate.Homograph.Staff" table="Staff" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.StaffAggregate.Homograph.Staff" table="Staff" lazy="false" schema="homograph" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="StaffFirstName" column="StaffFirstName" type="string" length="75" />
Expand Down Expand Up @@ -417,7 +417,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.StudentAggregate.Homograph.Student" table="Student" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.StudentAggregate.Homograph.Student" table="Student" lazy="false" schema="homograph" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="StudentFirstName" column="StudentFirstName" type="string" length="75" />
Expand Down Expand Up @@ -504,7 +504,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.StudentSchoolAssociationAggregate.Homograph.StudentSchoolAssociation" table="StudentSchoolAssociation" lazy="false" schema="homograph" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.StudentSchoolAssociationAggregate.Homograph.StudentSchoolAssociation" table="StudentSchoolAssociation" lazy="false" schema="homograph" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="SchoolName" column="SchoolName" type="string" length="100" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.BusAggregate.Sample.Bus" table="Bus" lazy="false" schema="sample" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.BusAggregate.Sample.Bus" table="Bus" lazy="false" schema="sample" discriminator-value="null">
<id name="BusId" column="BusId" type="string" length="60">
<generator class="assigned" />
</id>
Expand Down Expand Up @@ -55,7 +55,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.BusRouteAggregate.Sample.BusRoute" table="BusRoute" lazy="false" schema="sample" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.BusRouteAggregate.Sample.BusRoute" table="BusRoute" lazy="false" schema="sample" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="BusId" column="BusId" type="string" length="60" />
Expand Down Expand Up @@ -1268,7 +1268,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.StudentGraduationPlanAssociationAggregate.Sample.StudentGraduationPlanAssociation" table="StudentGraduationPlanAssociation" lazy="false" schema="sample" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.StudentGraduationPlanAssociationAggregate.Sample.StudentGraduationPlanAssociation" table="StudentGraduationPlanAssociation" lazy="false" schema="sample" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="EducationOrganizationId" column="EducationOrganizationId" type="int" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.BusAggregate.Sample.Bus" table="Bus" lazy="false" schema="sample" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.BusAggregate.Sample.Bus" table="Bus" lazy="false" schema="sample" discriminator-value="null">
<id name="BusId" column="BusId" type="string" length="60">
<generator class="assigned" />
</id>
Expand Down Expand Up @@ -55,7 +55,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.BusRouteAggregate.Sample.BusRoute" table="BusRoute" lazy="false" schema="sample" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.BusRouteAggregate.Sample.BusRoute" table="BusRoute" lazy="false" schema="sample" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="BusId" column="BusId" type="string" length="60" />
Expand Down Expand Up @@ -1268,7 +1268,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.StudentGraduationPlanAssociationAggregate.Sample.StudentGraduationPlanAssociation" table="StudentGraduationPlanAssociation" lazy="false" schema="sample" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.StudentGraduationPlanAssociationAggregate.Sample.StudentGraduationPlanAssociation" table="StudentGraduationPlanAssociation" lazy="false" schema="sample" discriminator-value="null">
<!-- Composite primary key -->
<composite-id>
<key-property name="EducationOrganizationId" column="EducationOrganizationId" type="int" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.PostSecondaryOrganizationAggregate.SampleStudentTranscript.PostSecondaryOrganization" table="PostSecondaryOrganization" lazy="false" schema="samplestudenttranscript" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.PostSecondaryOrganizationAggregate.SampleStudentTranscript.PostSecondaryOrganization" table="PostSecondaryOrganization" lazy="false" schema="samplestudenttranscript" discriminator-value="null">
<id name="NameOfInstitution" column="NameOfInstitution" type="string" length="75">
<generator class="assigned" />
</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</class>

<!-- Class definition -->
<class name="EdFi.Ods.Entities.NHibernate.PostSecondaryOrganizationAggregate.SampleStudentTranscript.PostSecondaryOrganization" table="PostSecondaryOrganization" lazy="false" schema="samplestudenttranscript" discriminator-value="NULL">
<class name="EdFi.Ods.Entities.NHibernate.PostSecondaryOrganizationAggregate.SampleStudentTranscript.PostSecondaryOrganization" table="PostSecondaryOrganization" lazy="false" schema="samplestudenttranscript" discriminator-value="null">
<id name="NameOfInstitution" column="NameOfInstitution" type="string" length="75">
<generator class="assigned" />
</id>
Expand Down
Loading

0 comments on commit bfdfc2f

Please sign in to comment.