Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
sygal-import-ws
Commits
771a650c
Commit
771a650c
authored
Feb 02, 2018
by
Jean-Philippe Metivier
Browse files
Correction des mappings
parent
a64c7256
Changes
5
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
771a650c
#
# Use this dockerfile to run apigility.
#
# Start the server using docker-compose:
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Acteur.dcm.xml
View file @
771a650c
...
...
@@ -3,7 +3,7 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"
>
<entity
name=
"ImportData\V1\Entity\Db\Acteur"
table=
"APOGEE.OBJECTH_ACTEUR"
>
<id
name=
"id"
type=
"
integer"
column=
"ID"
/>
<id
name=
"id"
type=
"
string"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
column=
"SOURCE_ID"
length=
"6"
nullable=
"true"
/>
<field
name=
"theseId"
type=
"integer"
column=
"THESE_ID"
nullable=
"true"
/>
<field
name=
"roleId"
type=
"string"
column=
"ROLE_ID"
length=
"1"
nullable=
"true"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Doctorant.dcm.xml
View file @
771a650c
...
...
@@ -3,7 +3,7 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"
>
<entity
name=
"ImportData\V1\Entity\Db\Doctorant"
table=
"APOGEE.OBJECTH_DOCTORANT"
>
<id
name=
"id"
type=
"
integer
"
column=
"ID"
/>
<id
name=
"id"
type=
"
string
"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
length=
"6"
column=
"SOURCE_ID"
nullable=
"true"
/>
<field
name=
"individuId"
type=
"integer"
column=
"INDIVIDU_ID"
nullable=
"true"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Individu.dcm.xml
View file @
771a650c
...
...
@@ -3,7 +3,7 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"
>
<entity
name=
"ImportData\V1\Entity\Db\Individu"
table=
"APOGEE.OBJECTH_INDIVIDU"
>
<id
name=
"id"
type=
"
integer
"
column=
"ID"
/>
<id
name=
"id"
type=
"
string
"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
length=
"6"
column=
"SOURCE_ID"
nullable=
"true"
/>
<field
name=
"type"
type=
"string"
length=
"9"
column=
"TYPE"
nullable=
"true"
/>
<field
name=
"civilite"
type=
"string"
length=
"5"
column=
"CIV"
nullable=
"true"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.These.dcm.xml
View file @
771a650c
...
...
@@ -3,7 +3,7 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"
>
<entity
name=
"ImportData\V1\Entity\Db\These"
table=
"APOGEE.OBJECTH_THESE"
>
<id
name=
"id"
type=
"
integer
"
column=
"ID"
/>
<id
name=
"id"
type=
"
string
"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
column=
"SOURCE_ID"
length=
"6"
nullable=
"true"
/>
<field
name=
"etatThese"
type=
"string"
column=
"ETA_THS"
length=
"1"
nullable=
"true"
/>
<field
name=
"doctorantId"
type=
"integer"
column=
"DOCTORANT_ID"
nullable=
"true"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment