Skip to content

Commit

Permalink
Aggiunte fetchpolicy per servizio REST
Browse files Browse the repository at this point in the history
  • Loading branch information
gifracr committed Mar 9, 2018
1 parent fa78e63 commit d4b8ea7
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
Expand Up @@ -29,5 +29,9 @@
<persistentProperty
name="terzo_delegato"
/>
<fetchPolicy
name="it.cnr.contab.consultazioni.comp.ConsultazioniRestComponent.find">
<exclude pattern="*" />
</fetchPolicy>

</SQLPersistentInfo>
Expand Up @@ -20,4 +20,8 @@
name="divisa" />
<persistentProperty
name="divisaPerMissione" />
<fetchPolicy
name="it.cnr.contab.consultazioni.comp.ConsultazioniRestComponent.find">
<exclude pattern="*" />
</fetchPolicy>
</SQLPersistentInfo>
Expand Up @@ -185,5 +185,9 @@
<include pattern="progetto"/>
<include pattern="progetto.*"/>
</fetchPolicy>
<fetchPolicy
name="it.cnr.contab.consultazioni.comp.ConsultazioniRestComponent.find">
<exclude pattern="*" />
</fetchPolicy>

</SQLPersistentInfo>
Expand Up @@ -87,5 +87,9 @@
name="it.cnr.contab.doccont00.comp.ObbligazioneComponent.find.elemento_voce">
<exclude pattern="*" />
</fetchPolicy>
<fetchPolicy
name="it.cnr.contab.consultazioni.comp.ConsultazioniRestComponent.find">
<exclude pattern="*" />
</fetchPolicy>

</SQLPersistentInfo>
Expand Up @@ -93,4 +93,8 @@
<exclude pattern="*" />
<include pattern="unita_padre"/>
</fetchPolicy>
<fetchPolicy
name="it.cnr.contab.consultazioni.comp.ConsultazioniRestComponent.find">
<exclude pattern="*" />
</fetchPolicy>
</SQLPersistentInfo>
Expand Up @@ -22,5 +22,9 @@
name="responsabile" />
<persistentProperty
name="area_scientifica" />
<fetchPolicy
name="it.cnr.contab.consultazioni.comp.ConsultazioniRestComponent.find">
<exclude pattern="*" />
</fetchPolicy>

</SQLPersistentInfo>
Expand Up @@ -55,5 +55,9 @@
<include pattern="responsabile_amm" />
<include pattern="responsabile_amm.anagrafico" />
</fetchPolicy>
<fetchPolicy
name="it.cnr.contab.consultazioni.comp.ConsultazioniRestComponent.find">
<exclude pattern="*" />
</fetchPolicy>

</SQLPersistentInfo>

0 comments on commit d4b8ea7

Please sign in to comment.