Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
DataMapper 1.5
-
None
Description
Sample
<resultMap id="SchemaComptable-Result" class="SchemaComptable">
<constructor>
<argument argumentName="id" column="SchemaComptableId" />
<argument argumentName="code" column="SchemaComptableCode" />
<argument argumentName="libelle" column="SchemaComptableLibelle" />
<argument argumentName="comptesImputation" column="Id=SchemaComptableId" select="RechercherComptesImputation" />
</constructor>
</resultMap>