Defined persistence for the relationship between criteria and cost category

FEA: ItEr77S17AutomaticBudgeting
This commit is contained in:
Lorenzo Tilve Álvaro 2013-06-06 19:19:32 +02:00
parent 4408f965d1
commit 852eae4281

View file

@ -118,6 +118,7 @@
column="predefined_criterion_internal_name" />
<property access="field" name="active"/>
<many-to-one access="field" name="type" lazy="false" column="id_criterion_type" not-null="true" />
<many-to-one access="field" name="costCategory" lazy="false" column="id_cost_category" not-null="true" />
<!-- Indexed. It is probable to navigate from a criterion
to its children criteria -->