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
ad050c89
Commit
ad050c89
authored
May 24, 2018
by
Bertrand Gauthier
Browse files
Abandon du prefixe de nommage des vues sources OBJECTH_* au profit de SYGAL_*.
parent
18080078
Changes
11
Hide whitespace changes
Inline
Side-by-side
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Acteur.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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=
"
OBJECTH
_ACTEUR"
>
<entity
name=
"ImportData\V1\Entity\Db\Acteur"
table=
"
SYGAL
_ACTEUR"
>
<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"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Doctorant.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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=
"
OBJECTH
_DOCTORANT"
>
<entity
name=
"ImportData\V1\Entity\Db\Doctorant"
table=
"
SYGAL
_DOCTORANT"
>
<id
name=
"id"
type=
"string"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
length=
"6"
column=
"SOURCE_ID"
nullable=
"true"
/>
<field
name=
"individuId"
type=
"string"
column=
"INDIVIDU_ID"
nullable=
"true"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.EcoleDoctorale.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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\EcoleDoctorale"
table=
"
OBJECTH
_ECOLE_DOCT"
>
<entity
name=
"ImportData\V1\Entity\Db\EcoleDoctorale"
table=
"
SYGAL
_ECOLE_DOCT"
>
<id
name=
"id"
type=
"string"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
length=
"64"
column=
"SOURCE_ID"
nullable=
"true"
/>
<field
name=
"structureId"
type=
"string"
length=
"64"
column=
"STRUCTURE_ID"
nullable=
"true"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Etablissement.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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\Etablissement"
table=
"
OBJECTH
_ETABLISSEMENT"
>
<entity
name=
"ImportData\V1\Entity\Db\Etablissement"
table=
"
SYGAL
_ETABLISSEMENT"
>
<id
name=
"id"
type=
"string"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
length=
"64"
column=
"SOURCE_ID"
nullable=
"true"
/>
<field
name=
"structureId"
type=
"string"
length=
"64"
column=
"STRUCTURE_ID"
nullable=
"true"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Individu.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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=
"
OBJECTH
_INDIVIDU"
>
<entity
name=
"ImportData\V1\Entity\Db\Individu"
table=
"
SYGAL
_INDIVIDU"
>
<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"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Role.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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\Role"
table=
"
OBJECTH
_ROLE"
>
<entity
name=
"ImportData\V1\Entity\Db\Role"
table=
"
SYGAL
_ROLE"
>
<id
name=
"id"
type=
"string"
length=
"1"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
length=
"6"
column=
"SOURCE_ID"
nullable=
"true"
/>
<field
name=
"libLongRole"
type=
"string"
length=
"40"
column=
"LIB_ROJ"
nullable=
"true"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Source.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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\Source"
table=
"
OBJECTH
_SOURCE"
>
<entity
name=
"ImportData\V1\Entity\Db\Source"
table=
"
SYGAL
_SOURCE"
>
<id
name=
"id"
type=
"string"
length=
"6"
column=
"ID"
/>
<field
name=
"code"
type=
"string"
length=
"6"
column=
"CODE"
nullable=
"true"
/>
<field
name=
"libelle"
type=
"string"
length=
"6"
column=
"LIBELLE"
nullable=
"true"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Structure.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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\Structure"
table=
"
OBJECTH
_STRUCTURE"
>
<entity
name=
"ImportData\V1\Entity\Db\Structure"
table=
"
SYGAL
_STRUCTURE"
>
<id
name=
"id"
type=
"string"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
length=
"64"
column=
"SOURCE_ID"
nullable=
"true"
/>
<field
name=
"typeStructureId"
type=
"string"
length=
"64"
column=
"TYPE_STRUCTURE_ID"
nullable=
"true"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.These.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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=
"
OBJECTH
_THESE"
>
<entity
name=
"ImportData\V1\Entity\Db\These"
table=
"
SYGAL
_THESE"
>
<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"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.UniteRecherche.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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\UniteRecherche"
table=
"
OBJECTH
_UNITE_RECH"
>
<entity
name=
"ImportData\V1\Entity\Db\UniteRecherche"
table=
"
SYGAL
_UNITE_RECH"
>
<id
name=
"id"
type=
"string"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
length=
"64"
column=
"SOURCE_ID"
nullable=
"true"
/>
<field
name=
"structureId"
type=
"string"
length=
"64"
column=
"STRUCTURE_ID"
nullable=
"true"
/>
...
...
module/ImportData/src/V1/Entity/Db/Mapping/ImportData.V1.Entity.Db.Variable.dcm.xml
View file @
ad050c89
...
...
@@ -2,7 +2,7 @@
<doctrine-mapping
xmlns=
"http://doctrine-project.org/schemas/orm/doctrine-mapping"
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\Variable"
table=
"
OBJECTH
_VARIABLE"
>
<entity
name=
"ImportData\V1\Entity\Db\Variable"
table=
"
SYGAL
_VARIABLE"
>
<id
name=
"id"
type=
"string"
column=
"ID"
/>
<field
name=
"sourceId"
type=
"string"
length=
"6"
column=
"SOURCE_ID"
nullable=
"true"
/>
<field
name=
"libEtablissement"
type=
"string"
length=
"20"
column=
"COD_VAP"
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