Compare commits
	
		
			55 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a15be78e10 | |||
| abff1ada45 | |||
| 1c769827cf | |||
| e09de7cc7a | |||
| a5b9b60294 | |||
| 288e1f8293 | |||
| d9a5f1ece2 | |||
| f77c6ce13e | |||
| 85754f20f8 | |||
| 969bf78576 | |||
| f0cf1acf8a | |||
| 7208db5bdf | |||
| 5b88401d48 | |||
| d53a0719b5 | |||
| 3e7a1a5473 | |||
| c7338c7877 | |||
| 1007628713 | |||
| 84a968a426 | |||
| 581c936bec | |||
| a6204032b5 | |||
| e824feb8a2 | |||
| 26ea70f80c | |||
| 6291466df0 | |||
| 2bc7a2c5e3 | |||
| 
						 | 
					6c69bc63c6 | ||
| 85ac72648f | |||
| 1281415c48 | |||
| 
						 | 
					a4521853c3 | ||
| 
						 | 
					abe2dd9480 | ||
| 
						 | 
					b7af0b4575 | ||
| 
						 | 
					5412eadf2e | ||
| 
						 | 
					d5e2e0f5b3 | ||
| 28ab6c49d4 | |||
| 260a3abd13 | |||
| 895e8c2b37 | |||
| 1673f1680b | |||
| 04a82250d8 | |||
| 0326bde209 | |||
| c1ccaf20ec | |||
| 2174d7689f | |||
| 15113807b3 | |||
| ffdc6c1249 | |||
| 1b4e6ca239 | |||
| be8a5c713a | |||
| c3f03bc1e8 | |||
| c7eadc607d | |||
| 5f89ff7944 | |||
| 20d2d004cb | |||
| da3c467569 | |||
| 0c932d4e92 | |||
| a400bb99b8 | |||
| bdc9a4ac4d | |||
| b0bf103195 | |||
| d36c366ab6 | |||
| cddb4dd7fe | 
@@ -30,15 +30,6 @@
 | 
				
			|||||||
			<attribute name="maven.pomderived" value="true"/>
 | 
								<attribute name="maven.pomderived" value="true"/>
 | 
				
			||||||
		</attributes>
 | 
							</attributes>
 | 
				
			||||||
	</classpathentry>
 | 
						</classpathentry>
 | 
				
			||||||
	<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
 | 
					 | 
				
			||||||
		<attributes>
 | 
					 | 
				
			||||||
			<attribute name="test" value="true"/>
 | 
					 | 
				
			||||||
			<attribute name="optional" value="true"/>
 | 
					 | 
				
			||||||
			<attribute name="maven.pomderived" value="true"/>
 | 
					 | 
				
			||||||
			<attribute name="ignore_optional_problems" value="true"/>
 | 
					 | 
				
			||||||
			<attribute name="m2e-apt" value="true"/>
 | 
					 | 
				
			||||||
		</attributes>
 | 
					 | 
				
			||||||
	</classpathentry>
 | 
					 | 
				
			||||||
	<classpathentry kind="src" path="target/generated-sources/annotations">
 | 
						<classpathentry kind="src" path="target/generated-sources/annotations">
 | 
				
			||||||
		<attributes>
 | 
							<attributes>
 | 
				
			||||||
			<attribute name="optional" value="true"/>
 | 
								<attribute name="optional" value="true"/>
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										28
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										28
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,12 +1,24 @@
 | 
				
			|||||||
# To get started with Dependabot version updates, you'll need to specify which
 | 
					---
 | 
				
			||||||
# package ecosystems to update and where the package manifests are located.
 | 
					 | 
				
			||||||
# Please see the documentation for all configuration options:
 | 
					 | 
				
			||||||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
version: 2
 | 
					version: 2
 | 
				
			||||||
updates:
 | 
					updates:
 | 
				
			||||||
  - package-ecosystem: "" # See documentation for possible values
 | 
					  - package-ecosystem: "github-actions"
 | 
				
			||||||
    directory: "/" # Location of package manifests
 | 
					    directory: "/"
 | 
				
			||||||
    schedule:
 | 
					    schedule:
 | 
				
			||||||
      interval: "weekly"
 | 
					      interval: "daily"
 | 
				
			||||||
 | 
					      time: "05:00"
 | 
				
			||||||
 | 
					      timezone: "Europe/Paris"
 | 
				
			||||||
 | 
					    commit-message:
 | 
				
			||||||
 | 
					      prefix: "[DEV-OPS] (dependabot) "
 | 
				
			||||||
 | 
					    assignees:
 | 
				
			||||||
 | 
					      - HeeroYui
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  - package-ecosystem: "maven"
 | 
				
			||||||
 | 
					    directory: "/"
 | 
				
			||||||
 | 
					    schedule:
 | 
				
			||||||
 | 
					      interval: "daily"
 | 
				
			||||||
 | 
					      time: "06:00"
 | 
				
			||||||
 | 
					      timezone: "Europe/Paris"
 | 
				
			||||||
 | 
					    commit-message:
 | 
				
			||||||
 | 
					      prefix: "[DEV-OPS] (dependabot) "
 | 
				
			||||||
 | 
					    assignees:
 | 
				
			||||||
 | 
					      - HeeroYui
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/workflows/check-title.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/check-title.yml
									
									
									
									
										vendored
									
									
								
							@@ -9,6 +9,8 @@ on:
 | 
				
			|||||||
      - synchronize
 | 
					      - synchronize
 | 
				
			||||||
      - ready_for_review
 | 
					      - ready_for_review
 | 
				
			||||||
      - reopened
 | 
					      - reopened
 | 
				
			||||||
 | 
					      - labeled
 | 
				
			||||||
 | 
					      - unlabeled
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  check-title:
 | 
					  check-title:
 | 
				
			||||||
@@ -17,7 +19,7 @@ jobs:
 | 
				
			|||||||
      - name: "Check title"
 | 
					      - name: "Check title"
 | 
				
			||||||
        uses: Slashgear/action-check-pr-title@v4.3.0
 | 
					        uses: Slashgear/action-check-pr-title@v4.3.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          regexp: "\\[(API,)?(API|DEV-OPS|DOC|FEAT|FIX|FIX\\-CI|STYLE)\\]( \\([A-Za-z0-9.\\-]+\\))? [A-Za-z0-9 ,.'\\-!]+$"
 | 
					          regexp: "\\[(API,)?(API|DEV-OPS|DOC|FEAT|FIX|FIX\\-CI|STYLE)\\]( \\([A-Za-z0-9.\\-/_]+\\))? [A-Za-z0-9: ,.'\\-!/_]+$"
 | 
				
			||||||
          helpMessage: |
 | 
					          helpMessage: |
 | 
				
			||||||
            Title of the PR MUST respect format: "[{TYPE}] clear description without typos in english" with {TYPE}:
 | 
					            Title of the PR MUST respect format: "[{TYPE}] clear description without typos in english" with {TYPE}:
 | 
				
			||||||
              * [API] Change API that permit to access on the application (un-compatibility only). This one can specifically added with [API,{TYPE}]
 | 
					              * [API] Change API that permit to access on the application (un-compatibility only). This one can specifically added with [API,{TYPE}]
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										89
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										89
									
								
								pom.xml
									
									
									
									
									
								
							@@ -3,17 +3,7 @@
 | 
				
			|||||||
	<modelVersion>4.0.0</modelVersion>
 | 
						<modelVersion>4.0.0</modelVersion>
 | 
				
			||||||
	<groupId>kangaroo-and-rabbit</groupId>
 | 
						<groupId>kangaroo-and-rabbit</groupId>
 | 
				
			||||||
	<artifactId>archidata</artifactId>
 | 
						<artifactId>archidata</artifactId>
 | 
				
			||||||
	<version>0.23.0</version>
 | 
						<version>0.25.6</version>
 | 
				
			||||||
	<properties>
 | 
					 | 
				
			||||||
		<java.version>21</java.version>
 | 
					 | 
				
			||||||
		<maven.compiler.version>3.1</maven.compiler.version>
 | 
					 | 
				
			||||||
		<maven.compiler.source>21</maven.compiler.source>
 | 
					 | 
				
			||||||
		<maven.compiler.target>21</maven.compiler.target>
 | 
					 | 
				
			||||||
		<maven.dependency.version>3.1.1</maven.dependency.version>
 | 
					 | 
				
			||||||
		<jersey.version>3.1.5</jersey.version>
 | 
					 | 
				
			||||||
		<jaxb.version>2.3.1</jaxb.version>
 | 
					 | 
				
			||||||
		<istack.version>4.1.1</istack.version>
 | 
					 | 
				
			||||||
	</properties>
 | 
					 | 
				
			||||||
	<repositories>
 | 
						<repositories>
 | 
				
			||||||
		<repository>
 | 
							<repository>
 | 
				
			||||||
			<id>gitea</id>
 | 
								<id>gitea</id>
 | 
				
			||||||
@@ -35,7 +25,7 @@
 | 
				
			|||||||
			<dependency>
 | 
								<dependency>
 | 
				
			||||||
				<groupId>org.glassfish.jersey</groupId>
 | 
									<groupId>org.glassfish.jersey</groupId>
 | 
				
			||||||
				<artifactId>jersey-bom</artifactId>
 | 
									<artifactId>jersey-bom</artifactId>
 | 
				
			||||||
				<version>${jersey.version}</version>
 | 
									<version>4.0.0-M2</version>
 | 
				
			||||||
				<type>pom</type>
 | 
									<type>pom</type>
 | 
				
			||||||
				<scope>import</scope>
 | 
									<scope>import</scope>
 | 
				
			||||||
			</dependency>
 | 
								</dependency>
 | 
				
			||||||
@@ -58,13 +48,13 @@
 | 
				
			|||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>com.twelvemonkeys.imageio</groupId>
 | 
								<groupId>com.twelvemonkeys.imageio</groupId>
 | 
				
			||||||
			<artifactId>imageio-webp</artifactId>
 | 
								<artifactId>imageio-webp</artifactId>
 | 
				
			||||||
			<version>3.11.0</version>
 | 
								<version>3.12.0</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- Decode JPEG image -->
 | 
							<!-- Decode JPEG image -->
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>com.twelvemonkeys.imageio</groupId>
 | 
								<groupId>com.twelvemonkeys.imageio</groupId>
 | 
				
			||||||
			<artifactId>imageio-jpeg</artifactId>
 | 
								<artifactId>imageio-jpeg</artifactId>
 | 
				
			||||||
			<version>3.11.0</version>
 | 
								<version>3.12.0</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- Encode file in webp -->
 | 
							<!-- Encode file in webp -->
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
@@ -76,7 +66,7 @@
 | 
				
			|||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.apache.tika</groupId>
 | 
								<groupId>org.apache.tika</groupId>
 | 
				
			||||||
			<artifactId>tika-core</artifactId>
 | 
								<artifactId>tika-core</artifactId>
 | 
				
			||||||
			<version>3.0.0-BETA2</version>
 | 
								<version>3.1.0</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- https://mvnrepository.com/artifact/org.glassfish.jersey.media/jersey-media-multipart -->
 | 
							<!-- https://mvnrepository.com/artifact/org.glassfish.jersey.media/jersey-media-multipart -->
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
@@ -95,10 +85,19 @@
 | 
				
			|||||||
			<groupId>org.glassfish.jersey.containers</groupId>
 | 
								<groupId>org.glassfish.jersey.containers</groupId>
 | 
				
			||||||
			<artifactId>jersey-container-grizzly2-http</artifactId>
 | 
								<artifactId>jersey-container-grizzly2-http</artifactId>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
 | 
							<dependency>
 | 
				
			||||||
 | 
								<groupId>org.glassfish.jersey.ext</groupId>
 | 
				
			||||||
 | 
								<artifactId>jersey-bean-validation</artifactId>
 | 
				
			||||||
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>javax.xml.bind</groupId>
 | 
								<groupId>javax.xml.bind</groupId>
 | 
				
			||||||
			<artifactId>jaxb-api</artifactId>
 | 
								<artifactId>jaxb-api</artifactId>
 | 
				
			||||||
			<version>${jaxb.version}</version>
 | 
								<version>2.4.0-b180830.0359</version>
 | 
				
			||||||
 | 
							</dependency>
 | 
				
			||||||
 | 
							<dependency>
 | 
				
			||||||
 | 
								<groupId>com.sun.xml.bind</groupId>
 | 
				
			||||||
 | 
								<artifactId>jaxb-impl</artifactId>
 | 
				
			||||||
 | 
								<version>4.0.5</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.glassfish.jaxb</groupId>
 | 
								<groupId>org.glassfish.jaxb</groupId>
 | 
				
			||||||
@@ -110,15 +109,10 @@
 | 
				
			|||||||
			<artifactId>jakarta.ws.rs-api</artifactId>
 | 
								<artifactId>jakarta.ws.rs-api</artifactId>
 | 
				
			||||||
			<version>4.0.0</version>
 | 
								<version>4.0.0</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
					 | 
				
			||||||
			<groupId>com.sun.xml.bind</groupId>
 | 
					 | 
				
			||||||
			<artifactId>jaxb-impl</artifactId>
 | 
					 | 
				
			||||||
			<version>${jaxb.version}</version>
 | 
					 | 
				
			||||||
		</dependency>
 | 
					 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>com.sun.istack</groupId>
 | 
								<groupId>com.sun.istack</groupId>
 | 
				
			||||||
			<artifactId>istack-commons-runtime</artifactId>
 | 
								<artifactId>istack-commons-runtime</artifactId>
 | 
				
			||||||
			<version>${istack.version}</version>
 | 
								<version>4.2.0</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- continu to be needed ??? -->
 | 
							<!-- continu to be needed ??? -->
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
@@ -134,18 +128,18 @@
 | 
				
			|||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>com.fasterxml.jackson.core</groupId>
 | 
								<groupId>com.fasterxml.jackson.core</groupId>
 | 
				
			||||||
			<artifactId>jackson-databind</artifactId>
 | 
								<artifactId>jackson-databind</artifactId>
 | 
				
			||||||
			<version>2.18.1</version>
 | 
								<version>2.18.3</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- encode output in CSV -->
 | 
							<!-- encode output in CSV -->
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>com.fasterxml.jackson.dataformat</groupId>
 | 
								<groupId>com.fasterxml.jackson.dataformat</groupId>
 | 
				
			||||||
			<artifactId>jackson-dataformat-csv</artifactId>
 | 
								<artifactId>jackson-dataformat-csv</artifactId>
 | 
				
			||||||
			<version>2.18.1</version>
 | 
								<version>2.18.3</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>com.fasterxml.jackson.datatype</groupId>
 | 
								<groupId>com.fasterxml.jackson.datatype</groupId>
 | 
				
			||||||
			<artifactId>jackson-datatype-jsr310</artifactId>
 | 
								<artifactId>jackson-datatype-jsr310</artifactId>
 | 
				
			||||||
			<version>2.18.1</version>
 | 
								<version>2.18.3</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>jakarta.servlet</groupId>
 | 
								<groupId>jakarta.servlet</groupId>
 | 
				
			||||||
@@ -157,18 +151,18 @@
 | 
				
			|||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>com.mysql</groupId>
 | 
								<groupId>com.mysql</groupId>
 | 
				
			||||||
			<artifactId>mysql-connector-j</artifactId>
 | 
								<artifactId>mysql-connector-j</artifactId>
 | 
				
			||||||
			<version>9.0.0</version>
 | 
								<version>9.2.0</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.xerial</groupId>
 | 
								<groupId>org.xerial</groupId>
 | 
				
			||||||
			<artifactId>sqlite-jdbc</artifactId>
 | 
								<artifactId>sqlite-jdbc</artifactId>
 | 
				
			||||||
			<version>3.46.1.0</version>
 | 
								<version>3.49.1.0</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- Interface for JWT token -->
 | 
							<!-- Interface for JWT token -->
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>com.nimbusds</groupId>
 | 
								<groupId>com.nimbusds</groupId>
 | 
				
			||||||
			<artifactId>nimbus-jose-jwt</artifactId>
 | 
								<artifactId>nimbus-jose-jwt</artifactId>
 | 
				
			||||||
			<version>9.41.1</version>
 | 
								<version>10.0.2</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>jakarta.persistence</groupId>
 | 
								<groupId>jakarta.persistence</groupId>
 | 
				
			||||||
@@ -179,32 +173,34 @@
 | 
				
			|||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>io.swagger.core.v3</groupId>
 | 
								<groupId>io.swagger.core.v3</groupId>
 | 
				
			||||||
			<artifactId>swagger-jaxrs2-jakarta</artifactId>
 | 
								<artifactId>swagger-jaxrs2-jakarta</artifactId>
 | 
				
			||||||
			<version>2.2.23</version>
 | 
								<version>2.2.29</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- spotbug tooling -->
 | 
							<!-- spotbug tooling -->
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>com.github.spotbugs</groupId>
 | 
								<groupId>com.github.spotbugs</groupId>
 | 
				
			||||||
			<artifactId>spotbugs-annotations</artifactId>
 | 
								<artifactId>spotbugs-annotations</artifactId>
 | 
				
			||||||
			<version>4.8.6</version>
 | 
								<version>4.9.3</version>
 | 
				
			||||||
			<scope>compile</scope>
 | 
								<scope>compile</scope>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- Morphia -->
 | 
							<!-- Morphia -->
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>dev.morphia.morphia</groupId>
 | 
								<groupId>dev.morphia.morphia</groupId>
 | 
				
			||||||
			<artifactId>morphia-core</artifactId>
 | 
								<artifactId>morphia-core</artifactId>
 | 
				
			||||||
			<version>2.3.0</version>
 | 
								<version>2.4.15</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- MongoDB Java Driver -->
 | 
							<!-- MongoDB Java Driver -->
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.mongodb</groupId>
 | 
								<groupId>org.mongodb</groupId>
 | 
				
			||||||
			<artifactId>mongodb-driver-sync</artifactId>
 | 
								<artifactId>mongodb-driver-sync</artifactId>
 | 
				
			||||||
			<version>4.3.0</version>
 | 
								<!--<version>5.3.1</version>-->
 | 
				
			||||||
 | 
								<!--Morphia 2.4.x does not support version upper than 4.x-->
 | 
				
			||||||
 | 
								<version>4.11.5</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<!-- Bean Validation (JSR 303 / 380) -->
 | 
							<!-- Bean Validation (JSR 303 / 380) -->
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.hibernate.validator</groupId>
 | 
								<groupId>org.hibernate.validator</groupId>
 | 
				
			||||||
			<artifactId>hibernate-validator</artifactId>
 | 
								<artifactId>hibernate-validator</artifactId>
 | 
				
			||||||
			<version>7.0.0.Final</version>
 | 
								<version>9.0.0.CR1</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>javax.validation</groupId>
 | 
								<groupId>javax.validation</groupId>
 | 
				
			||||||
@@ -219,24 +215,24 @@
 | 
				
			|||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.junit.jupiter</groupId>
 | 
								<groupId>org.junit.jupiter</groupId>
 | 
				
			||||||
			<artifactId>junit-jupiter-api</artifactId>
 | 
								<artifactId>junit-jupiter-api</artifactId>
 | 
				
			||||||
			<version>5.11.0</version>
 | 
								<version>5.12.1</version>
 | 
				
			||||||
			<scope>test</scope>
 | 
								<scope>test</scope>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.junit.jupiter</groupId>
 | 
								<groupId>org.junit.jupiter</groupId>
 | 
				
			||||||
			<artifactId>junit-jupiter-engine</artifactId>
 | 
								<artifactId>junit-jupiter-engine</artifactId>
 | 
				
			||||||
			<version>5.11.0</version>
 | 
								<version>5.12.1</version>
 | 
				
			||||||
			<scope>test</scope>
 | 
								<scope>test</scope>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>net.revelc.code.formatter</groupId>
 | 
								<groupId>net.revelc.code.formatter</groupId>
 | 
				
			||||||
			<artifactId>formatter-maven-plugin</artifactId>
 | 
								<artifactId>formatter-maven-plugin</artifactId>
 | 
				
			||||||
			<version>2.24.1</version>
 | 
								<version>2.25.0</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
		<dependency>
 | 
							<dependency>
 | 
				
			||||||
			<groupId>org.apache.maven.plugins</groupId>
 | 
								<groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
			<artifactId>maven-checkstyle-plugin</artifactId>
 | 
								<artifactId>maven-checkstyle-plugin</artifactId>
 | 
				
			||||||
			<version>3.5.0</version>
 | 
								<version>3.6.0</version>
 | 
				
			||||||
		</dependency>
 | 
							</dependency>
 | 
				
			||||||
	</dependencies>
 | 
						</dependencies>
 | 
				
			||||||
	<build>
 | 
						<build>
 | 
				
			||||||
@@ -256,18 +252,17 @@
 | 
				
			|||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
				<groupId>org.apache.maven.plugins</groupId>
 | 
									<groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
				<artifactId>maven-compiler-plugin</artifactId>
 | 
									<artifactId>maven-compiler-plugin</artifactId>
 | 
				
			||||||
				<version>${maven.compiler.version}</version>
 | 
									<version>3.14.0</version>
 | 
				
			||||||
				<configuration>
 | 
									<configuration>
 | 
				
			||||||
					<source>${maven.compiler.source}</source>
 | 
										<source>21</source>
 | 
				
			||||||
					<target>${maven.compiler.target}</target>
 | 
										<target>21</target>
 | 
				
			||||||
					<!--<encoding>${project.build.sourceEncoding}</encoding>-->
 | 
					 | 
				
			||||||
				</configuration>
 | 
									</configuration>
 | 
				
			||||||
			</plugin>
 | 
								</plugin>
 | 
				
			||||||
			<!-- Create the source bundle -->
 | 
								<!-- Create the source bundle -->
 | 
				
			||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
				<groupId>org.apache.maven.plugins</groupId>
 | 
									<groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
				<artifactId>maven-source-plugin</artifactId>
 | 
									<artifactId>maven-source-plugin</artifactId>
 | 
				
			||||||
				<version>3.3.0</version>
 | 
									<version>3.3.1</version>
 | 
				
			||||||
				<executions>
 | 
									<executions>
 | 
				
			||||||
					<execution>
 | 
										<execution>
 | 
				
			||||||
						<id>attach-sources</id>
 | 
											<id>attach-sources</id>
 | 
				
			||||||
@@ -295,7 +290,7 @@
 | 
				
			|||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
				<groupId>org.apache.maven.plugins</groupId>
 | 
									<groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
				<artifactId>maven-surefire-plugin</artifactId>
 | 
									<artifactId>maven-surefire-plugin</artifactId>
 | 
				
			||||||
				<version>3.0.0-M5</version>
 | 
									<version>3.5.2</version>
 | 
				
			||||||
			</plugin>
 | 
								</plugin>
 | 
				
			||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
				<artifactId>maven-assembly-plugin</artifactId>
 | 
									<artifactId>maven-assembly-plugin</artifactId>
 | 
				
			||||||
@@ -314,7 +309,7 @@
 | 
				
			|||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
				<groupId>org.apache.maven.plugins</groupId>
 | 
									<groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
				<artifactId>maven-javadoc-plugin</artifactId>
 | 
									<artifactId>maven-javadoc-plugin</artifactId>
 | 
				
			||||||
				<version>3.2.0</version>
 | 
									<version>3.3.0</version>
 | 
				
			||||||
				<configuration>
 | 
									<configuration>
 | 
				
			||||||
					<show>private</show>
 | 
										<show>private</show>
 | 
				
			||||||
					<nohelp>true</nohelp>
 | 
										<nohelp>true</nohelp>
 | 
				
			||||||
@@ -324,7 +319,7 @@
 | 
				
			|||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
				<groupId>org.apache.maven.plugins</groupId>
 | 
									<groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
				<artifactId>maven-checkstyle-plugin</artifactId>
 | 
									<artifactId>maven-checkstyle-plugin</artifactId>
 | 
				
			||||||
				<version>3.3.1</version>
 | 
									<version>3.6.0</version>
 | 
				
			||||||
				<configuration>
 | 
									<configuration>
 | 
				
			||||||
					<configLocation>CheckStyle.xml</configLocation>
 | 
										<configLocation>CheckStyle.xml</configLocation>
 | 
				
			||||||
					<consoleOutput>true</consoleOutput>
 | 
										<consoleOutput>true</consoleOutput>
 | 
				
			||||||
@@ -336,7 +331,7 @@
 | 
				
			|||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
				<groupId>net.revelc.code.formatter</groupId>
 | 
									<groupId>net.revelc.code.formatter</groupId>
 | 
				
			||||||
				<artifactId>formatter-maven-plugin</artifactId>
 | 
									<artifactId>formatter-maven-plugin</artifactId>
 | 
				
			||||||
				<version>2.23.0</version>
 | 
									<version>2.24.1</version>
 | 
				
			||||||
				<configuration>
 | 
									<configuration>
 | 
				
			||||||
					<encoding>UTF-8</encoding>
 | 
										<encoding>UTF-8</encoding>
 | 
				
			||||||
					<lineEnding>LF</lineEnding>
 | 
										<lineEnding>LF</lineEnding>
 | 
				
			||||||
@@ -385,7 +380,7 @@
 | 
				
			|||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
				<groupId>org.apache.maven.plugins</groupId>
 | 
									<groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
				<artifactId>maven-javadoc-plugin</artifactId>
 | 
									<artifactId>maven-javadoc-plugin</artifactId>
 | 
				
			||||||
				<version>3.2.0</version>
 | 
									<version>3.3.0</version>
 | 
				
			||||||
				<configuration>
 | 
									<configuration>
 | 
				
			||||||
					<show>public</show>
 | 
										<show>public</show>
 | 
				
			||||||
				</configuration>
 | 
									</configuration>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,6 +2,7 @@ package org.kar.archidata.annotation;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import java.lang.annotation.Annotation;
 | 
					import java.lang.annotation.Annotation;
 | 
				
			||||||
import java.lang.reflect.Field;
 | 
					import java.lang.reflect.Field;
 | 
				
			||||||
 | 
					import java.lang.reflect.Parameter;
 | 
				
			||||||
import java.util.ArrayList;
 | 
					import java.util.ArrayList;
 | 
				
			||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -41,6 +42,24 @@ import jakarta.ws.rs.DefaultValue;
 | 
				
			|||||||
public class AnnotationTools {
 | 
					public class AnnotationTools {
 | 
				
			||||||
	static final Logger LOGGER = LoggerFactory.getLogger(AnnotationTools.class);
 | 
						static final Logger LOGGER = LoggerFactory.getLogger(AnnotationTools.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public static <TYPE extends Annotation> TYPE get(final Parameter param, final Class<TYPE> clazz) {
 | 
				
			||||||
 | 
							final TYPE[] annotations = param.getDeclaredAnnotationsByType(clazz);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							if (annotations.length == 0) {
 | 
				
			||||||
 | 
								return null;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return annotations[0];
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public static <TYPE extends Annotation> TYPE[] gets(final Parameter param, final Class<TYPE> clazz) {
 | 
				
			||||||
 | 
							final TYPE[] annotations = param.getDeclaredAnnotationsByType(clazz);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							if (annotations.length == 0) {
 | 
				
			||||||
 | 
								return null;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return annotations;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static <TYPE extends Annotation> TYPE get(final Field element, final Class<TYPE> clazz) {
 | 
						public static <TYPE extends Annotation> TYPE get(final Field element, final Class<TYPE> clazz) {
 | 
				
			||||||
		final TYPE[] annotations = element.getDeclaredAnnotationsByType(clazz);
 | 
							final TYPE[] annotations = element.getDeclaredAnnotationsByType(clazz);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -59,6 +78,24 @@ public class AnnotationTools {
 | 
				
			|||||||
		return annotations;
 | 
							return annotations;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public static <TYPE extends Annotation> TYPE get(final Class<?> classObject, final Class<TYPE> clazz) {
 | 
				
			||||||
 | 
							final TYPE[] annotations = classObject.getDeclaredAnnotationsByType(clazz);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							if (annotations.length == 0) {
 | 
				
			||||||
 | 
								return null;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return annotations[0];
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public static <TYPE extends Annotation> TYPE[] gets(final Class<?> classObject, final Class<TYPE> clazz) {
 | 
				
			||||||
 | 
							final TYPE[] annotations = classObject.getDeclaredAnnotationsByType(clazz);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							if (annotations.length == 0) {
 | 
				
			||||||
 | 
								return null;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return annotations;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// For SQL declaration table Name
 | 
						// For SQL declaration table Name
 | 
				
			||||||
	public static String getTableName(final Class<?> clazz, final QueryOptions options) throws DataAccessException {
 | 
						public static String getTableName(final Class<?> clazz, final QueryOptions options) throws DataAccessException {
 | 
				
			||||||
		if (options != null) {
 | 
							if (options != null) {
 | 
				
			||||||
@@ -121,14 +158,6 @@ public class AnnotationTools {
 | 
				
			|||||||
		return get(element, CollectionNotEmpty.class);
 | 
							return get(element, CollectionNotEmpty.class);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static boolean getSchemaReadOnly(final Field element) {
 | 
					 | 
				
			||||||
		final Annotation[] annotation = element.getDeclaredAnnotationsByType(Schema.class);
 | 
					 | 
				
			||||||
		if (annotation.length == 0) {
 | 
					 | 
				
			||||||
			return false;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		return ((Schema) annotation[0]).readOnly();
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	public static String getSchemaExample(final Class<?> element) {
 | 
						public static String getSchemaExample(final Class<?> element) {
 | 
				
			||||||
		final Annotation[] annotation = element.getDeclaredAnnotationsByType(Schema.class);
 | 
							final Annotation[] annotation = element.getDeclaredAnnotationsByType(Schema.class);
 | 
				
			||||||
		if (annotation.length == 0) {
 | 
							if (annotation.length == 0) {
 | 
				
			||||||
@@ -137,14 +166,6 @@ public class AnnotationTools {
 | 
				
			|||||||
		return ((Schema) annotation[0]).example();
 | 
							return ((Schema) annotation[0]).example();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static boolean getNoWriteSpecificMode(final Class<?> element) {
 | 
					 | 
				
			||||||
		final Annotation[] annotation = element.getDeclaredAnnotationsByType(NoWriteSpecificMode.class);
 | 
					 | 
				
			||||||
		if (annotation.length == 0) {
 | 
					 | 
				
			||||||
			return false;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		return true;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	public static String getSchemaDescription(final Class<?> element) {
 | 
						public static String getSchemaDescription(final Class<?> element) {
 | 
				
			||||||
		final Annotation[] annotation = element.getDeclaredAnnotationsByType(Schema.class);
 | 
							final Annotation[] annotation = element.getDeclaredAnnotationsByType(Schema.class);
 | 
				
			||||||
		if (annotation.length == 0) {
 | 
							if (annotation.length == 0) {
 | 
				
			||||||
@@ -428,7 +449,7 @@ public class AnnotationTools {
 | 
				
			|||||||
			if (java.lang.reflect.Modifier.isStatic(field.getModifiers())) {
 | 
								if (java.lang.reflect.Modifier.isStatic(field.getModifiers())) {
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (AnnotationTools.getFieldNameRaw(field).equals(name)) {
 | 
								if (field.getName().equals(name)) {
 | 
				
			||||||
				return true;
 | 
									return true;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,6 +5,39 @@ import java.lang.annotation.Retention;
 | 
				
			|||||||
import java.lang.annotation.RetentionPolicy;
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * The CreationTimestamp annotation is used to automatically set the creation
 | 
				
			||||||
 | 
					 * date of an object in the database. This annotation ensures that the field
 | 
				
			||||||
 | 
					 * marked with @CreationTimestamp is populated with the current timestamp
 | 
				
			||||||
 | 
					 * when the object is first created.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Usage:
 | 
				
			||||||
 | 
					 * - Target: This annotation can be applied to fields within a class.
 | 
				
			||||||
 | 
					 * - Retention: The annotation is retained at runtime, allowing it to be
 | 
				
			||||||
 | 
					 *   processed by frameworks or libraries that handle data persistence logic.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Behavior:
 | 
				
			||||||
 | 
					 * - When a field is annotated with @CreationTimestamp, it will automatically
 | 
				
			||||||
 | 
					 *   be set to the current date and time when the object is inserted into the
 | 
				
			||||||
 | 
					 *   database.
 | 
				
			||||||
 | 
					 * - This annotation is typically used in conjunction with other annotations
 | 
				
			||||||
 | 
					 *   such as @Column to define database column properties.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * public class MyEntity {
 | 
				
			||||||
 | 
					 *     @DataNotRead
 | 
				
			||||||
 | 
					 *     @CreationTimestamp
 | 
				
			||||||
 | 
					 *     @Column(nullable = false, insertable = false, updatable = false)
 | 
				
			||||||
 | 
					 *     @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX") // optional depend on the configuration
 | 
				
			||||||
 | 
					 *     @Nullable
 | 
				
			||||||
 | 
					 *     public Date createdAt = null;
 | 
				
			||||||
 | 
					 * }
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * In this example, the createdAt field will be automatically set to the
 | 
				
			||||||
 | 
					 * current timestamp when a new User object is created in the database.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
@Target(ElementType.FIELD)
 | 
					@Target(ElementType.FIELD)
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface CreationTimestamp {
 | 
					public @interface CreationTimestamp {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,6 +5,40 @@ import java.lang.annotation.Retention;
 | 
				
			|||||||
import java.lang.annotation.RetentionPolicy;
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * The DataDeleted annotation is used to manage a boolean variable that marks
 | 
				
			||||||
 | 
					 * an object as 'deleted' in the database. This annotation helps in soft deletion
 | 
				
			||||||
 | 
					 * by excluding marked objects from being automatically retrieved unless
 | 
				
			||||||
 | 
					 * explicitly specified.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Usage:
 | 
				
			||||||
 | 
					 * - Target: This annotation can be applied to fields within a class.
 | 
				
			||||||
 | 
					 * - Retention: The annotation is retained at runtime, allowing it to be
 | 
				
			||||||
 | 
					 *   processed by frameworks or libraries that handle data retrieval logic.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Behavior:
 | 
				
			||||||
 | 
					 * - When a field is annotated with @DataDeleted, it will not be included in the
 | 
				
			||||||
 | 
					 *   default data retrieval process from the database if its value is false.
 | 
				
			||||||
 | 
					 * - To override this behavior and access deleted items, the query must include
 | 
				
			||||||
 | 
					 *   the option AccessDeletedItems.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * public class MyEntity {
 | 
				
			||||||
 | 
					 *     public String username;
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 *     @DataDeleted
 | 
				
			||||||
 | 
					 *     @DataNotRead
 | 
				
			||||||
 | 
					 *     @Column(nullable = false)
 | 
				
			||||||
 | 
					 *     @DefaultValue("'0'")
 | 
				
			||||||
 | 
					 *     public Boolean deleted = null;
 | 
				
			||||||
 | 
					 * }
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * In this example, objects with `deleted` set to true will not be retrieved
 | 
				
			||||||
 | 
					 * by default. To include them in the query results, the AccessDeletedItems
 | 
				
			||||||
 | 
					 * option must be specified in the query.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
@Target(ElementType.FIELD)
 | 
					@Target(ElementType.FIELD)
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface DataDeleted {
 | 
					public @interface DataDeleted {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,6 +5,41 @@ import java.lang.annotation.Retention;
 | 
				
			|||||||
import java.lang.annotation.RetentionPolicy;
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * The DataJson annotation is used to convert fields or classes to JSON format
 | 
				
			||||||
 | 
					 * for storage in a database. This annotation allows storing complex data types
 | 
				
			||||||
 | 
					 * such as lists, maps, and other objects in SQL databases as JSON or STRING
 | 
				
			||||||
 | 
					 * (for SQLite).
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Usage:
 | 
				
			||||||
 | 
					 * - Target: This annotation can be applied to both fields and classes.
 | 
				
			||||||
 | 
					 * - Retention: The annotation is retained at runtime, allowing it to be
 | 
				
			||||||
 | 
					 *   processed by frameworks or libraries that handle data persistence logic.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Behavior:
 | 
				
			||||||
 | 
					 * - When applied to a field or class, the DataJson annotation enables the
 | 
				
			||||||
 | 
					 *   conversion of the annotated element to JSON format before storing it in
 | 
				
			||||||
 | 
					 *   the database.
 | 
				
			||||||
 | 
					 * - This is particularly useful in SQL databases where only basic data types
 | 
				
			||||||
 | 
					 *   (char, short, int, long, float, string, timestamp) can be stored directly.
 | 
				
			||||||
 | 
					 *   The DataJson annotation makes it possible to store complex data structures
 | 
				
			||||||
 | 
					 *   by converting them to JSON.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Attributes:
 | 
				
			||||||
 | 
					 * - targetEntity: Specifies the target entity class to which the JSON data
 | 
				
			||||||
 | 
					 *   should be mapped. Defaults auto-detect if not specified.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * public class User {
 | 
				
			||||||
 | 
					 *     @DataJson
 | 
				
			||||||
 | 
					 *     public Map<String, Object> additionalData;
 | 
				
			||||||
 | 
					 * }
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * In this example, the additionalData field can store complex data structures
 | 
				
			||||||
 | 
					 * as JSON in the database.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
@Target({ ElementType.TYPE, ElementType.FIELD })
 | 
					@Target({ ElementType.TYPE, ElementType.FIELD })
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface DataJson {
 | 
					public @interface DataJson {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,6 +5,37 @@ import java.lang.annotation.Retention;
 | 
				
			|||||||
import java.lang.annotation.RetentionPolicy;
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * The DataNotRead annotation is used to mark fields in a class that should not
 | 
				
			||||||
 | 
					 * be automatically read from the database. This annotation helps in optimizing
 | 
				
			||||||
 | 
					 * data retrieval by excluding certain fields from being fetched unless
 | 
				
			||||||
 | 
					 * explicitly specified.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Usage:
 | 
				
			||||||
 | 
					 * - Target: This annotation can be applied to fields within a class.
 | 
				
			||||||
 | 
					 * - Retention: The annotation is retained at runtime, allowing it to be
 | 
				
			||||||
 | 
					 *   processed by frameworks or libraries that handle data retrieval logic.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Behavior:
 | 
				
			||||||
 | 
					 * - When a field is annotated with @DataNotRead, it will not be included in the
 | 
				
			||||||
 | 
					 *   default data retrieval process from the database.
 | 
				
			||||||
 | 
					 * - To override this behavior and read all columns, including those marked with
 | 
				
			||||||
 | 
					 *   @DataNotRead, the query must include the option ReadAllColumn.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * public class MyEntity {
 | 
				
			||||||
 | 
					 *     public String username;
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 *     @DataNotRead
 | 
				
			||||||
 | 
					 *     private String sensitiveData;
 | 
				
			||||||
 | 
					 * }
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * In this example, the sensitiveData field will not be read from the database
 | 
				
			||||||
 | 
					 * by default. To include it in the query results, the ReadAllColumn option must
 | 
				
			||||||
 | 
					 * be specified in the query.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
@Target(ElementType.FIELD)
 | 
					@Target(ElementType.FIELD)
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface DataNotRead {
 | 
					public @interface DataNotRead {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +0,0 @@
 | 
				
			|||||||
package org.kar.archidata.annotation;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import java.lang.annotation.ElementType;
 | 
					 | 
				
			||||||
import java.lang.annotation.Retention;
 | 
					 | 
				
			||||||
import java.lang.annotation.RetentionPolicy;
 | 
					 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@Target({ ElementType.PARAMETER })
 | 
					 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					 | 
				
			||||||
public @interface FormDataOptional {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,13 +0,0 @@
 | 
				
			|||||||
package org.kar.archidata.annotation;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import java.lang.annotation.ElementType;
 | 
					 | 
				
			||||||
import java.lang.annotation.Retention;
 | 
					 | 
				
			||||||
import java.lang.annotation.RetentionPolicy;
 | 
					 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/** When we wend to have only One type for read and write mode (Wrapping API). */
 | 
					 | 
				
			||||||
@Target({ ElementType.TYPE })
 | 
					 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					 | 
				
			||||||
public @interface NoWriteSpecificMode {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,11 +0,0 @@
 | 
				
			|||||||
package org.kar.archidata.annotation;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import java.lang.annotation.ElementType;
 | 
					 | 
				
			||||||
import java.lang.annotation.Retention;
 | 
					 | 
				
			||||||
import java.lang.annotation.RetentionPolicy;
 | 
					 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/** In case of the update parameter with String input to detect null element. */
 | 
					 | 
				
			||||||
@Target({ ElementType.PARAMETER, ElementType.METHOD })
 | 
					 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					 | 
				
			||||||
public @interface TypeScriptProgress {}
 | 
					 | 
				
			||||||
@@ -5,6 +5,38 @@ import java.lang.annotation.Retention;
 | 
				
			|||||||
import java.lang.annotation.RetentionPolicy;
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * The UpdateTimestamp annotation is used to automatically update the timestamp
 | 
				
			||||||
 | 
					 * of an object in the database whenever it is modified. This annotation ensures
 | 
				
			||||||
 | 
					 * that the field marked with @UpdateTimestamp is set to the current timestamp
 | 
				
			||||||
 | 
					 * each time the object is updated.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Usage:
 | 
				
			||||||
 | 
					 * - Target: This annotation can be applied to fields within a class.
 | 
				
			||||||
 | 
					 * - Retention: The annotation is retained at runtime, allowing it to be
 | 
				
			||||||
 | 
					 *   processed by frameworks or libraries that handle data persistence logic.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Behavior:
 | 
				
			||||||
 | 
					 * - When a field is annotated with @UpdateTimestamp, it will automatically
 | 
				
			||||||
 | 
					 *   be updated to the current date and time whenever the object is modified
 | 
				
			||||||
 | 
					 *   in the database.
 | 
				
			||||||
 | 
					 * - This annotation is typically used in conjunction with other annotations
 | 
				
			||||||
 | 
					 *   such as @Column to define database column properties.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * public class MyEntity {
 | 
				
			||||||
 | 
					 *     @UpdateTimestamp
 | 
				
			||||||
 | 
					 *     @Column(nullable = false, insertable = false, updatable = false)
 | 
				
			||||||
 | 
					 *     @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
 | 
				
			||||||
 | 
					 *     @Nullable
 | 
				
			||||||
 | 
					 *     public Date updatedAt = null;
 | 
				
			||||||
 | 
					 * }
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * In this example, the updatedAt field will be automatically set to the
 | 
				
			||||||
 | 
					 * current timestamp whenever the User object is modified in the database.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
@Target(ElementType.FIELD)
 | 
					@Target(ElementType.FIELD)
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface UpdateTimestamp {
 | 
					public @interface UpdateTimestamp {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,21 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.annotation.apiGenerator;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import static java.lang.annotation.ElementType.FIELD;
 | 
				
			||||||
 | 
					import static java.lang.annotation.RetentionPolicy.RUNTIME;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.lang.annotation.Retention;
 | 
				
			||||||
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Retention(RUNTIME)
 | 
				
			||||||
 | 
					@Target(FIELD)
 | 
				
			||||||
 | 
					public @interface ApiAccessLimitation {
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
						 * (Optional) The field is accessible in creation (POST)
 | 
				
			||||||
 | 
						 */
 | 
				
			||||||
 | 
						boolean creatable() default true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
						 * (Optional) The field is accessible in update mode (PUT, PATCH)
 | 
				
			||||||
 | 
						 */
 | 
				
			||||||
 | 
						boolean updatable() default true;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
package org.kar.archidata.annotation;
 | 
					package org.kar.archidata.annotation.apiGenerator;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import java.lang.annotation.ElementType;
 | 
					import java.lang.annotation.ElementType;
 | 
				
			||||||
import java.lang.annotation.Retention;
 | 
					import java.lang.annotation.Retention;
 | 
				
			||||||
@@ -8,7 +8,7 @@ import java.lang.annotation.Target;
 | 
				
			|||||||
/** In case of the update parameter with String input to detect null element. */
 | 
					/** In case of the update parameter with String input to detect null element. */
 | 
				
			||||||
@Target({ ElementType.PARAMETER, ElementType.METHOD })
 | 
					@Target({ ElementType.PARAMETER, ElementType.METHOD })
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface AsyncType {
 | 
					public @interface ApiAsyncType {
 | 
				
			||||||
	// Possible class values.
 | 
						// Possible class values.
 | 
				
			||||||
	Class<?>[] value();
 | 
						Class<?>[] value();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -0,0 +1,57 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.annotation.apiGenerator;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.lang.annotation.ElementType;
 | 
				
			||||||
 | 
					import java.lang.annotation.Retention;
 | 
				
			||||||
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * The ApiGenerationMode annotation is used to indicate the generation mode for
 | 
				
			||||||
 | 
					 * API operations when producing code for other languages. This annotation is
 | 
				
			||||||
 | 
					 * particularly useful in code generators for client libraries where specific
 | 
				
			||||||
 | 
					 * data structures for read, create, and update operations may or may not be needed.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Usage:
 | 
				
			||||||
 | 
					 * - Target: This annotation can be applied to class types.
 | 
				
			||||||
 | 
					 * - Retention: The annotation is retained at runtime, allowing it to be
 | 
				
			||||||
 | 
					 *   processed by frameworks or libraries that handle code generation logic.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Behavior:
 | 
				
			||||||
 | 
					 * - When applied to a class, the ApiGenerationMode annotation specifies
 | 
				
			||||||
 | 
					 *   which API operations (read, create, update) should generate specific
 | 
				
			||||||
 | 
					 *   data structures. This can simplify the generated code by avoiding the
 | 
				
			||||||
 | 
					 *   creation of unnecessary structures.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * @ApiGenerationMode(creatable=false, updatable=false)
 | 
				
			||||||
 | 
					 * public class User {
 | 
				
			||||||
 | 
					 *     public String username;
 | 
				
			||||||
 | 
					 *     public String email;
 | 
				
			||||||
 | 
					 * }
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * In this example, the User class will not generate separate data structures
 | 
				
			||||||
 | 
					 * for create and update operations in the client code, only for read operations.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					@Target({ ElementType.TYPE })
 | 
				
			||||||
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
 | 
					public @interface ApiGenerationMode {
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
						 * (Optional) Enable the generation of specific code for read access
 | 
				
			||||||
 | 
						 * (generate object: MyClass).
 | 
				
			||||||
 | 
						 */
 | 
				
			||||||
 | 
						boolean read() default true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
						 * (Optional) Enable the generation of specific code for create access
 | 
				
			||||||
 | 
						 * (generate object: MyClassCreate).
 | 
				
			||||||
 | 
						 */
 | 
				
			||||||
 | 
						boolean create() default false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/**
 | 
				
			||||||
 | 
						 * (Optional) Enable the generation of specific code for update access
 | 
				
			||||||
 | 
						 * (generate object: MyClassUpdate).
 | 
				
			||||||
 | 
						 */
 | 
				
			||||||
 | 
						boolean update() default false;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -0,0 +1,76 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.annotation.apiGenerator;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.lang.annotation.ElementType;
 | 
				
			||||||
 | 
					import java.lang.annotation.Retention;
 | 
				
			||||||
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * The FormDataOptional annotation is used to indicate that a form data parameter
 | 
				
			||||||
 | 
					 * is optional when generating client code. By default, form data parameters are
 | 
				
			||||||
 | 
					 * required, but this annotation allows them to be optional, enabling the creation
 | 
				
			||||||
 | 
					 * of polymorphic APIs.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Usage:
 | 
				
			||||||
 | 
					 * - Target: This annotation can be applied to method parameters.
 | 
				
			||||||
 | 
					 * - Retention: The annotation is retained at runtime, allowing it to be
 | 
				
			||||||
 | 
					 *   processed by frameworks or libraries that handle code generation logic.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Behavior:
 | 
				
			||||||
 | 
					 * - When applied to a parameter, the FormDataOptional annotation specifies that
 | 
				
			||||||
 | 
					 *   the parameter is optional in the generated client code. This allows for
 | 
				
			||||||
 | 
					 *   more flexible API designs where certain inputs can be omitted.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * public class AlbumService {
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 *     @POST
 | 
				
			||||||
 | 
					 *     @Path("{id}/cover")
 | 
				
			||||||
 | 
					 *     @RolesAllowed("ADMIN")
 | 
				
			||||||
 | 
					 *     @Consumes({ MediaType.MULTIPART_FORM_DATA })
 | 
				
			||||||
 | 
					 *     @Operation(description = "Add a cover on a specific album")
 | 
				
			||||||
 | 
					 *     @TypeScriptProgress
 | 
				
			||||||
 | 
					 *     public Album uploadCover(@PathParam("id") final Long id,
 | 
				
			||||||
 | 
					 *                              @ApiInputOptional @FormDataParam("uri") final String uri,
 | 
				
			||||||
 | 
					 *                              @ApiInputOptional @FormDataParam("file") final InputStream fileInputStream,
 | 
				
			||||||
 | 
					 *                              @ApiInputOptional @FormDataParam("file") final FormDataContentDisposition fileMetaData)
 | 
				
			||||||
 | 
					 *             throws Exception {
 | 
				
			||||||
 | 
					 *         // some code
 | 
				
			||||||
 | 
					 *     }
 | 
				
			||||||
 | 
					 * }
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * Note: @FormDataParam must be allway at the last position.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * In this example, the uri, fileInputStream, and fileMetaData parameters are
 | 
				
			||||||
 | 
					 * marked as optional, allowing the client to omit them when calling the API.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Generated TypeScript code example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * //Add a cover on a specific album
 | 
				
			||||||
 | 
					 * export function uploadCover({
 | 
				
			||||||
 | 
					 *     restConfig,
 | 
				
			||||||
 | 
					 *     params,
 | 
				
			||||||
 | 
					 *     data,
 | 
				
			||||||
 | 
					 *     callbacks,
 | 
				
			||||||
 | 
					 * }: {
 | 
				
			||||||
 | 
					 *     restConfig: RESTConfig,
 | 
				
			||||||
 | 
					 *     params: {
 | 
				
			||||||
 | 
					 *         id: Long,
 | 
				
			||||||
 | 
					 *     },
 | 
				
			||||||
 | 
					 *     data: {
 | 
				
			||||||
 | 
					 *         file?: File, // element is optional
 | 
				
			||||||
 | 
					 *         uri?: string, // element is optional
 | 
				
			||||||
 | 
					 *     },
 | 
				
			||||||
 | 
					 *     callbacks?: RESTCallbacks,
 | 
				
			||||||
 | 
					 * }): Promise<Album> { ...
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * The generated TypeScript function reflects the optional nature of the form data parameters.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					@Target({ ElementType.PARAMETER })
 | 
				
			||||||
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
 | 
					public @interface ApiInputOptional {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -0,0 +1,71 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.annotation.apiGenerator;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.lang.annotation.ElementType;
 | 
				
			||||||
 | 
					import java.lang.annotation.Retention;
 | 
				
			||||||
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * The TypeScriptProgress annotation is used to specify that an API method
 | 
				
			||||||
 | 
					 * will take a significant amount of time to complete, and thus requires a
 | 
				
			||||||
 | 
					 * callback API to provide more precise progress tracking, particularly for
 | 
				
			||||||
 | 
					 * upload operations.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Usage:
 | 
				
			||||||
 | 
					 * - Target: This annotation can be applied to method parameters and methods.
 | 
				
			||||||
 | 
					 * - Retention: The annotation is retained at runtime, allowing it to be
 | 
				
			||||||
 | 
					 *   processed by frameworks or libraries that handle code generation logic.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Behavior:
 | 
				
			||||||
 | 
					 * - When applied to a method or parameter, the TypeScriptProgress annotation
 | 
				
			||||||
 | 
					 *   indicates that the client code generator should provide a callback API
 | 
				
			||||||
 | 
					 *   for tracking the progress of the operation.
 | 
				
			||||||
 | 
					 * - Note: The use of this annotation implies that the standard browser fetch
 | 
				
			||||||
 | 
					 *   API is not used, as the callback API is not yet operational. Instead,
 | 
				
			||||||
 | 
					 *   the older XMLHttpRequest interface is utilized.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * public class SeasonService {
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 *     @POST
 | 
				
			||||||
 | 
					 *     @Path("{id}/cover")
 | 
				
			||||||
 | 
					 *     @RolesAllowed("ADMIN")
 | 
				
			||||||
 | 
					 *     @Consumes(MediaType.MULTIPART_FORM_DATA)
 | 
				
			||||||
 | 
					 *     @Operation(description = "Upload a new season cover season", tags = "GLOBAL")
 | 
				
			||||||
 | 
					 *     @TypeScriptProgress
 | 
				
			||||||
 | 
					 *     public Season uploadCover(@PathParam("id") final Long id,
 | 
				
			||||||
 | 
					 *                               @FormDataParam("file") final InputStream fileInputStream,
 | 
				
			||||||
 | 
					 *                               @FormDataParam("file") final FormDataContentDisposition fileMetaData)
 | 
				
			||||||
 | 
					 *             throws Exception {
 | 
				
			||||||
 | 
					 *         // Upload logic
 | 
				
			||||||
 | 
					 *     }
 | 
				
			||||||
 | 
					 * }
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * In this example, the uploadCover method will generate a client-side API
 | 
				
			||||||
 | 
					 * with progress tracking capabilities using XMLHttpRequest.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Generated TypeScript code example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * export function uploadCover({
 | 
				
			||||||
 | 
					 *        restConfig,
 | 
				
			||||||
 | 
					 *        params,
 | 
				
			||||||
 | 
					 *        data,
 | 
				
			||||||
 | 
					 *        callbacks, // add this callback handle
 | 
				
			||||||
 | 
					 *    }: {
 | 
				
			||||||
 | 
					 *    restConfig: RESTConfig,
 | 
				
			||||||
 | 
					 *    params: {
 | 
				
			||||||
 | 
					 *        id: Long,
 | 
				
			||||||
 | 
					 *    },
 | 
				
			||||||
 | 
					 *    data: {
 | 
				
			||||||
 | 
					 *        file: File,
 | 
				
			||||||
 | 
					 *    },
 | 
				
			||||||
 | 
					 *    callbacks?: RESTCallbacks,
 | 
				
			||||||
 | 
					 * }): Promise<Season> {...
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					@Target({ ElementType.PARAMETER, ElementType.METHOD })
 | 
				
			||||||
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
 | 
					public @interface ApiTypeScriptProgress {}
 | 
				
			||||||
@@ -5,8 +5,18 @@ import java.lang.annotation.Retention;
 | 
				
			|||||||
import java.lang.annotation.RetentionPolicy;
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Target({ ElementType.TYPE, ElementType.FIELD })
 | 
					import jakarta.validation.Constraint;
 | 
				
			||||||
 | 
					import jakarta.validation.Payload;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Constraint(validatedBy = CheckForeignKeyValidator.class)
 | 
				
			||||||
 | 
					@Target({ ElementType.TYPE, ElementType.METHOD, ElementType.FIELD })
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface CheckForeignKey {
 | 
					public @interface CheckForeignKey {
 | 
				
			||||||
	Class<?> target();
 | 
						Class<?> target();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						String message() default "Foreign-key does not exist in the DB";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Class<?>[] groups() default {};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Class<? extends Payload>[] payload() default {};
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,43 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.annotation.checker;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.Collection;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DataAccess;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintValidator;
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintValidatorContext;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class CheckForeignKeyValidator implements ConstraintValidator<CheckForeignKey, Object> {
 | 
				
			||||||
 | 
						Class<?> target = null;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public void initialize(final CheckForeignKey annotation) {
 | 
				
			||||||
 | 
							this.target = annotation.target();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public boolean isValid(final Object value, final ConstraintValidatorContext context) {
 | 
				
			||||||
 | 
							if (value != null) {
 | 
				
			||||||
 | 
								return true;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (value instanceof final Collection<?> tmpCollection) {
 | 
				
			||||||
 | 
								final Object[] elements = tmpCollection.toArray();
 | 
				
			||||||
 | 
								for (final Object element : elements) {
 | 
				
			||||||
 | 
									if (element == null) {
 | 
				
			||||||
 | 
										continue;
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
									try {
 | 
				
			||||||
 | 
										final long count = DataAccess.count(this.target, element);
 | 
				
			||||||
 | 
										if (count != 1) {
 | 
				
			||||||
 | 
											return false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
 | 
									} catch (final Exception e) {
 | 
				
			||||||
 | 
										// TODO ...
 | 
				
			||||||
 | 
										return false;
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return true;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -7,6 +7,44 @@ import java.lang.annotation.Target;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import org.kar.archidata.dataAccess.options.CheckFunctionInterface;
 | 
					import org.kar.archidata.dataAccess.options.CheckFunctionInterface;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * The Checker annotation is used to specify a checker class that automatically
 | 
				
			||||||
 | 
					 * validates data for a parent class. This annotation can be applied to both
 | 
				
			||||||
 | 
					 * classes and fields to enforce validation rules defined in the checker class.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Usage:
 | 
				
			||||||
 | 
					 * - Target: This annotation can be applied to types (classes) and fields.
 | 
				
			||||||
 | 
					 * - Retention: The annotation is retained at runtime, allowing it to be
 | 
				
			||||||
 | 
					 *   processed by frameworks or libraries that handle data validation logic.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Behavior:
 | 
				
			||||||
 | 
					 * - When applied to a class or field, the Checker annotation specifies a
 | 
				
			||||||
 | 
					 *   checker class that implements the CheckFunctionInterface. This checker
 | 
				
			||||||
 | 
					 *   class is responsible for validating the data associated with the annotated
 | 
				
			||||||
 | 
					 *   element.
 | 
				
			||||||
 | 
					 * - The validation is automatically triggered when the data of the parent class
 | 
				
			||||||
 | 
					 *   is validated, ensuring that the data adheres to the specified rules.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Attributes:
 | 
				
			||||||
 | 
					 * - value: Specifies the checker class that implements the validation logic.
 | 
				
			||||||
 | 
					 *   This class must extend the CheckFunctionInterface.
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * <p>Example:
 | 
				
			||||||
 | 
					 * <pre>{@code
 | 
				
			||||||
 | 
					 * public class User {
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 *     @Checker(UserDataChecker.class)
 | 
				
			||||||
 | 
					 *     public String email;
 | 
				
			||||||
 | 
					 * }
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * public class UserDataChecker implements CheckFunctionInterface {
 | 
				
			||||||
 | 
					 *     ...
 | 
				
			||||||
 | 
					 * }
 | 
				
			||||||
 | 
					 * }</pre>
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 * In this example, the email field in the User class is validated using the
 | 
				
			||||||
 | 
					 * UserDataChecker class whenever the User class data is validated.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
@Target({ ElementType.TYPE, ElementType.FIELD })
 | 
					@Target({ ElementType.TYPE, ElementType.FIELD })
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface Checker {
 | 
					public @interface Checker {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,8 +5,16 @@ import java.lang.annotation.Retention;
 | 
				
			|||||||
import java.lang.annotation.RetentionPolicy;
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Target(ElementType.FIELD)
 | 
					import jakarta.validation.Constraint;
 | 
				
			||||||
 | 
					import jakarta.validation.Payload;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Constraint(validatedBy = CollectionItemNotNullValidator.class)
 | 
				
			||||||
 | 
					@Target({ ElementType.TYPE, ElementType.METHOD, ElementType.FIELD })
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface CollectionItemNotNull {
 | 
					public @interface CollectionItemNotNull {
 | 
				
			||||||
 | 
						String message() default "Collection can not contain NULL item";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Class<?>[] groups() default {};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Class<? extends Payload>[] payload() default {};
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,31 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.annotation.checker;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.Collection;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintValidator;
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintValidatorContext;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class CollectionItemNotNullValidator implements ConstraintValidator<CollectionItemNotNull, Object> {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public void initialize(final CollectionItemNotNull annotation) {
 | 
				
			||||||
 | 
							// nothing to do...
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public boolean isValid(final Object value, final ConstraintValidatorContext context) {
 | 
				
			||||||
 | 
							if (value == null) {
 | 
				
			||||||
 | 
								return true;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (value instanceof final Collection<?> tmpCollection) {
 | 
				
			||||||
 | 
								final Object[] elements = tmpCollection.toArray();
 | 
				
			||||||
 | 
								for (final Object element : elements) {
 | 
				
			||||||
 | 
									if (element == null) {
 | 
				
			||||||
 | 
										return false;
 | 
				
			||||||
 | 
										//throw new InputException(baseName + fieldName + '[' + iii + ']', "Collection can not contain NULL item");
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return true;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -5,8 +5,17 @@ import java.lang.annotation.Retention;
 | 
				
			|||||||
import java.lang.annotation.RetentionPolicy;
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Target(ElementType.FIELD)
 | 
					import jakarta.validation.Constraint;
 | 
				
			||||||
 | 
					import jakarta.validation.Payload;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Constraint(validatedBy = CollectionItemUniqueValidator.class)
 | 
				
			||||||
 | 
					@Target({ ElementType.TYPE, ElementType.METHOD, ElementType.FIELD })
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface CollectionItemUnique {
 | 
					public @interface CollectionItemUnique {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						String message() default "Cannot insert multiple times the same elements";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Class<?>[] groups() default {};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Class<? extends Payload>[] payload() default {};
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,30 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.annotation.checker;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.Collection;
 | 
				
			||||||
 | 
					import java.util.HashSet;
 | 
				
			||||||
 | 
					import java.util.Set;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintValidator;
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintValidatorContext;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class CollectionItemUniqueValidator implements ConstraintValidator<CollectionItemUnique, Object> {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public void initialize(final CollectionItemUnique annotation) {
 | 
				
			||||||
 | 
							// nothing to do...
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public boolean isValid(final Object value, final ConstraintValidatorContext context) {
 | 
				
			||||||
 | 
							if (value == null) {
 | 
				
			||||||
 | 
								return true;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (value instanceof final Collection<?> tmpCollection) {
 | 
				
			||||||
 | 
								final Set<Object> uniqueValues = new HashSet<>(tmpCollection);
 | 
				
			||||||
 | 
								if (uniqueValues.size() != tmpCollection.size()) {
 | 
				
			||||||
 | 
									return false;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return true;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -5,8 +5,17 @@ import java.lang.annotation.Retention;
 | 
				
			|||||||
import java.lang.annotation.RetentionPolicy;
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
import java.lang.annotation.Target;
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Target(ElementType.FIELD)
 | 
					import jakarta.validation.Constraint;
 | 
				
			||||||
 | 
					import jakarta.validation.Payload;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Constraint(validatedBy = CollectionNotEmptyValidator.class)
 | 
				
			||||||
 | 
					@Target({ ElementType.TYPE, ElementType.METHOD, ElementType.FIELD })
 | 
				
			||||||
@Retention(RetentionPolicy.RUNTIME)
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
public @interface CollectionNotEmpty {
 | 
					public @interface CollectionNotEmpty {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						String message() default "Collection can not be empty";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Class<?>[] groups() default {};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Class<? extends Payload>[] payload() default {};
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,27 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.annotation.checker;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.Collection;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintValidator;
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintValidatorContext;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class CollectionNotEmptyValidator implements ConstraintValidator<CollectionNotEmpty, Object> {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public void initialize(final CollectionNotEmpty annotation) {
 | 
				
			||||||
 | 
							// nothing to do...
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public boolean isValid(final Object value, final ConstraintValidatorContext context) {
 | 
				
			||||||
 | 
							if (value == null) {
 | 
				
			||||||
 | 
								return true;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (value instanceof final Collection<?> tmpCollection) {
 | 
				
			||||||
 | 
								if (tmpCollection.isEmpty()) {
 | 
				
			||||||
 | 
									return false;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return true;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										20
									
								
								src/org/kar/archidata/annotation/checker/ReadOnlyField.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								src/org/kar/archidata/annotation/checker/ReadOnlyField.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.annotation.checker;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.lang.annotation.ElementType;
 | 
				
			||||||
 | 
					import java.lang.annotation.Retention;
 | 
				
			||||||
 | 
					import java.lang.annotation.RetentionPolicy;
 | 
				
			||||||
 | 
					import java.lang.annotation.Target;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.validation.Constraint;
 | 
				
			||||||
 | 
					import jakarta.validation.Payload;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Constraint(validatedBy = ReadOnlyFieldValidator.class)
 | 
				
			||||||
 | 
					@Target({ ElementType.METHOD, ElementType.FIELD })
 | 
				
			||||||
 | 
					@Retention(RetentionPolicy.RUNTIME)
 | 
				
			||||||
 | 
					public @interface ReadOnlyField {
 | 
				
			||||||
 | 
						String message() default "Field can not be set, it is a read-only field.";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Class<?>[] groups() default {};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						Class<? extends Payload>[] payload() default {};
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -0,0 +1,20 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.annotation.checker;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintValidator;
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintValidatorContext;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class ReadOnlyFieldValidator implements ConstraintValidator<ReadOnlyField, Object> {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public void initialize(final ReadOnlyField annotation) {
 | 
				
			||||||
 | 
							// nothing to do...
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public boolean isValid(final Object value, final ConstraintValidatorContext context) {
 | 
				
			||||||
 | 
							if (value != null) {
 | 
				
			||||||
 | 
								return false;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return true;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -24,6 +24,7 @@ import javax.imageio.ImageIO;
 | 
				
			|||||||
import org.bson.types.ObjectId;
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
import org.glassfish.jersey.media.multipart.FormDataContentDisposition;
 | 
					import org.glassfish.jersey.media.multipart.FormDataContentDisposition;
 | 
				
			||||||
import org.glassfish.jersey.media.multipart.FormDataParam;
 | 
					import org.glassfish.jersey.media.multipart.FormDataParam;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiInputOptional;
 | 
				
			||||||
import org.kar.archidata.annotation.security.PermitTokenInURI;
 | 
					import org.kar.archidata.annotation.security.PermitTokenInURI;
 | 
				
			||||||
import org.kar.archidata.dataAccess.DataAccess;
 | 
					import org.kar.archidata.dataAccess.DataAccess;
 | 
				
			||||||
import org.kar.archidata.dataAccess.QueryCondition;
 | 
					import org.kar.archidata.dataAccess.QueryCondition;
 | 
				
			||||||
@@ -426,7 +427,7 @@ public class DataResource {
 | 
				
			|||||||
	public Response retrieveDataFull(
 | 
						public Response retrieveDataFull(
 | 
				
			||||||
			@Context final SecurityContext sc,
 | 
								@Context final SecurityContext sc,
 | 
				
			||||||
			@QueryParam(HttpHeaders.AUTHORIZATION) final String token,
 | 
								@QueryParam(HttpHeaders.AUTHORIZATION) final String token,
 | 
				
			||||||
			@HeaderParam("Range") final String range,
 | 
								@ApiInputOptional @HeaderParam("Range") final String range,
 | 
				
			||||||
			@PathParam("oid") final ObjectId oid,
 | 
								@PathParam("oid") final ObjectId oid,
 | 
				
			||||||
			@PathParam("name") final String name) throws Exception {
 | 
								@PathParam("name") final String name) throws Exception {
 | 
				
			||||||
		final GenericContext gc = (GenericContext) sc.getUserPrincipal();
 | 
							final GenericContext gc = (GenericContext) sc.getUserPrincipal();
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -0,0 +1,47 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.catcher;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.time.Instant;
 | 
				
			||||||
 | 
					import java.util.ArrayList;
 | 
				
			||||||
 | 
					import java.util.Collections;
 | 
				
			||||||
 | 
					import java.util.Comparator;
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.validation.ConstraintViolationException;
 | 
				
			||||||
 | 
					import jakarta.ws.rs.core.MediaType;
 | 
				
			||||||
 | 
					import jakarta.ws.rs.core.Response;
 | 
				
			||||||
 | 
					import jakarta.ws.rs.ext.ExceptionMapper;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class ConstraintViolationExceptionCatcher implements ExceptionMapper<ConstraintViolationException> {
 | 
				
			||||||
 | 
						private static final Logger LOGGER = LoggerFactory.getLogger(ConstraintViolationExceptionCatcher.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public Response toResponse(final ConstraintViolationException exception) {
 | 
				
			||||||
 | 
							LOGGER.warn("Catch ConstraintViolationException: {}", exception.getLocalizedMessage());
 | 
				
			||||||
 | 
							final RestErrorResponse ret = build(exception);
 | 
				
			||||||
 | 
							LOGGER.error("Error OID={}", ret.oid);
 | 
				
			||||||
 | 
							return Response.status(Response.Status.BAD_REQUEST).entity(ret).type(MediaType.APPLICATION_JSON).build();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						private RestErrorResponse build(final ConstraintViolationException exception) {
 | 
				
			||||||
 | 
							final List<RestInputError> inputError = new ArrayList<>();
 | 
				
			||||||
 | 
							for (final var cv : exception.getConstraintViolations()) {
 | 
				
			||||||
 | 
								if (cv == null) {
 | 
				
			||||||
 | 
									continue;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								inputError.add(new RestInputError(cv.getPropertyPath(), cv.getMessage()));
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							Collections.sort(inputError, Comparator.comparing(RestInputError::getFullPath));
 | 
				
			||||||
 | 
							String errorType = "Multiple error on input";
 | 
				
			||||||
 | 
							if (inputError.size() == 0) {
 | 
				
			||||||
 | 
								errorType = "Constraint Violation";
 | 
				
			||||||
 | 
							} else if (inputError.size() == 1) {
 | 
				
			||||||
 | 
								errorType = "Error on input='" + inputError.get(0).path + "'";
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return new RestErrorResponse(Response.Status.BAD_REQUEST, Instant.now().toString(), errorType,
 | 
				
			||||||
 | 
									exception.getMessage(), inputError);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -19,6 +19,7 @@ public class GenericCatcher {
 | 
				
			|||||||
		rc.register(FailExceptionCatcher.class);
 | 
							rc.register(FailExceptionCatcher.class);
 | 
				
			||||||
		// generic Exception catcher
 | 
							// generic Exception catcher
 | 
				
			||||||
		rc.register(ExceptionCatcher.class);
 | 
							rc.register(ExceptionCatcher.class);
 | 
				
			||||||
 | 
							rc.register(ConstraintViolationExceptionCatcher.class);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,15 +1,20 @@
 | 
				
			|||||||
package org.kar.archidata.catcher;
 | 
					package org.kar.archidata.catcher;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import java.time.Instant;
 | 
					import java.time.Instant;
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.bson.types.ObjectId;
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
import org.kar.archidata.annotation.NoWriteSpecificMode;
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import com.fasterxml.jackson.annotation.JsonInclude;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.annotation.Nullable;
 | 
				
			||||||
import jakarta.persistence.Column;
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
import jakarta.validation.constraints.NotNull;
 | 
					import jakarta.validation.constraints.NotNull;
 | 
				
			||||||
import jakarta.ws.rs.core.Response;
 | 
					import jakarta.ws.rs.core.Response;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@NoWriteSpecificMode
 | 
					@ApiGenerationMode
 | 
				
			||||||
 | 
					@JsonInclude(JsonInclude.Include.NON_NULL)
 | 
				
			||||||
public class RestErrorResponse {
 | 
					public class RestErrorResponse {
 | 
				
			||||||
	public ObjectId oid = new ObjectId();
 | 
						public ObjectId oid = new ObjectId();
 | 
				
			||||||
	@NotNull
 | 
						@NotNull
 | 
				
			||||||
@@ -27,6 +32,19 @@ public class RestErrorResponse {
 | 
				
			|||||||
	@Column(length = 0)
 | 
						@Column(length = 0)
 | 
				
			||||||
	final public String statusMessage;
 | 
						final public String statusMessage;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Nullable
 | 
				
			||||||
 | 
						final public List<RestInputError> inputError;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public RestErrorResponse(final Response.Status status, final String time, final String error, final String message,
 | 
				
			||||||
 | 
								final List<RestInputError> inputError) {
 | 
				
			||||||
 | 
							this.time = time;
 | 
				
			||||||
 | 
							this.name = error;
 | 
				
			||||||
 | 
							this.message = message;
 | 
				
			||||||
 | 
							this.status = status.getStatusCode();
 | 
				
			||||||
 | 
							this.statusMessage = status.getReasonPhrase();
 | 
				
			||||||
 | 
							this.inputError = inputError;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public RestErrorResponse(final Response.Status status, final String time, final String error,
 | 
						public RestErrorResponse(final Response.Status status, final String time, final String error,
 | 
				
			||||||
			final String message) {
 | 
								final String message) {
 | 
				
			||||||
		this.time = time;
 | 
							this.time = time;
 | 
				
			||||||
@@ -34,6 +52,7 @@ public class RestErrorResponse {
 | 
				
			|||||||
		this.message = message;
 | 
							this.message = message;
 | 
				
			||||||
		this.status = status.getStatusCode();
 | 
							this.status = status.getStatusCode();
 | 
				
			||||||
		this.statusMessage = status.getReasonPhrase();
 | 
							this.statusMessage = status.getReasonPhrase();
 | 
				
			||||||
 | 
							this.inputError = null;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public RestErrorResponse(final Response.Status status, final String error, final String message) {
 | 
						public RestErrorResponse(final Response.Status status, final String error, final String message) {
 | 
				
			||||||
@@ -42,6 +61,7 @@ public class RestErrorResponse {
 | 
				
			|||||||
		this.message = message;
 | 
							this.message = message;
 | 
				
			||||||
		this.status = status.getStatusCode();
 | 
							this.status = status.getStatusCode();
 | 
				
			||||||
		this.statusMessage = status.getReasonPhrase();
 | 
							this.statusMessage = status.getReasonPhrase();
 | 
				
			||||||
 | 
							this.inputError = null;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public RestErrorResponse(final Response.Status status) {
 | 
						public RestErrorResponse(final Response.Status status) {
 | 
				
			||||||
@@ -50,6 +70,7 @@ public class RestErrorResponse {
 | 
				
			|||||||
		this.time = Instant.now().toString();
 | 
							this.time = Instant.now().toString();
 | 
				
			||||||
		this.status = status.getStatusCode();
 | 
							this.status = status.getStatusCode();
 | 
				
			||||||
		this.statusMessage = status.getReasonPhrase();
 | 
							this.statusMessage = status.getReasonPhrase();
 | 
				
			||||||
 | 
							this.inputError = null;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										53
									
								
								src/org/kar/archidata/catcher/RestInputError.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										53
									
								
								src/org/kar/archidata/catcher/RestInputError.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,53 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.catcher;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.regex.Matcher;
 | 
				
			||||||
 | 
					import java.util.regex.Pattern;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import com.fasterxml.jackson.annotation.JsonInclude;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
 | 
					import jakarta.validation.Path;
 | 
				
			||||||
 | 
					import jakarta.validation.constraints.NotNull;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@JsonInclude(JsonInclude.Include.NON_NULL)
 | 
				
			||||||
 | 
					public class RestInputError {
 | 
				
			||||||
 | 
						private static Pattern PATTERN = Pattern.compile("^([^.]+)\\.([^.]+)(\\.(.*))?");
 | 
				
			||||||
 | 
						@Column(length = 0)
 | 
				
			||||||
 | 
						public String argument;
 | 
				
			||||||
 | 
						@Column(length = 0)
 | 
				
			||||||
 | 
						public String path;
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						@Column(length = 0)
 | 
				
			||||||
 | 
						public String message;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public String toString() {
 | 
				
			||||||
 | 
							return "RestInputError [argument=" + this.argument + ", path=" + this.path + ", message=" + this.message + "]";
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public RestInputError() {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public RestInputError(final Path path, final String message) {
 | 
				
			||||||
 | 
							final Matcher matcher = PATTERN.matcher(path.toString());
 | 
				
			||||||
 | 
							if (matcher.find()) {
 | 
				
			||||||
 | 
								//String firstPart = matcher.group(1); this is the request base element ==> not needed
 | 
				
			||||||
 | 
								this.argument = matcher.group(2);
 | 
				
			||||||
 | 
								this.path = matcher.group(4);
 | 
				
			||||||
 | 
							} else {
 | 
				
			||||||
 | 
								this.path = path.toString();
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							this.message = message;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public RestInputError(final String path, final String message) {
 | 
				
			||||||
 | 
							this.path = path;
 | 
				
			||||||
 | 
							this.message = message;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						String getFullPath() {
 | 
				
			||||||
 | 
							if (this.path == null) {
 | 
				
			||||||
 | 
								return this.argument;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return this.argument + "." + this.path;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -18,6 +18,7 @@ import org.bson.Document;
 | 
				
			|||||||
import org.bson.conversions.Bson;
 | 
					import org.bson.conversions.Bson;
 | 
				
			||||||
import org.bson.types.ObjectId;
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools;
 | 
					import org.kar.archidata.annotation.AnnotationTools;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
				
			||||||
import org.kar.archidata.annotation.CreationTimestamp;
 | 
					import org.kar.archidata.annotation.CreationTimestamp;
 | 
				
			||||||
import org.kar.archidata.annotation.UpdateTimestamp;
 | 
					import org.kar.archidata.annotation.UpdateTimestamp;
 | 
				
			||||||
import org.kar.archidata.dataAccess.addOnMongo.AddOnManyToOne;
 | 
					import org.kar.archidata.dataAccess.addOnMongo.AddOnManyToOne;
 | 
				
			||||||
@@ -27,6 +28,7 @@ import org.kar.archidata.dataAccess.options.CheckFunction;
 | 
				
			|||||||
import org.kar.archidata.dataAccess.options.Condition;
 | 
					import org.kar.archidata.dataAccess.options.Condition;
 | 
				
			||||||
import org.kar.archidata.dataAccess.options.FilterValue;
 | 
					import org.kar.archidata.dataAccess.options.FilterValue;
 | 
				
			||||||
import org.kar.archidata.dataAccess.options.Limit;
 | 
					import org.kar.archidata.dataAccess.options.Limit;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.options.OptionSpecifyType;
 | 
				
			||||||
import org.kar.archidata.dataAccess.options.OrderBy;
 | 
					import org.kar.archidata.dataAccess.options.OrderBy;
 | 
				
			||||||
import org.kar.archidata.dataAccess.options.QueryOption;
 | 
					import org.kar.archidata.dataAccess.options.QueryOption;
 | 
				
			||||||
import org.kar.archidata.db.DbIoMorphia;
 | 
					import org.kar.archidata.db.DbIoMorphia;
 | 
				
			||||||
@@ -128,7 +130,7 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
		return groups;
 | 
							return groups;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	protected <T> void setValuedb(
 | 
						protected <T> void setValueToDb(
 | 
				
			||||||
			final Class<?> type,
 | 
								final Class<?> type,
 | 
				
			||||||
			final T data,
 | 
								final T data,
 | 
				
			||||||
			final Field field,
 | 
								final Field field,
 | 
				
			||||||
@@ -136,7 +138,9 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
			final Document docSet,
 | 
								final Document docSet,
 | 
				
			||||||
			final Document docUnSet) throws Exception {
 | 
								final Document docUnSet) throws Exception {
 | 
				
			||||||
		if (field.get(data) == null) {
 | 
							if (field.get(data) == null) {
 | 
				
			||||||
			docUnSet.append(fieldName, "");
 | 
								if (docUnSet != null) {
 | 
				
			||||||
 | 
									docUnSet.append(fieldName, "");
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (type == long.class) {
 | 
							if (type == long.class) {
 | 
				
			||||||
@@ -151,7 +155,7 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
			docSet.append(fieldName, field.getFloat(data));
 | 
								docSet.append(fieldName, field.getFloat(data));
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (type == Double.class) {
 | 
							if (type == double.class) {
 | 
				
			||||||
			docSet.append(fieldName, field.getDouble(data));
 | 
								docSet.append(fieldName, field.getDouble(data));
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
@@ -196,56 +200,40 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
			docSet.append(fieldName, tmp);
 | 
								docSet.append(fieldName, tmp);
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							if (type == ObjectId.class) {
 | 
				
			||||||
 | 
								docSet.append(fieldName, tmp);
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
		if (type == UUID.class) {
 | 
							if (type == UUID.class) {
 | 
				
			||||||
			docSet.append(fieldName, tmp);
 | 
								docSet.append(fieldName, tmp);
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (type == Date.class) {
 | 
							if (type == Date.class) {
 | 
				
			||||||
			// TODO ...
 | 
					 | 
				
			||||||
			/*
 | 
								/*
 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				final Timestamp sqlDate = java.sql.Timestamp.from(((Date) tmp).toInstant());
 | 
									final Timestamp sqlDate = java.sql.Timestamp.from(((Date) tmp).toInstant());
 | 
				
			||||||
				ps.setTimestamp(iii.value, sqlDate);
 | 
									ps.setTimestamp(iii.value, sqlDate);
 | 
				
			||||||
			}*/
 | 
								*/
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (type == Instant.class) {
 | 
							if (type == Instant.class) {
 | 
				
			||||||
			/*
 | 
								/*
 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				final String sqlDate = ((Instant) tmp).toString();
 | 
									final String sqlDate = ((Instant) tmp).toString();
 | 
				
			||||||
				ps.setString(iii.value, sqlDate);
 | 
									ps.setString(iii.value, sqlDate);
 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			*/
 | 
								*/
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (type == LocalDate.class) {
 | 
							if (type == LocalDate.class) {
 | 
				
			||||||
			/*
 | 
								/*
 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				final java.sql.Date sqlDate = java.sql.Date.valueOf((LocalDate) tmp);
 | 
									final java.sql.Date sqlDate = java.sql.Date.valueOf((LocalDate) tmp);
 | 
				
			||||||
				ps.setDate(iii.value, sqlDate);
 | 
									ps.setDate(iii.value, sqlDate);
 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			*/
 | 
								*/
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (type == LocalTime.class) {
 | 
							if (type == LocalTime.class) {
 | 
				
			||||||
			/*
 | 
								/*
 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				final java.sql.Time sqlDate = java.sql.Time.valueOf((LocalTime) tmp);
 | 
									final java.sql.Time sqlDate = java.sql.Time.valueOf((LocalTime) tmp);
 | 
				
			||||||
				ps.setTime(iii.value, sqlDate);
 | 
									ps.setTime(iii.value, sqlDate);
 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			*/
 | 
								*/
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		throw new DataAccessException("Unknown Field Type");
 | 
							docSet.append(fieldName, tmp);
 | 
				
			||||||
 | 
							//throw new DataAccessException("Unknown Field Type");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T> void setValueFromDoc(
 | 
						public <T> void setValueFromDoc(
 | 
				
			||||||
@@ -265,6 +253,11 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
			field.set(data, value);
 | 
								field.set(data, value);
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							if (type == ObjectId.class) {
 | 
				
			||||||
 | 
								final ObjectId value = doc.get(fieldName, ObjectId.class);
 | 
				
			||||||
 | 
								field.set(data, value);
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
		if (type == Long.class || type == long.class) {
 | 
							if (type == Long.class || type == long.class) {
 | 
				
			||||||
			final Long value = doc.getLong(fieldName);
 | 
								final Long value = doc.getLong(fieldName);
 | 
				
			||||||
			field.set(data, value);
 | 
								field.set(data, value);
 | 
				
			||||||
@@ -349,8 +342,8 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
			final Object value = doc.get(fieldName, field.getType());
 | 
								final Object value = doc.get(fieldName, field.getType());
 | 
				
			||||||
			field.set(data, value);
 | 
								field.set(data, value);
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			final Object value = createObjectFromDocument(doc.get(fieldName, Document.class), field.getType(), null,
 | 
								final Object value = createObjectFromDocument(doc.get(fieldName, Document.class), field.getType(),
 | 
				
			||||||
					lazyCall);
 | 
										new QueryOptions(), lazyCall);
 | 
				
			||||||
			field.set(data, value);
 | 
								field.set(data, value);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -459,32 +452,45 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
		Object uniqueId = null;
 | 
							Object uniqueId = null;
 | 
				
			||||||
		// real add in the BDD:
 | 
							// real add in the BDD:
 | 
				
			||||||
		ObjectId insertedId = null;
 | 
							ObjectId insertedId = null;
 | 
				
			||||||
 | 
							final List<OptionSpecifyType> specificTypes = options.get(OptionSpecifyType.class);
 | 
				
			||||||
		try {
 | 
							try {
 | 
				
			||||||
			final MongoCollection<Document> collection = this.db.getDatastore().getDatabase()
 | 
								final MongoCollection<Document> collection = this.db.getDatastore().getDatabase()
 | 
				
			||||||
					.getCollection(collectionName);
 | 
										.getCollection(collectionName);
 | 
				
			||||||
			final Document doc = new Document();
 | 
								final Document docSet = new Document();
 | 
				
			||||||
 | 
								final Document docUnSet = new Document();
 | 
				
			||||||
			for (final Field field : clazz.getFields()) {
 | 
								for (final Field field : clazz.getFields()) {
 | 
				
			||||||
				// static field is only for internal global declaration ==> remove it ..
 | 
									// static field is only for internal global declaration ==> remove it ..
 | 
				
			||||||
				if (java.lang.reflect.Modifier.isStatic(field.getModifiers())) {
 | 
									if (java.lang.reflect.Modifier.isStatic(field.getModifiers())) {
 | 
				
			||||||
					continue;
 | 
										continue;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				final String tableFieldName = AnnotationTools.getFieldName(field, options).inTable();
 | 
									final FieldName tableFieldName = AnnotationTools.getFieldName(field, options);
 | 
				
			||||||
				Object currentInsertValue = field.get(data);
 | 
									Object currentInsertValue = field.get(data);
 | 
				
			||||||
				if (AnnotationTools.isPrimaryKey(field)) {
 | 
									if (AnnotationTools.isPrimaryKey(field)) {
 | 
				
			||||||
					primaryKeyField = field;
 | 
										primaryKeyField = field;
 | 
				
			||||||
					if (primaryKeyField.getType() == UUID.class) {
 | 
										if (primaryKeyField.getType() == UUID.class) {
 | 
				
			||||||
						final UUID uuid = UuidUtils.nextUUID();
 | 
											final UUID uuid = UuidUtils.nextUUID();
 | 
				
			||||||
						uniqueId = uuid;
 | 
											uniqueId = uuid;
 | 
				
			||||||
						doc.append(tableFieldName, uuid);
 | 
											docSet.append(tableFieldName.inTable(), uuid);
 | 
				
			||||||
						continue;
 | 
											continue;
 | 
				
			||||||
					} else if (primaryKeyField.getType() == Long.class || primaryKeyField.getType() == long.class) {
 | 
										} else if (primaryKeyField.getType() == Long.class || primaryKeyField.getType() == long.class) {
 | 
				
			||||||
						// By default the MongoDB does not manage the
 | 
											// By default the MongoDB does not manage the
 | 
				
			||||||
						final long id = getNextSequenceLongValue(collectionName, tableFieldName);
 | 
											final long id = getNextSequenceLongValue(collectionName, tableFieldName.inTable());
 | 
				
			||||||
						uniqueId = id;
 | 
											uniqueId = id;
 | 
				
			||||||
						doc.append(tableFieldName, id);
 | 
											docSet.append(tableFieldName.inTable(), id);
 | 
				
			||||||
						continue;
 | 
											continue;
 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
					LOGGER.error("TODO: Manage the ID primary key for type: ");
 | 
										LOGGER.error("TODO: Manage the ID primary key for type: {}=>{}", clazz.getCanonicalName(),
 | 
				
			||||||
 | 
												primaryKeyField.getType());
 | 
				
			||||||
 | 
										continue;
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
									final boolean createTime = field.getDeclaredAnnotationsByType(CreationTimestamp.class).length != 0;
 | 
				
			||||||
 | 
									if (createTime) {
 | 
				
			||||||
 | 
										docSet.append(tableFieldName.inTable(), Date.from(Instant.now()));
 | 
				
			||||||
 | 
										continue;
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
									final boolean updateTime = field.getDeclaredAnnotationsByType(UpdateTimestamp.class).length != 0;
 | 
				
			||||||
 | 
									if (updateTime) {
 | 
				
			||||||
 | 
										docSet.append(tableFieldName.inTable(), Date.from(Instant.now()));
 | 
				
			||||||
					continue;
 | 
										continue;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				final DataAccessAddOn addOn = findAddOnforField(field);
 | 
									final DataAccessAddOn addOn = findAddOnforField(field);
 | 
				
			||||||
@@ -495,19 +501,8 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
					}
 | 
										}
 | 
				
			||||||
					continue;
 | 
										continue;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				final boolean createTime = field.getDeclaredAnnotationsByType(CreationTimestamp.class).length != 0;
 | 
					 | 
				
			||||||
				if (createTime) {
 | 
					 | 
				
			||||||
					doc.append(tableFieldName, Date.from(Instant.now()));
 | 
					 | 
				
			||||||
					continue;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				final boolean updateTime = field.getDeclaredAnnotationsByType(UpdateTimestamp.class).length != 0;
 | 
					 | 
				
			||||||
				if (updateTime) {
 | 
					 | 
				
			||||||
					doc.append(tableFieldName, Date.from(Instant.now()));
 | 
					 | 
				
			||||||
					continue;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				if (currentInsertValue == null && !field.getClass().isPrimitive()) {
 | 
									if (currentInsertValue == null && !field.getClass().isPrimitive()) {
 | 
				
			||||||
					final DefaultValue[] defaultValue = field.getDeclaredAnnotationsByType(DefaultValue.class);
 | 
										final DefaultValue[] defaultValue = field.getDeclaredAnnotationsByType(DefaultValue.class);
 | 
				
			||||||
					LOGGER.error("TODO: convert default value in the correct value for the DB...");
 | 
					 | 
				
			||||||
					if (defaultValue.length == 0) {
 | 
										if (defaultValue.length == 0) {
 | 
				
			||||||
						continue;
 | 
											continue;
 | 
				
			||||||
					} else {
 | 
										} else {
 | 
				
			||||||
@@ -518,9 +513,24 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
						currentInsertValue = convertDefaultField(value, field);
 | 
											currentInsertValue = convertDefaultField(value, field);
 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				doc.append(tableFieldName, currentInsertValue);
 | 
									// conversion table ...
 | 
				
			||||||
 | 
									//doc.append(tableFieldName, currentInsertValue);
 | 
				
			||||||
 | 
									if (addOn != null) {
 | 
				
			||||||
 | 
										addOn.insertData(this, field, data, options, docSet, docUnSet);
 | 
				
			||||||
 | 
									} else {
 | 
				
			||||||
 | 
										final Class<?> type = field.getType();
 | 
				
			||||||
 | 
										if (!type.isPrimitive()) {
 | 
				
			||||||
 | 
											if (field.get(data) == null) {
 | 
				
			||||||
 | 
												if (currentInsertValue != null) {
 | 
				
			||||||
 | 
													docSet.append(tableFieldName.inTable(), currentInsertValue);
 | 
				
			||||||
 | 
												}
 | 
				
			||||||
 | 
												continue;
 | 
				
			||||||
 | 
											}
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
 | 
										setValueToDb(type, data, field, tableFieldName.inTable(), docSet, null);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			final InsertOneResult result = collection.insertOne(doc);
 | 
								final InsertOneResult result = collection.insertOne(docSet);
 | 
				
			||||||
			// Get the Object of inserted object:
 | 
								// Get the Object of inserted object:
 | 
				
			||||||
			insertedId = result.getInsertedId().asObjectId().getValue();
 | 
								insertedId = result.getInsertedId().asObjectId().getValue();
 | 
				
			||||||
			LOGGER.info("Document inserted with ID: " + insertedId);
 | 
								LOGGER.info("Document inserted with ID: " + insertedId);
 | 
				
			||||||
@@ -587,14 +597,14 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
				if (java.lang.reflect.Modifier.isStatic(field.getModifiers())) {
 | 
									if (java.lang.reflect.Modifier.isStatic(field.getModifiers())) {
 | 
				
			||||||
					continue;
 | 
										continue;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				final String fieldName = AnnotationTools.getFieldName(field, options).inTable();
 | 
									final FieldName fieldName = AnnotationTools.getFieldName(field, options);
 | 
				
			||||||
				// update field is not conditioned by filter:
 | 
									// update field is not conditioned by filter:
 | 
				
			||||||
				final boolean updateTime = field.getDeclaredAnnotationsByType(UpdateTimestamp.class).length != 0;
 | 
									final boolean updateTime = field.getDeclaredAnnotationsByType(UpdateTimestamp.class).length != 0;
 | 
				
			||||||
				if (updateTime) {
 | 
									if (updateTime) {
 | 
				
			||||||
					docSet.append(fieldName, Date.from(Instant.now()));
 | 
										docSet.append(fieldName.inTable(), Date.from(Instant.now()));
 | 
				
			||||||
					continue;
 | 
										continue;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				if (!filterKey.getValues().contains(fieldName)) {
 | 
									if (!filterKey.getValues().contains(fieldName.inStruct())) {
 | 
				
			||||||
					continue;
 | 
										continue;
 | 
				
			||||||
				} else if (AnnotationTools.isGenericField(field)) {
 | 
									} else if (AnnotationTools.isGenericField(field)) {
 | 
				
			||||||
					continue;
 | 
										continue;
 | 
				
			||||||
@@ -624,12 +634,10 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
							continue;
 | 
												continue;
 | 
				
			||||||
						}
 | 
											}
 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
					setValuedb(type, data, field, fieldName, docSet, docUnSet);
 | 
										setValueToDb(type, data, field, fieldName.inTable(), docSet, docUnSet);
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
 | 
					 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			// Do the query ...
 | 
								// Do the query ...
 | 
				
			||||||
 | 
					 | 
				
			||||||
			final MongoCollection<Document> collection = this.db.getDatastore().getDatabase()
 | 
								final MongoCollection<Document> collection = this.db.getDatastore().getDatabase()
 | 
				
			||||||
					.getCollection(collectionName);
 | 
										.getCollection(collectionName);
 | 
				
			||||||
			final Document actions = new Document();
 | 
								final Document actions = new Document();
 | 
				
			||||||
@@ -652,7 +660,6 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public List<String> generateSelectField(final Class<?> clazz, final QueryOptions options) throws Exception {
 | 
						public List<String> generateSelectField(final Class<?> clazz, final QueryOptions options) throws Exception {
 | 
				
			||||||
		// TODO: list of user select fields.
 | 
					 | 
				
			||||||
		final boolean readAllfields = QueryOptions.readAllColomn(options);
 | 
							final boolean readAllfields = QueryOptions.readAllColomn(options);
 | 
				
			||||||
		final List<String> fieldsName = new ArrayList<>();
 | 
							final List<String> fieldsName = new ArrayList<>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -776,6 +783,8 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
			final Class<?> clazz,
 | 
								final Class<?> clazz,
 | 
				
			||||||
			final QueryOptions options,
 | 
								final QueryOptions options,
 | 
				
			||||||
			final List<LazyGetter> lazyCall) throws Exception {
 | 
								final List<LazyGetter> lazyCall) throws Exception {
 | 
				
			||||||
 | 
							final List<OptionSpecifyType> specificTypes = options.get(OptionSpecifyType.class);
 | 
				
			||||||
 | 
							LOGGER.info("createObjectFromDocument: {}", clazz.getCanonicalName());
 | 
				
			||||||
		final boolean readAllfields = QueryOptions.readAllColomn(options);
 | 
							final boolean readAllfields = QueryOptions.readAllColomn(options);
 | 
				
			||||||
		// TODO: manage class that is defined inside a class ==> Not manage for now...
 | 
							// TODO: manage class that is defined inside a class ==> Not manage for now...
 | 
				
			||||||
		Object data = null;
 | 
							Object data = null;
 | 
				
			||||||
@@ -790,23 +799,37 @@ public class DBAccessMorphia extends DBAccess {
 | 
				
			|||||||
					"Can not find the default constructor for the class: " + clazz.getCanonicalName());
 | 
										"Can not find the default constructor for the class: " + clazz.getCanonicalName());
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		for (final Field elem : clazz.getFields()) {
 | 
							for (final Field elem : clazz.getFields()) {
 | 
				
			||||||
 | 
								LOGGER.info("    Inspect field: name='{}' type='{}'", elem.getName(), elem.getType().getCanonicalName());
 | 
				
			||||||
			// static field is only for internal global declaration ==> remove it ..
 | 
								// static field is only for internal global declaration ==> remove it ..
 | 
				
			||||||
			if (java.lang.reflect.Modifier.isStatic(elem.getModifiers())) {
 | 
								if (java.lang.reflect.Modifier.isStatic(elem.getModifiers())) {
 | 
				
			||||||
 | 
									LOGGER.info("        ==> static");
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			final DataAccessAddOn addOn = findAddOnforField(elem);
 | 
								final DataAccessAddOn addOn = findAddOnforField(elem);
 | 
				
			||||||
			if (addOn != null && !addOn.canRetrieve(elem)) {
 | 
								if (addOn != null && !addOn.canRetrieve(elem)) {
 | 
				
			||||||
 | 
									LOGGER.info("        ==> Can not retreive this field");
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			final boolean notRead = AnnotationTools.isDefaultNotRead(elem);
 | 
								final boolean notRead = AnnotationTools.isDefaultNotRead(elem);
 | 
				
			||||||
			if (!readAllfields && notRead) {
 | 
								if (!readAllfields && notRead) {
 | 
				
			||||||
 | 
									LOGGER.info("        ==> Not read this element");
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (addOn != null) {
 | 
								if (addOn != null) {
 | 
				
			||||||
				LOGGER.error("TODO: Add on not managed .6. ");
 | 
					 | 
				
			||||||
				addOn.fillFromDoc(this, doc, elem, data, options, lazyCall);
 | 
									addOn.fillFromDoc(this, doc, elem, data, options, lazyCall);
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				setValueFromDoc(elem.getType(), data, elem, doc, lazyCall, options);
 | 
									Class<?> type = elem.getType();
 | 
				
			||||||
 | 
									if (type == Object.class) {
 | 
				
			||||||
 | 
										for (final OptionSpecifyType specify : specificTypes) {
 | 
				
			||||||
 | 
											if (specify.name.equals(elem.getName())) {
 | 
				
			||||||
 | 
												type = specify.clazz;
 | 
				
			||||||
 | 
												LOGGER.info("Detect overwrite of typing var={} ... '{}' => '{}'", elem.getName(),
 | 
				
			||||||
 | 
														elem.getType().getCanonicalName(), specify.clazz.getCanonicalName());
 | 
				
			||||||
 | 
												break;
 | 
				
			||||||
 | 
											}
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
									setValueFromDoc(type, data, elem, doc, lazyCall, options);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return data;
 | 
							return data;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -223,16 +223,35 @@ public class DBAccessSQL extends DBAccess {
 | 
				
			|||||||
		return out;
 | 
							return out;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public byte[][] splitIntoGroupsOf12Bytes(final byte[] input) {
 | 
				
			||||||
 | 
							final int inputLength = input.length;
 | 
				
			||||||
 | 
							final int numOfGroups = (inputLength + 11) / 12; // Calculate the number of groups needed
 | 
				
			||||||
 | 
							final byte[][] groups = new byte[numOfGroups][12];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							for (int i = 0; i < numOfGroups; i++) {
 | 
				
			||||||
 | 
								final int startIndex = i * 12;
 | 
				
			||||||
 | 
								final int endIndex = Math.min(startIndex + 12, inputLength);
 | 
				
			||||||
 | 
								groups[i] = Arrays.copyOfRange(input, startIndex, endIndex);
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							return groups;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public List<ObjectId> getListOfRawOIDs(final ResultSet rs, final int iii) throws SQLException, DataAccessException {
 | 
						public List<ObjectId> getListOfRawOIDs(final ResultSet rs, final int iii) throws SQLException, DataAccessException {
 | 
				
			||||||
		final byte[] trackString = rs.getBytes(iii);
 | 
							final byte[] trackString = rs.getBytes(iii);
 | 
				
			||||||
		if (rs.wasNull()) {
 | 
							if (rs.wasNull()) {
 | 
				
			||||||
			return null;
 | 
								return null;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final byte[][] elements = splitIntoGroupsOf16Bytes(trackString);
 | 
							final byte[][] elements = splitIntoGroupsOf12Bytes(trackString);
 | 
				
			||||||
		final List<ObjectId> out = new ArrayList<>();
 | 
							final List<ObjectId> out = new ArrayList<>();
 | 
				
			||||||
		for (final byte[] elem : elements) {
 | 
							for (final byte[] elem : elements) {
 | 
				
			||||||
			final ObjectId tmp = new ObjectId(elem);
 | 
								try {
 | 
				
			||||||
			out.add(tmp);
 | 
									final ObjectId tmp = new ObjectId(elem);
 | 
				
			||||||
 | 
									out.add(tmp);
 | 
				
			||||||
 | 
								} catch (final IllegalArgumentException ex) {
 | 
				
			||||||
 | 
									ex.printStackTrace();
 | 
				
			||||||
 | 
									LOGGER.error("Fail to parse the OID element: {}", elem);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return out;
 | 
							return out;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -259,8 +278,81 @@ public class DBAccessSQL extends DBAccess {
 | 
				
			|||||||
			final CountInOut iii,
 | 
								final CountInOut iii,
 | 
				
			||||||
			final Field field,
 | 
								final Field field,
 | 
				
			||||||
			final PreparedStatement ps) throws Exception {
 | 
								final PreparedStatement ps) throws Exception {
 | 
				
			||||||
		if (type == ObjectId.class) {
 | 
							if (type == long.class) {
 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
								ps.setLong(iii.value, field.getLong(data));
 | 
				
			||||||
 | 
								iii.inc();
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (type == int.class) {
 | 
				
			||||||
 | 
								ps.setInt(iii.value, field.getInt(data));
 | 
				
			||||||
 | 
								iii.inc();
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (type == float.class) {
 | 
				
			||||||
 | 
								ps.setFloat(iii.value, field.getFloat(data));
 | 
				
			||||||
 | 
								iii.inc();
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (type == double.class) {
 | 
				
			||||||
 | 
								ps.setDouble(iii.value, field.getDouble(data));
 | 
				
			||||||
 | 
								iii.inc();
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (type == boolean.class) {
 | 
				
			||||||
 | 
								ps.setBoolean(iii.value, field.getBoolean(data));
 | 
				
			||||||
 | 
								iii.inc();
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							final Object tmp = field.get(data);
 | 
				
			||||||
 | 
							if (type.isEnum()) {
 | 
				
			||||||
 | 
								if (tmp == null) {
 | 
				
			||||||
 | 
									ps.setNull(iii.value, Types.VARCHAR);
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									ps.setString(iii.value, tmp.toString());
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} else if (type == Long.class) {
 | 
				
			||||||
 | 
								if (tmp == null) {
 | 
				
			||||||
 | 
									ps.setNull(iii.value, Types.BIGINT);
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									ps.setLong(iii.value, (Long) tmp);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} else if (type == Integer.class) {
 | 
				
			||||||
 | 
								if (tmp == null) {
 | 
				
			||||||
 | 
									ps.setNull(iii.value, Types.INTEGER);
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									ps.setInt(iii.value, (Integer) tmp);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} else if (type == Float.class) {
 | 
				
			||||||
 | 
								if (tmp == null) {
 | 
				
			||||||
 | 
									ps.setNull(iii.value, Types.FLOAT);
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									ps.setFloat(iii.value, (Float) tmp);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} else if (type == Double.class) {
 | 
				
			||||||
 | 
								if (tmp == null) {
 | 
				
			||||||
 | 
									ps.setNull(iii.value, Types.DOUBLE);
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									ps.setDouble(iii.value, (Double) tmp);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} else if (type == Boolean.class) {
 | 
				
			||||||
 | 
								if (tmp == null) {
 | 
				
			||||||
 | 
									ps.setNull(iii.value, Types.INTEGER);
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									ps.setBoolean(iii.value, (Boolean) tmp);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} else if (type == String.class) {
 | 
				
			||||||
 | 
								if (tmp == null) {
 | 
				
			||||||
 | 
									ps.setNull(iii.value, Types.VARCHAR);
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									ps.setString(iii.value, (String) tmp);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} else if (type == Timestamp.class) {
 | 
				
			||||||
 | 
								if (tmp == null) {
 | 
				
			||||||
 | 
									ps.setNull(iii.value, Types.INTEGER);
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									ps.setTimestamp(iii.value, (Timestamp) tmp);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} else if (type == ObjectId.class) {
 | 
				
			||||||
			if (tmp == null) {
 | 
								if (tmp == null) {
 | 
				
			||||||
				ps.setNull(iii.value, Types.BINARY);
 | 
									ps.setNull(iii.value, Types.BINARY);
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
@@ -268,67 +360,13 @@ public class DBAccessSQL extends DBAccess {
 | 
				
			|||||||
				ps.setBytes(iii.value, dataByte);
 | 
									ps.setBytes(iii.value, dataByte);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} else if (type == UUID.class) {
 | 
							} else if (type == UUID.class) {
 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
								if (tmp == null) {
 | 
				
			||||||
				ps.setNull(iii.value, Types.BINARY);
 | 
									ps.setNull(iii.value, Types.BINARY);
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				final byte[] dataByte = UuidUtils.asBytes((UUID) tmp);
 | 
									final byte[] dataByte = UuidUtils.asBytes((UUID) tmp);
 | 
				
			||||||
				ps.setBytes(iii.value, dataByte);
 | 
									ps.setBytes(iii.value, dataByte);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} else if (type == Long.class) {
 | 
					 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.BIGINT);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				ps.setLong(iii.value, (Long) tmp);
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		} else if (type == long.class) {
 | 
					 | 
				
			||||||
			ps.setLong(iii.value, field.getLong(data));
 | 
					 | 
				
			||||||
		} else if (type == Integer.class) {
 | 
					 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				ps.setInt(iii.value, (Integer) tmp);
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		} else if (type == int.class) {
 | 
					 | 
				
			||||||
			ps.setInt(iii.value, field.getInt(data));
 | 
					 | 
				
			||||||
		} else if (type == Float.class) {
 | 
					 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.FLOAT);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				ps.setFloat(iii.value, (Float) tmp);
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		} else if (type == float.class) {
 | 
					 | 
				
			||||||
			ps.setFloat(iii.value, field.getFloat(data));
 | 
					 | 
				
			||||||
		} else if (type == Double.class) {
 | 
					 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.DOUBLE);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				ps.setDouble(iii.value, (Double) tmp);
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		} else if (type == Double.class) {
 | 
					 | 
				
			||||||
			ps.setDouble(iii.value, field.getDouble(data));
 | 
					 | 
				
			||||||
		} else if (type == Boolean.class) {
 | 
					 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				ps.setBoolean(iii.value, (Boolean) tmp);
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		} else if (type == boolean.class) {
 | 
					 | 
				
			||||||
			ps.setBoolean(iii.value, field.getBoolean(data));
 | 
					 | 
				
			||||||
		} else if (type == Timestamp.class) {
 | 
					 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				ps.setTimestamp(iii.value, (Timestamp) tmp);
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		} else if (type == Date.class) {
 | 
							} else if (type == Date.class) {
 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
								if (tmp == null) {
 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
									ps.setNull(iii.value, Types.INTEGER);
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
@@ -336,7 +374,6 @@ public class DBAccessSQL extends DBAccess {
 | 
				
			|||||||
				ps.setTimestamp(iii.value, sqlDate);
 | 
									ps.setTimestamp(iii.value, sqlDate);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} else if (type == Instant.class) {
 | 
							} else if (type == Instant.class) {
 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
								if (tmp == null) {
 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
									ps.setNull(iii.value, Types.INTEGER);
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
@@ -344,7 +381,6 @@ public class DBAccessSQL extends DBAccess {
 | 
				
			|||||||
				ps.setString(iii.value, sqlDate);
 | 
									ps.setString(iii.value, sqlDate);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} else if (type == LocalDate.class) {
 | 
							} else if (type == LocalDate.class) {
 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
								if (tmp == null) {
 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
									ps.setNull(iii.value, Types.INTEGER);
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
@@ -352,27 +388,12 @@ public class DBAccessSQL extends DBAccess {
 | 
				
			|||||||
				ps.setDate(iii.value, sqlDate);
 | 
									ps.setDate(iii.value, sqlDate);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} else if (type == LocalTime.class) {
 | 
							} else if (type == LocalTime.class) {
 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
								if (tmp == null) {
 | 
				
			||||||
				ps.setNull(iii.value, Types.INTEGER);
 | 
									ps.setNull(iii.value, Types.INTEGER);
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				final java.sql.Time sqlDate = java.sql.Time.valueOf((LocalTime) tmp);
 | 
									final java.sql.Time sqlDate = java.sql.Time.valueOf((LocalTime) tmp);
 | 
				
			||||||
				ps.setTime(iii.value, sqlDate);
 | 
									ps.setTime(iii.value, sqlDate);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} else if (type == String.class) {
 | 
					 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.VARCHAR);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				ps.setString(iii.value, (String) tmp);
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		} else if (type.isEnum()) {
 | 
					 | 
				
			||||||
			final Object tmp = field.get(data);
 | 
					 | 
				
			||||||
			if (tmp == null) {
 | 
					 | 
				
			||||||
				ps.setNull(iii.value, Types.VARCHAR);
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				ps.setString(iii.value, tmp.toString());
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			throw new DataAccessException("Unknown Field Type: " + type.getCanonicalName());
 | 
								throw new DataAccessException("Unknown Field Type: " + type.getCanonicalName());
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
@@ -1276,7 +1297,7 @@ public class DBAccessSQL extends DBAccess {
 | 
				
			|||||||
	) throws Exception {
 | 
						) throws Exception {
 | 
				
			||||||
		final boolean readAllfields = QueryOptions.readAllColomn(options);
 | 
							final boolean readAllfields = QueryOptions.readAllColomn(options);
 | 
				
			||||||
		final String tableName = AnnotationTools.getTableName(clazz, options);
 | 
							final String tableName = AnnotationTools.getTableName(clazz, options);
 | 
				
			||||||
		final String primaryKey = AnnotationTools.getPrimaryKeyField(clazz).getName();
 | 
							final String primaryKey = AnnotationTools.getFieldNameRaw(AnnotationTools.getPrimaryKeyField(clazz));
 | 
				
			||||||
		boolean firstField = true;
 | 
							boolean firstField = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		for (final Field elem : clazz.getFields()) {
 | 
							for (final Field elem : clazz.getFields()) {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,6 +9,7 @@ import org.kar.archidata.exception.DataAccessException;
 | 
				
			|||||||
import org.slf4j.Logger;
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
import org.slf4j.LoggerFactory;
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import edu.umd.cs.findbugs.annotations.Nullable;
 | 
				
			||||||
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
 | 
					import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
 | 
				
			||||||
import jakarta.ws.rs.InternalServerErrorException;
 | 
					import jakarta.ws.rs.InternalServerErrorException;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -189,6 +190,7 @@ public class DataAccess {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Nullable
 | 
				
			||||||
	public static <T, ID_TYPE> T get(final Class<T> clazz, final ID_TYPE id, final QueryOption... options)
 | 
						public static <T, ID_TYPE> T get(final Class<T> clazz, final ID_TYPE id, final QueryOption... options)
 | 
				
			||||||
			throws Exception {
 | 
								throws Exception {
 | 
				
			||||||
		try (DBAccess db = DBAccess.createInterface()) {
 | 
							try (DBAccess db = DBAccess.createInterface()) {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,174 +0,0 @@
 | 
				
			|||||||
package org.kar.archidata.dataAccess.addOnMongo;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import java.lang.reflect.Field;
 | 
					 | 
				
			||||||
import java.util.List;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import org.bson.Document;
 | 
					 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools;
 | 
					 | 
				
			||||||
import org.kar.archidata.annotation.DataJson;
 | 
					 | 
				
			||||||
import org.kar.archidata.dataAccess.CountInOut;
 | 
					 | 
				
			||||||
import org.kar.archidata.dataAccess.DBAccessMorphia;
 | 
					 | 
				
			||||||
import org.kar.archidata.dataAccess.DataFactory;
 | 
					 | 
				
			||||||
import org.kar.archidata.dataAccess.LazyGetter;
 | 
					 | 
				
			||||||
import org.kar.archidata.dataAccess.QueryOptions;
 | 
					 | 
				
			||||||
import org.kar.archidata.exception.DataAccessException;
 | 
					 | 
				
			||||||
import org.slf4j.Logger;
 | 
					 | 
				
			||||||
import org.slf4j.LoggerFactory;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import com.fasterxml.jackson.annotation.JsonValue;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
import jakarta.validation.constraints.NotNull;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
public class AddOnDataJson implements DataAccessAddOn {
 | 
					 | 
				
			||||||
	static final Logger LOGGER = LoggerFactory.getLogger(AddOnDataJson.class);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public Class<?> getAnnotationClass() {
 | 
					 | 
				
			||||||
		return DataJson.class;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public String getSQLFieldType(final Field elem, final QueryOptions options) throws DataAccessException {
 | 
					 | 
				
			||||||
		final String fieldName = AnnotationTools.getFieldName(elem, options).inTable();
 | 
					 | 
				
			||||||
		return DataFactory.convertTypeInSQL(String.class, fieldName);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public boolean isCompatibleField(final Field elem) {
 | 
					 | 
				
			||||||
		final DataJson decorators = elem.getDeclaredAnnotation(DataJson.class);
 | 
					 | 
				
			||||||
		return decorators != null;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public void insertData(
 | 
					 | 
				
			||||||
			final DBAccessMorphia ioDb,
 | 
					 | 
				
			||||||
			final Field field,
 | 
					 | 
				
			||||||
			final Object rootObject,
 | 
					 | 
				
			||||||
			final QueryOptions options,
 | 
					 | 
				
			||||||
			final Document docSet,
 | 
					 | 
				
			||||||
			final Document docUnSet) throws Exception {
 | 
					 | 
				
			||||||
		/*
 | 
					 | 
				
			||||||
		final Object data = field.get(rootObject);
 | 
					 | 
				
			||||||
		if (data == null) {
 | 
					 | 
				
			||||||
			ps.setNull(iii.value, Types.VARCHAR);
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		final ObjectMapper objectMapper = ContextGenericTools.createObjectMapper();
 | 
					 | 
				
			||||||
		final String dataString = objectMapper.writeValueAsString(data);
 | 
					 | 
				
			||||||
		ps.setString(iii.value, dataString);
 | 
					 | 
				
			||||||
		iii.inc();
 | 
					 | 
				
			||||||
		*/
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public boolean canInsert(final Field field) {
 | 
					 | 
				
			||||||
		return true;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public boolean isInsertAsync(final Field field) {
 | 
					 | 
				
			||||||
		return false;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public boolean canRetrieve(final Field field) {
 | 
					 | 
				
			||||||
		return true;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public void generateQuery(
 | 
					 | 
				
			||||||
			@NotNull final String tableName,
 | 
					 | 
				
			||||||
			@NotNull final String primaryKey,
 | 
					 | 
				
			||||||
			@NotNull final Field field,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder querySelect,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder query,
 | 
					 | 
				
			||||||
			@NotNull final String name,
 | 
					 | 
				
			||||||
			@NotNull final CountInOut count,
 | 
					 | 
				
			||||||
			final QueryOptions options) throws Exception {
 | 
					 | 
				
			||||||
		querySelect.append(" ");
 | 
					 | 
				
			||||||
		querySelect.append(tableName);
 | 
					 | 
				
			||||||
		querySelect.append(".");
 | 
					 | 
				
			||||||
		querySelect.append(name);
 | 
					 | 
				
			||||||
		count.inc();
 | 
					 | 
				
			||||||
		return;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public void fillFromDoc(
 | 
					 | 
				
			||||||
			final DBAccessMorphia ioDb,
 | 
					 | 
				
			||||||
			final Document doc,
 | 
					 | 
				
			||||||
			final Field field,
 | 
					 | 
				
			||||||
			final Object data,
 | 
					 | 
				
			||||||
			final QueryOptions options,
 | 
					 | 
				
			||||||
			final List<LazyGetter> lazyCall) throws Exception {
 | 
					 | 
				
			||||||
		/*
 | 
					 | 
				
			||||||
		final String fieldName = AnnotationTools.getFieldName(field);
 | 
					 | 
				
			||||||
		if (!doc.containsKey(fieldName)) {
 | 
					 | 
				
			||||||
			field.set(data, null);
 | 
					 | 
				
			||||||
			return;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		final String jsonData = rs.getString(count.value);
 | 
					 | 
				
			||||||
		if (!rs.wasNull()) {
 | 
					 | 
				
			||||||
			final ObjectMapper objectMapper = ContextGenericTools.createObjectMapper();
 | 
					 | 
				
			||||||
			if (field.getType() == List.class) {
 | 
					 | 
				
			||||||
				final ParameterizedType listType = (ParameterizedType) field.getGenericType();
 | 
					 | 
				
			||||||
				final Class<?> listClass = (Class<?>) listType.getActualTypeArguments()[0];
 | 
					 | 
				
			||||||
				if (listClass == Long.class) {
 | 
					 | 
				
			||||||
					final Object dataParsed = objectMapper.readValue(jsonData, new TypeReference<List<Long>>() {});// field.getType());
 | 
					 | 
				
			||||||
					field.set(data, dataParsed);
 | 
					 | 
				
			||||||
					return;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				if (listClass == Float.class) {
 | 
					 | 
				
			||||||
					final Object dataParsed = objectMapper.readValue(jsonData, new TypeReference<List<Float>>() {});// field.getType());
 | 
					 | 
				
			||||||
					field.set(data, dataParsed);
 | 
					 | 
				
			||||||
					return;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				if (listClass == Double.class) {
 | 
					 | 
				
			||||||
					final Object dataParsed = objectMapper.readValue(jsonData, new TypeReference<List<Double>>() {});// field.getType());
 | 
					 | 
				
			||||||
					field.set(data, dataParsed);
 | 
					 | 
				
			||||||
					return;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				if (listClass == Integer.class) {
 | 
					 | 
				
			||||||
					final Object dataParsed = objectMapper.readValue(jsonData, new TypeReference<List<Integer>>() {});// field.getType());
 | 
					 | 
				
			||||||
					field.set(data, dataParsed);
 | 
					 | 
				
			||||||
					return;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				if (listClass == Short.class) {
 | 
					 | 
				
			||||||
					final Object dataParsed = objectMapper.readValue(jsonData, new TypeReference<List<Short>>() {});// field.getType());
 | 
					 | 
				
			||||||
					field.set(data, dataParsed);
 | 
					 | 
				
			||||||
					return;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				if (listClass == String.class) {
 | 
					 | 
				
			||||||
					final Object dataParsed = objectMapper.readValue(jsonData, new TypeReference<List<String>>() {});// field.getType());
 | 
					 | 
				
			||||||
					field.set(data, dataParsed);
 | 
					 | 
				
			||||||
					return;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				if (listClass == UUID.class) {
 | 
					 | 
				
			||||||
					final Object dataParsed = objectMapper.readValue(jsonData, new TypeReference<List<UUID>>() {});// field.getType());
 | 
					 | 
				
			||||||
					field.set(data, dataParsed);
 | 
					 | 
				
			||||||
					return;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				LOGGER.warn("Maybe fail to translate Model in datajson list: List<{}>", listClass.getCanonicalName());
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			final Object dataParsed = objectMapper.readValue(jsonData, field.getType());
 | 
					 | 
				
			||||||
			field.set(data, dataParsed);
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		*/
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public void createTables(
 | 
					 | 
				
			||||||
			final String tableName,
 | 
					 | 
				
			||||||
			final Field primaryField,
 | 
					 | 
				
			||||||
			final Field field,
 | 
					 | 
				
			||||||
			final StringBuilder mainTableBuilder,
 | 
					 | 
				
			||||||
			final List<String> preActionList,
 | 
					 | 
				
			||||||
			final List<String> postActionList,
 | 
					 | 
				
			||||||
			final boolean createIfNotExist,
 | 
					 | 
				
			||||||
			final boolean createDrop,
 | 
					 | 
				
			||||||
			final int fieldId,
 | 
					 | 
				
			||||||
			final QueryOptions options) throws Exception {
 | 
					 | 
				
			||||||
		DataFactory.createTablesSpecificType(tableName, primaryField, field, mainTableBuilder, preActionList,
 | 
					 | 
				
			||||||
				postActionList, createIfNotExist, createDrop, fieldId, JsonValue.class, options);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -173,34 +173,6 @@ public class AddOnManyToMany implements DataAccessAddOn {
 | 
				
			|||||||
		count.inc();
 | 
							count.inc();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public void generateQuery(
 | 
					 | 
				
			||||||
			@NotNull final String tableName,
 | 
					 | 
				
			||||||
			@NotNull final String primaryKey,
 | 
					 | 
				
			||||||
			@NotNull final Field field,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder querySelect,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder query,
 | 
					 | 
				
			||||||
			@NotNull final String name,
 | 
					 | 
				
			||||||
			@NotNull final CountInOut count,
 | 
					 | 
				
			||||||
			final QueryOptions options) throws Exception {
 | 
					 | 
				
			||||||
		if (field.getType() != List.class) {
 | 
					 | 
				
			||||||
			return;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
					 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
					 | 
				
			||||||
		if (objectClass == Long.class || objectClass == UUID.class) {
 | 
					 | 
				
			||||||
			generateConcatQuery(tableName, primaryKey, field, querySelect, query, name, count, options);
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		final ManyToMany decorators = field.getDeclaredAnnotation(ManyToMany.class);
 | 
					 | 
				
			||||||
		if (decorators == null) {
 | 
					 | 
				
			||||||
			return;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		if (objectClass == decorators.targetEntity()) {
 | 
					 | 
				
			||||||
			generateConcatQuery(tableName, primaryKey, field, querySelect, query, name, count, options);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
	public void fillFromDoc(
 | 
						public void fillFromDoc(
 | 
				
			||||||
			final DBAccessMorphia ioDb,
 | 
								final DBAccessMorphia ioDb,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,9 +5,9 @@ import java.util.List;
 | 
				
			|||||||
import java.util.UUID;
 | 
					import java.util.UUID;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.bson.Document;
 | 
					import org.bson.Document;
 | 
				
			||||||
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools;
 | 
					import org.kar.archidata.annotation.AnnotationTools;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
					import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
				
			||||||
import org.kar.archidata.dataAccess.CountInOut;
 | 
					 | 
				
			||||||
import org.kar.archidata.dataAccess.DBAccessMorphia;
 | 
					import org.kar.archidata.dataAccess.DBAccessMorphia;
 | 
				
			||||||
import org.kar.archidata.dataAccess.DataFactory;
 | 
					import org.kar.archidata.dataAccess.DataFactory;
 | 
				
			||||||
import org.kar.archidata.dataAccess.LazyGetter;
 | 
					import org.kar.archidata.dataAccess.LazyGetter;
 | 
				
			||||||
@@ -16,7 +16,6 @@ import org.slf4j.Logger;
 | 
				
			|||||||
import org.slf4j.LoggerFactory;
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import jakarta.persistence.ManyToOne;
 | 
					import jakarta.persistence.ManyToOne;
 | 
				
			||||||
import jakarta.validation.constraints.NotNull;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class AddOnManyToOne implements DataAccessAddOn {
 | 
					public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			||||||
	static final Logger LOGGER = LoggerFactory.getLogger(AddOnManyToMany.class);
 | 
						static final Logger LOGGER = LoggerFactory.getLogger(AddOnManyToMany.class);
 | 
				
			||||||
@@ -52,7 +51,7 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
			final Document docUnSet) throws Exception {
 | 
								final Document docUnSet) throws Exception {
 | 
				
			||||||
		final FieldName fieldName = AnnotationTools.getFieldName(field, options);
 | 
							final FieldName fieldName = AnnotationTools.getFieldName(field, options);
 | 
				
			||||||
		final Object data = field.get(rootObject);
 | 
							final Object data = field.get(rootObject);
 | 
				
			||||||
		if (field.get(data) == null) {
 | 
							if (data == null) {
 | 
				
			||||||
			docUnSet.append(fieldName.inTable(), "");
 | 
								docUnSet.append(fieldName.inTable(), "");
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		} else if (field.getType() == Long.class) {
 | 
							} else if (field.getType() == Long.class) {
 | 
				
			||||||
@@ -70,6 +69,9 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
		} else if (field.getType() == UUID.class) {
 | 
							} else if (field.getType() == UUID.class) {
 | 
				
			||||||
			final UUID dataTyped = (UUID) data;
 | 
								final UUID dataTyped = (UUID) data;
 | 
				
			||||||
			docSet.append(fieldName.inTable(), dataTyped);
 | 
								docSet.append(fieldName.inTable(), dataTyped);
 | 
				
			||||||
 | 
							} else if (field.getType() == ObjectId.class) {
 | 
				
			||||||
 | 
								final ObjectId dataTyped = (ObjectId) data;
 | 
				
			||||||
 | 
								docSet.append(fieldName.inTable(), dataTyped);
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			final Field idField = AnnotationTools.getFieldOfId(field.getType());
 | 
								final Field idField = AnnotationTools.getFieldOfId(field.getType());
 | 
				
			||||||
			final Object uid = idField.get(data);
 | 
								final Object uid = idField.get(data);
 | 
				
			||||||
@@ -84,7 +86,8 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
	@Override
 | 
						@Override
 | 
				
			||||||
	public boolean canInsert(final Field field) {
 | 
						public boolean canInsert(final Field field) {
 | 
				
			||||||
		if (field.getType() == Long.class || field.getType() == Integer.class || field.getType() == Short.class
 | 
							if (field.getType() == Long.class || field.getType() == Integer.class || field.getType() == Short.class
 | 
				
			||||||
				|| field.getType() == String.class || field.getType() == UUID.class) {
 | 
									|| field.getType() == String.class || field.getType() == UUID.class
 | 
				
			||||||
 | 
									|| field.getType() == ObjectId.class) {
 | 
				
			||||||
			return true;
 | 
								return true;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
							final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
				
			||||||
@@ -103,7 +106,7 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
	public boolean canRetrieve(final Field field) {
 | 
						public boolean canRetrieve(final Field field) {
 | 
				
			||||||
		final Class<?> classType = field.getType();
 | 
							final Class<?> classType = field.getType();
 | 
				
			||||||
		if (classType == Long.class || classType == Integer.class || classType == Short.class
 | 
							if (classType == Long.class || classType == Integer.class || classType == Short.class
 | 
				
			||||||
				|| classType == String.class || classType == UUID.class) {
 | 
									|| classType == String.class || classType == UUID.class || classType == ObjectId.class) {
 | 
				
			||||||
			return true;
 | 
								return true;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
							final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
				
			||||||
@@ -113,36 +116,6 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public void generateQuery(
 | 
					 | 
				
			||||||
			@NotNull final String tableName,
 | 
					 | 
				
			||||||
			@NotNull final String primaryKey,
 | 
					 | 
				
			||||||
			@NotNull final Field field,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder querySelect,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder query,
 | 
					 | 
				
			||||||
			@NotNull final String name,
 | 
					 | 
				
			||||||
			@NotNull final CountInOut count,
 | 
					 | 
				
			||||||
			final QueryOptions options) throws Exception {
 | 
					 | 
				
			||||||
		if (field.getType() == Long.class || field.getType() == Integer.class || field.getType() == Short.class
 | 
					 | 
				
			||||||
				|| field.getType() == String.class || field.getType() == UUID.class) {
 | 
					 | 
				
			||||||
			querySelect.append(" ");
 | 
					 | 
				
			||||||
			querySelect.append(tableName);
 | 
					 | 
				
			||||||
			querySelect.append(".");
 | 
					 | 
				
			||||||
			querySelect.append(name);
 | 
					 | 
				
			||||||
			count.inc();
 | 
					 | 
				
			||||||
			return;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
					 | 
				
			||||||
		if (field.getType() == decorators.targetEntity()) {
 | 
					 | 
				
			||||||
			// no eager possible for no sql
 | 
					 | 
				
			||||||
			querySelect.append(" ");
 | 
					 | 
				
			||||||
			querySelect.append(tableName);
 | 
					 | 
				
			||||||
			querySelect.append(".");
 | 
					 | 
				
			||||||
			querySelect.append(name);
 | 
					 | 
				
			||||||
			count.inc();
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
	public void fillFromDoc(
 | 
						public void fillFromDoc(
 | 
				
			||||||
			final DBAccessMorphia ioDb,
 | 
								final DBAccessMorphia ioDb,
 | 
				
			||||||
@@ -159,7 +132,8 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		// local field to manage no remote object to retrieve.
 | 
							// local field to manage no remote object to retrieve.
 | 
				
			||||||
		if (field.getType() == Long.class || field.getType() == Integer.class || field.getType() == Short.class
 | 
							if (field.getType() == Long.class || field.getType() == Integer.class || field.getType() == Short.class
 | 
				
			||||||
				|| field.getType() == String.class || field.getType() == UUID.class) {
 | 
									|| field.getType() == String.class || field.getType() == UUID.class
 | 
				
			||||||
 | 
									|| field.getType() == ObjectId.class) {
 | 
				
			||||||
			ioDb.setValueFromDoc(field.getType(), data, field, doc, lazyCall, options);
 | 
								ioDb.setValueFromDoc(field.getType(), data, field, doc, lazyCall, options);
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
@@ -174,9 +148,8 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
			final Class<?> remotePrimaryKeyType = remotePrimaryKeyField.getType();
 | 
								final Class<?> remotePrimaryKeyType = remotePrimaryKeyField.getType();
 | 
				
			||||||
			if (remotePrimaryKeyType == Long.class) {
 | 
								if (remotePrimaryKeyType == Long.class) {
 | 
				
			||||||
				// here we have the field, the data and the the remote value ==> can create callback that generate the update of the value ...
 | 
									// here we have the field, the data and the the remote value ==> can create callback that generate the update of the value ...
 | 
				
			||||||
				final Long foreignKey = doc.getLong(fieldName);
 | 
									final Long foreignKey = doc.getLong(fieldName.inTable());
 | 
				
			||||||
				if (foreignKey != null) {
 | 
									if (foreignKey != null) {
 | 
				
			||||||
					// In the lazy mode, the request is done in asynchronous mode, they will be done after...
 | 
					 | 
				
			||||||
					final LazyGetter lambda = () -> {
 | 
										final LazyGetter lambda = () -> {
 | 
				
			||||||
						// TODO: update to have get with abstract types ....
 | 
											// TODO: update to have get with abstract types ....
 | 
				
			||||||
						final Object foreignData = ioDb.get(decorators.targetEntity(), foreignKey);
 | 
											final Object foreignData = ioDb.get(decorators.targetEntity(), foreignKey);
 | 
				
			||||||
@@ -189,9 +162,22 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
				}
 | 
									}
 | 
				
			||||||
			} else if (remotePrimaryKeyType == UUID.class) {
 | 
								} else if (remotePrimaryKeyType == UUID.class) {
 | 
				
			||||||
				// here we have the field, the data and the the remote value ==> can create callback that generate the update of the value ...
 | 
									// here we have the field, the data and the the remote value ==> can create callback that generate the update of the value ...
 | 
				
			||||||
				final UUID foreignKey = doc.get(fieldName, UUID.class);
 | 
									final UUID foreignKey = doc.get(fieldName.inTable(), UUID.class);
 | 
				
			||||||
 | 
									if (foreignKey != null) {
 | 
				
			||||||
 | 
										final LazyGetter lambda = () -> {
 | 
				
			||||||
 | 
											// TODO: update to have get with abstract types ....
 | 
				
			||||||
 | 
											final Object foreignData = ioDb.get(decorators.targetEntity(), foreignKey);
 | 
				
			||||||
 | 
											if (foreignData == null) {
 | 
				
			||||||
 | 
												return;
 | 
				
			||||||
 | 
											}
 | 
				
			||||||
 | 
											field.set(data, foreignData);
 | 
				
			||||||
 | 
										};
 | 
				
			||||||
 | 
										lazyCall.add(lambda);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								} else if (remotePrimaryKeyType == ObjectId.class) {
 | 
				
			||||||
 | 
									// here we have the field, the data and the the remote value ==> can create callback that generate the update of the value ...
 | 
				
			||||||
 | 
									final ObjectId foreignKey = doc.get(fieldName.inTable(), ObjectId.class);
 | 
				
			||||||
				if (foreignKey != null) {
 | 
									if (foreignKey != null) {
 | 
				
			||||||
					// In the lazy mode, the request is done in asynchronous mode, they will be done after...
 | 
					 | 
				
			||||||
					final LazyGetter lambda = () -> {
 | 
										final LazyGetter lambda = () -> {
 | 
				
			||||||
						// TODO: update to have get with abstract types ....
 | 
											// TODO: update to have get with abstract types ....
 | 
				
			||||||
						final Object foreignData = ioDb.get(decorators.targetEntity(), foreignKey);
 | 
											final Object foreignData = ioDb.get(decorators.targetEntity(), foreignKey);
 | 
				
			||||||
@@ -221,7 +207,7 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
			final QueryOptions options) throws Exception {
 | 
								final QueryOptions options) throws Exception {
 | 
				
			||||||
		final Class<?> classType = field.getType();
 | 
							final Class<?> classType = field.getType();
 | 
				
			||||||
		if (classType == Long.class || classType == Integer.class || classType == Short.class
 | 
							if (classType == Long.class || classType == Integer.class || classType == Short.class
 | 
				
			||||||
				|| classType == String.class || classType == UUID.class) {
 | 
									|| classType == String.class || classType == UUID.class || classType == ObjectId.class) {
 | 
				
			||||||
			DataFactory.createTablesSpecificType(tableName, primaryField, field, mainTableBuilder, preActionList,
 | 
								DataFactory.createTablesSpecificType(tableName, primaryField, field, mainTableBuilder, preActionList,
 | 
				
			||||||
					postActionList, createIfNotExist, createDrop, fieldId, classType, options);
 | 
										postActionList, createIfNotExist, createDrop, fieldId, classType, options);
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,62 +2,28 @@ package org.kar.archidata.dataAccess.addOnMongo;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import java.lang.reflect.Field;
 | 
					import java.lang.reflect.Field;
 | 
				
			||||||
import java.lang.reflect.ParameterizedType;
 | 
					import java.lang.reflect.ParameterizedType;
 | 
				
			||||||
import java.sql.ResultSet;
 | 
					 | 
				
			||||||
import java.sql.SQLException;
 | 
					 | 
				
			||||||
import java.util.ArrayList;
 | 
					import java.util.ArrayList;
 | 
				
			||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
import java.util.UUID;
 | 
					import java.util.UUID;
 | 
				
			||||||
import java.util.stream.Collectors;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.bson.Document;
 | 
					import org.bson.Document;
 | 
				
			||||||
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools;
 | 
					import org.kar.archidata.annotation.AnnotationTools;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
					import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
				
			||||||
import org.kar.archidata.dataAccess.CountInOut;
 | 
					 | 
				
			||||||
import org.kar.archidata.dataAccess.DBAccessMorphia;
 | 
					import org.kar.archidata.dataAccess.DBAccessMorphia;
 | 
				
			||||||
import org.kar.archidata.dataAccess.LazyGetter;
 | 
					import org.kar.archidata.dataAccess.LazyGetter;
 | 
				
			||||||
import org.kar.archidata.dataAccess.QueryCondition;
 | 
					import org.kar.archidata.dataAccess.QueryCondition;
 | 
				
			||||||
import org.kar.archidata.dataAccess.QueryOptions;
 | 
					import org.kar.archidata.dataAccess.QueryOptions;
 | 
				
			||||||
import org.kar.archidata.dataAccess.options.Condition;
 | 
					import org.kar.archidata.dataAccess.options.Condition;
 | 
				
			||||||
import org.kar.archidata.exception.DataAccessException;
 | 
					 | 
				
			||||||
import org.kar.archidata.tools.ConfigBaseVariable;
 | 
					 | 
				
			||||||
import org.slf4j.Logger;
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
import org.slf4j.LoggerFactory;
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import jakarta.persistence.FetchType;
 | 
					 | 
				
			||||||
import jakarta.persistence.OneToMany;
 | 
					import jakarta.persistence.OneToMany;
 | 
				
			||||||
import jakarta.validation.constraints.NotNull;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class AddOnOneToMany implements DataAccessAddOn {
 | 
					public class AddOnOneToMany implements DataAccessAddOn {
 | 
				
			||||||
	static final Logger LOGGER = LoggerFactory.getLogger(AddOnOneToMany.class);
 | 
						static final Logger LOGGER = LoggerFactory.getLogger(AddOnOneToMany.class);
 | 
				
			||||||
	static final String SEPARATOR_LONG = "-";
 | 
						static final String SEPARATOR_LONG = "-";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/** Convert the list if external id in a string '-' separated
 | 
					 | 
				
			||||||
	 * @param ids List of value (null are removed)
 | 
					 | 
				
			||||||
	 * @return '-' string separated */
 | 
					 | 
				
			||||||
	protected static String getStringOfIds(final List<Long> ids) {
 | 
					 | 
				
			||||||
		final List<Long> tmp = new ArrayList<>(ids);
 | 
					 | 
				
			||||||
		return tmp.stream().map(String::valueOf).collect(Collectors.joining("-"));
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/** extract a list of "-" separated element from a SQL input data.
 | 
					 | 
				
			||||||
	 * @param rs Result Set of the BDD
 | 
					 | 
				
			||||||
	 * @param iii Id in the result set
 | 
					 | 
				
			||||||
	 * @return The list of Long value
 | 
					 | 
				
			||||||
	 * @throws SQLException if an error is generated in the sql request. */
 | 
					 | 
				
			||||||
	protected static List<Long> getListOfIds(final ResultSet rs, final int iii) throws SQLException {
 | 
					 | 
				
			||||||
		final String trackString = rs.getString(iii);
 | 
					 | 
				
			||||||
		if (rs.wasNull()) {
 | 
					 | 
				
			||||||
			return null;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		final List<Long> out = new ArrayList<>();
 | 
					 | 
				
			||||||
		final String[] elements = trackString.split("-");
 | 
					 | 
				
			||||||
		for (final String elem : elements) {
 | 
					 | 
				
			||||||
			final Long tmp = Long.parseLong(elem);
 | 
					 | 
				
			||||||
			out.add(tmp);
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		return out;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
	public Class<?> getAnnotationClass() {
 | 
						public Class<?> getAnnotationClass() {
 | 
				
			||||||
		return OneToMany.class;
 | 
							return OneToMany.class;
 | 
				
			||||||
@@ -98,7 +64,7 @@ public class AddOnOneToMany implements DataAccessAddOn {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
							final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
									.getActualTypeArguments()[0];
 | 
				
			||||||
		if (objectClass == Long.class || objectClass == UUID.class) {
 | 
							if (objectClass == Long.class || objectClass == UUID.class || objectClass == ObjectId.class) {
 | 
				
			||||||
			return true;
 | 
								return true;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final OneToMany decorators = field.getDeclaredAnnotation(OneToMany.class);
 | 
							final OneToMany decorators = field.getDeclaredAnnotation(OneToMany.class);
 | 
				
			||||||
@@ -111,104 +77,7 @@ public class AddOnOneToMany implements DataAccessAddOn {
 | 
				
			|||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public void generateConcatQuery(
 | 
						// in first implementation we did not keep the data in the 2 Objects, bun we will do it after to have a faster table interactions.
 | 
				
			||||||
			@NotNull final String tableName,
 | 
					 | 
				
			||||||
			@NotNull final String primaryKey,
 | 
					 | 
				
			||||||
			@NotNull final Field field,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder querySelect,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder query,
 | 
					 | 
				
			||||||
			@NotNull final String name,
 | 
					 | 
				
			||||||
			@NotNull final CountInOut count,
 | 
					 | 
				
			||||||
			final QueryOptions options,
 | 
					 | 
				
			||||||
			final Class<?> targetEntity,
 | 
					 | 
				
			||||||
			final String mappedBy) throws Exception {
 | 
					 | 
				
			||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
					 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
					 | 
				
			||||||
		final String remoteTableName = AnnotationTools.getTableName(targetEntity);
 | 
					 | 
				
			||||||
		final FieldName remoteTablePrimaryKeyName = AnnotationTools
 | 
					 | 
				
			||||||
				.getFieldName(AnnotationTools.getPrimaryKeyField(targetEntity), options);
 | 
					 | 
				
			||||||
		final String tmpRemoteVariable = "tmp_" + Integer.toString(count.value);
 | 
					 | 
				
			||||||
		final String remoteDeletedFieldName = AnnotationTools.getDeletedFieldName(targetEntity);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		querySelect.append(" (SELECT GROUP_CONCAT(");
 | 
					 | 
				
			||||||
		querySelect.append(tmpRemoteVariable);
 | 
					 | 
				
			||||||
		querySelect.append(".");
 | 
					 | 
				
			||||||
		querySelect.append(remoteTablePrimaryKeyName.inTable());
 | 
					 | 
				
			||||||
		querySelect.append(" ");
 | 
					 | 
				
			||||||
		if ("sqlite".equals(ConfigBaseVariable.getDBType())) {
 | 
					 | 
				
			||||||
			querySelect.append(", ");
 | 
					 | 
				
			||||||
		} else {
 | 
					 | 
				
			||||||
			querySelect.append("SEPARATOR ");
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		querySelect.append("'");
 | 
					 | 
				
			||||||
		if (objectClass == Long.class) {
 | 
					 | 
				
			||||||
			querySelect.append(SEPARATOR_LONG);
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		querySelect.append("') FROM ");
 | 
					 | 
				
			||||||
		querySelect.append(remoteTableName);
 | 
					 | 
				
			||||||
		querySelect.append(" ");
 | 
					 | 
				
			||||||
		querySelect.append(tmpRemoteVariable);
 | 
					 | 
				
			||||||
		querySelect.append(" WHERE ");
 | 
					 | 
				
			||||||
		if (remoteDeletedFieldName != null) {
 | 
					 | 
				
			||||||
			querySelect.append(tmpRemoteVariable);
 | 
					 | 
				
			||||||
			querySelect.append(".");
 | 
					 | 
				
			||||||
			querySelect.append(remoteDeletedFieldName);
 | 
					 | 
				
			||||||
			querySelect.append(" = false");
 | 
					 | 
				
			||||||
			querySelect.append(" AND ");
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		querySelect.append(tableName);
 | 
					 | 
				
			||||||
		querySelect.append(".");
 | 
					 | 
				
			||||||
		querySelect.append(primaryKey);
 | 
					 | 
				
			||||||
		querySelect.append(" = ");
 | 
					 | 
				
			||||||
		querySelect.append(tmpRemoteVariable);
 | 
					 | 
				
			||||||
		querySelect.append(".");
 | 
					 | 
				
			||||||
		querySelect.append(mappedBy);
 | 
					 | 
				
			||||||
		querySelect.append(" ");
 | 
					 | 
				
			||||||
		querySelect.append(") AS ");
 | 
					 | 
				
			||||||
		querySelect.append(name);
 | 
					 | 
				
			||||||
		querySelect.append(" ");
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
					 | 
				
			||||||
	public void generateQuery(
 | 
					 | 
				
			||||||
			@NotNull final String tableName,
 | 
					 | 
				
			||||||
			@NotNull final String primaryKey,
 | 
					 | 
				
			||||||
			@NotNull final Field field,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder querySelect,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder query,
 | 
					 | 
				
			||||||
			@NotNull final String name,
 | 
					 | 
				
			||||||
			@NotNull final CountInOut count,
 | 
					 | 
				
			||||||
			final QueryOptions options) throws Exception {
 | 
					 | 
				
			||||||
		if (field.getType() != List.class) {
 | 
					 | 
				
			||||||
			return;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
					 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
					 | 
				
			||||||
		final OneToMany decorators = field.getDeclaredAnnotation(OneToMany.class);
 | 
					 | 
				
			||||||
		if (decorators == null) {
 | 
					 | 
				
			||||||
			return;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		// TODO: manage better the eager and lazy !!
 | 
					 | 
				
			||||||
		if (objectClass == Long.class || objectClass == UUID.class) {
 | 
					 | 
				
			||||||
			generateConcatQuery(tableName, primaryKey, field, querySelect, query, name, count, options,
 | 
					 | 
				
			||||||
					decorators.targetEntity(), decorators.mappedBy());
 | 
					 | 
				
			||||||
			return;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		if (objectClass == decorators.targetEntity()) {
 | 
					 | 
				
			||||||
			if (decorators.fetch() == FetchType.EAGER) {
 | 
					 | 
				
			||||||
				throw new DataAccessException("EAGER is not supported for list of element...");
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				// Force a copy of the primaryKey to permit the async retrieve of the data
 | 
					 | 
				
			||||||
				querySelect.append(" ");
 | 
					 | 
				
			||||||
				querySelect.append(tableName);
 | 
					 | 
				
			||||||
				querySelect.append(".");
 | 
					 | 
				
			||||||
				querySelect.append(primaryKey);
 | 
					 | 
				
			||||||
				querySelect.append(" AS tmp_");
 | 
					 | 
				
			||||||
				querySelect.append(Integer.toString(count.value));
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
	public void fillFromDoc(
 | 
						public void fillFromDoc(
 | 
				
			||||||
			final DBAccessMorphia ioDb,
 | 
								final DBAccessMorphia ioDb,
 | 
				
			||||||
@@ -222,11 +91,12 @@ public class AddOnOneToMany implements DataAccessAddOn {
 | 
				
			|||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		final String fieldName = AnnotationTools.getFieldName(field, options).inTable();
 | 
							final FieldName fieldName = AnnotationTools.getFieldName(field, options);
 | 
				
			||||||
		if (!doc.containsKey(fieldName)) {
 | 
							// in step 1 the fields are not stored in the local element
 | 
				
			||||||
			field.set(data, null);
 | 
							//		if (!doc.containsKey(fieldName.inTable())) {
 | 
				
			||||||
			return;
 | 
							//			field.set(data, null);
 | 
				
			||||||
		}
 | 
							//			return;
 | 
				
			||||||
 | 
							//		}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
							final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
									.getActualTypeArguments()[0];
 | 
				
			||||||
@@ -234,62 +104,46 @@ public class AddOnOneToMany implements DataAccessAddOn {
 | 
				
			|||||||
		if (decorators == null) {
 | 
							if (decorators == null) {
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (objectClass == Long.class || objectClass == UUID.class) {
 | 
							if (objectClass == Long.class || objectClass == UUID.class || objectClass == ObjectId.class) {
 | 
				
			||||||
			final Object value = doc.get(fieldName, field.getType());
 | 
								if (true) {
 | 
				
			||||||
			field.set(data, value);
 | 
									// DEVELOPMENT step 1 we search all the element in the list:
 | 
				
			||||||
 | 
									// get the curentObject primary key
 | 
				
			||||||
 | 
									final Field primaryField = AnnotationTools.getPrimaryKeyField(data.getClass());
 | 
				
			||||||
 | 
									final String primaryKeyName = AnnotationTools.getFieldNameRaw(primaryField);
 | 
				
			||||||
 | 
									final Object primaryKey = doc.get(primaryKeyName, primaryField.getType());
 | 
				
			||||||
 | 
									// get the remotes objects
 | 
				
			||||||
 | 
									final List<?> returnValue = ioDb.getsWhere(decorators.targetEntity(),
 | 
				
			||||||
 | 
											new Condition(new QueryCondition(decorators.mappedBy(), "=", primaryKey)));
 | 
				
			||||||
 | 
									// extract the primary key of the remote objects
 | 
				
			||||||
 | 
									final Field remotePrimaryField = AnnotationTools.getPrimaryKeyField(decorators.targetEntity());
 | 
				
			||||||
 | 
									final String remotePrimaryKeyName = AnnotationTools.getFieldNameRaw(remotePrimaryField);
 | 
				
			||||||
 | 
									final List<Object> listOfRemoteKeys = new ArrayList<>();
 | 
				
			||||||
 | 
									for (final var item : returnValue) {
 | 
				
			||||||
 | 
										listOfRemoteKeys.add(remotePrimaryField.get(item));
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
									// inject in the current data field
 | 
				
			||||||
 | 
									if (listOfRemoteKeys.size() != 0) {
 | 
				
			||||||
 | 
										field.set(data, listOfRemoteKeys);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									// DEVELOPMENT In step 2 this will work well:
 | 
				
			||||||
 | 
									final Object value = doc.get(fieldName.inTable(), field.getType());
 | 
				
			||||||
 | 
									field.set(data, value);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (objectClass == decorators.targetEntity()) {
 | 
							if (objectClass == decorators.targetEntity()) {
 | 
				
			||||||
 | 
								// Maybe in a second step we do not like this but this way is efficient too.
 | 
				
			||||||
			Long parentIdTmp = null;
 | 
								// get the curentObject primary key
 | 
				
			||||||
			UUID parendUuidTmp = null;
 | 
								final Field primaryField = AnnotationTools.getPrimaryKeyField(data.getClass());
 | 
				
			||||||
			try {
 | 
								final String primaryKeyName = AnnotationTools.getFieldNameRaw(primaryField);
 | 
				
			||||||
				final Object value = doc.get(fieldName);
 | 
								final Object primaryKey = doc.get(primaryKeyName, primaryField.getType());
 | 
				
			||||||
				if (value instanceof final Long valueCasted) {
 | 
								// get the remotes objects
 | 
				
			||||||
					parentIdTmp = valueCasted;
 | 
								final List<?> returnValue = ioDb.getsWhere(decorators.targetEntity(),
 | 
				
			||||||
				} else if (value instanceof final UUID valueCasted) {
 | 
										new Condition(new QueryCondition(decorators.mappedBy(), "=", primaryKey)));
 | 
				
			||||||
					parendUuidTmp = valueCasted;
 | 
								// inject in the current data field
 | 
				
			||||||
				}
 | 
								if (returnValue.size() != 0) {
 | 
				
			||||||
			} catch (final Exception ex) {
 | 
									field.set(data, returnValue);
 | 
				
			||||||
				LOGGER.error("fail to find the correct type... {}", ex.getMessage());
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			final Long parentId = parentIdTmp;
 | 
					 | 
				
			||||||
			final UUID parendUuid = parendUuidTmp;
 | 
					 | 
				
			||||||
			final String mappingKey = decorators.mappedBy();
 | 
					 | 
				
			||||||
			// We get the parent ID ... ==> need to request the list of elements
 | 
					 | 
				
			||||||
			if (objectClass == Long.class) {
 | 
					 | 
				
			||||||
				LOGGER.error("Need to retreive all primary key of all elements");
 | 
					 | 
				
			||||||
				//field.set(data, idList);
 | 
					 | 
				
			||||||
				return;
 | 
					 | 
				
			||||||
			} else if (objectClass == UUID.class) {
 | 
					 | 
				
			||||||
				LOGGER.error("Need to retreive all primary key of all elements");
 | 
					 | 
				
			||||||
				//field.set(data, idList);
 | 
					 | 
				
			||||||
				return;
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			if (objectClass == decorators.targetEntity()) {
 | 
					 | 
				
			||||||
				if (parentId != null) {
 | 
					 | 
				
			||||||
					final LazyGetter lambda = () -> {
 | 
					 | 
				
			||||||
						@SuppressWarnings("unchecked")
 | 
					 | 
				
			||||||
						final Object foreignData = ioDb.getsWhere(decorators.targetEntity(),
 | 
					 | 
				
			||||||
								new Condition(new QueryCondition(mappingKey, "=", parentId)));
 | 
					 | 
				
			||||||
						if (foreignData == null) {
 | 
					 | 
				
			||||||
							return;
 | 
					 | 
				
			||||||
						}
 | 
					 | 
				
			||||||
						field.set(data, foreignData);
 | 
					 | 
				
			||||||
					};
 | 
					 | 
				
			||||||
					lazyCall.add(lambda);
 | 
					 | 
				
			||||||
				} else if (parendUuid != null) {
 | 
					 | 
				
			||||||
					final LazyGetter lambda = () -> {
 | 
					 | 
				
			||||||
						@SuppressWarnings("unchecked")
 | 
					 | 
				
			||||||
						final Object foreignData = ioDb.getsWhere(decorators.targetEntity(),
 | 
					 | 
				
			||||||
								new Condition(new QueryCondition(mappingKey, "=", parendUuid)));
 | 
					 | 
				
			||||||
						if (foreignData == null) {
 | 
					 | 
				
			||||||
							return;
 | 
					 | 
				
			||||||
						}
 | 
					 | 
				
			||||||
						field.set(data, foreignData);
 | 
					 | 
				
			||||||
					};
 | 
					 | 
				
			||||||
					lazyCall.add(lambda);
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,13 +5,10 @@ import java.sql.SQLException;
 | 
				
			|||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.bson.Document;
 | 
					import org.bson.Document;
 | 
				
			||||||
import org.kar.archidata.dataAccess.CountInOut;
 | 
					 | 
				
			||||||
import org.kar.archidata.dataAccess.DBAccessMorphia;
 | 
					import org.kar.archidata.dataAccess.DBAccessMorphia;
 | 
				
			||||||
import org.kar.archidata.dataAccess.LazyGetter;
 | 
					import org.kar.archidata.dataAccess.LazyGetter;
 | 
				
			||||||
import org.kar.archidata.dataAccess.QueryOptions;
 | 
					import org.kar.archidata.dataAccess.QueryOptions;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import jakarta.validation.constraints.NotNull;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
public interface DataAccessAddOn {
 | 
					public interface DataAccessAddOn {
 | 
				
			||||||
	/** Get the Class of the declaration annotation
 | 
						/** Get the Class of the declaration annotation
 | 
				
			||||||
	 * @return The annotation class */
 | 
						 * @return The annotation class */
 | 
				
			||||||
@@ -57,16 +54,6 @@ public interface DataAccessAddOn {
 | 
				
			|||||||
		return false;
 | 
							return false;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	void generateQuery(
 | 
					 | 
				
			||||||
			@NotNull String tableName,
 | 
					 | 
				
			||||||
			@NotNull final String primaryKey,
 | 
					 | 
				
			||||||
			@NotNull Field field,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder querySelect,
 | 
					 | 
				
			||||||
			@NotNull final StringBuilder query,
 | 
					 | 
				
			||||||
			@NotNull String name,
 | 
					 | 
				
			||||||
			@NotNull CountInOut count,
 | 
					 | 
				
			||||||
			QueryOptions options) throws Exception;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	// Return the number of colomn read
 | 
						// Return the number of colomn read
 | 
				
			||||||
	void fillFromDoc(
 | 
						void fillFromDoc(
 | 
				
			||||||
			final DBAccessMorphia ioDb,
 | 
								final DBAccessMorphia ioDb,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,7 +16,6 @@ import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
				
			|||||||
import org.kar.archidata.annotation.DataJson;
 | 
					import org.kar.archidata.annotation.DataJson;
 | 
				
			||||||
import org.kar.archidata.dataAccess.CountInOut;
 | 
					import org.kar.archidata.dataAccess.CountInOut;
 | 
				
			||||||
import org.kar.archidata.dataAccess.DBAccess;
 | 
					import org.kar.archidata.dataAccess.DBAccess;
 | 
				
			||||||
import org.kar.archidata.dataAccess.DBAccessMorphia;
 | 
					 | 
				
			||||||
import org.kar.archidata.dataAccess.DBAccessSQL;
 | 
					import org.kar.archidata.dataAccess.DBAccessSQL;
 | 
				
			||||||
import org.kar.archidata.dataAccess.DataFactory;
 | 
					import org.kar.archidata.dataAccess.DataFactory;
 | 
				
			||||||
import org.kar.archidata.dataAccess.LazyGetter;
 | 
					import org.kar.archidata.dataAccess.LazyGetter;
 | 
				
			||||||
@@ -220,68 +219,62 @@ public class AddOnDataJson implements DataAccessAddOn {
 | 
				
			|||||||
	public static void addLink(
 | 
						public static void addLink(
 | 
				
			||||||
			final DBAccess ioDb,
 | 
								final DBAccess ioDb,
 | 
				
			||||||
			final Class<?> clazz,
 | 
								final Class<?> clazz,
 | 
				
			||||||
			final String columnId,
 | 
								final String clazzPrimaryKeyName,
 | 
				
			||||||
			final Object id,
 | 
								final Object clazzPrimaryKeyValue,
 | 
				
			||||||
			final String columnList,
 | 
								final String fieldNameToUpdate,
 | 
				
			||||||
			final Object remoteKey) throws Exception {
 | 
								final Object valueToAdd) throws Exception {
 | 
				
			||||||
		final String tableName = AnnotationTools.getTableName(clazz);
 | 
							final String tableName = AnnotationTools.getTableName(clazz);
 | 
				
			||||||
		final QueryOptions options = new QueryOptions(new OverrideTableName(tableName),
 | 
							final QueryOptions options = new QueryOptions(new OverrideTableName(tableName),
 | 
				
			||||||
				new OptionSpecifyType("id", id.getClass()),
 | 
									new OptionSpecifyType("id", clazzPrimaryKeyValue.getClass()),
 | 
				
			||||||
				new OptionSpecifyType("covers", remoteKey.getClass(), true));
 | 
									new OptionSpecifyType("covers", valueToAdd.getClass(), true));
 | 
				
			||||||
		if (columnId != null && !columnId.equals("id")) {
 | 
							if (clazzPrimaryKeyName != null && !clazzPrimaryKeyName.equals("id")) {
 | 
				
			||||||
			options.add(new OptionRenameColumn("id", columnId));
 | 
								options.add(new OptionRenameColumn("id", clazzPrimaryKeyName));
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (columnList != null && !columnList.equals("covers")) {
 | 
							if (fieldNameToUpdate != null && !fieldNameToUpdate.equals("covers")) {
 | 
				
			||||||
			options.add(new OptionRenameColumn("covers", columnList));
 | 
								options.add(new OptionRenameColumn("covers", fieldNameToUpdate));
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final TableCoversGeneric data = ioDb.get(TableCoversGeneric.class, id, options.getAllArray());
 | 
							final TableCoversGeneric data = ioDb.get(TableCoversGeneric.class, clazzPrimaryKeyValue, options.getAllArray());
 | 
				
			||||||
		if (data.covers == null) {
 | 
							if (data.covers == null) {
 | 
				
			||||||
			data.covers = new ArrayList<>();
 | 
								data.covers = new ArrayList<>();
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		for (final Object elem : data.covers) {
 | 
							for (final Object elem : data.covers) {
 | 
				
			||||||
			if (elem.equals(remoteKey)) {
 | 
								if (elem.equals(valueToAdd)) {
 | 
				
			||||||
				return;
 | 
									return;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		data.covers.add(remoteKey);
 | 
							data.covers.add(valueToAdd);
 | 
				
			||||||
		ioDb.update(data, data.id, List.of("covers"), options.getAllArray());
 | 
							ioDb.update(data, data.id, List.of("covers"), options.getAllArray());
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static void removeLink(
 | 
						public static void removeLink(
 | 
				
			||||||
			final DBAccess ioDb,
 | 
								final DBAccess ioDb,
 | 
				
			||||||
			final Class<?> clazz,
 | 
								final Class<?> clazz,
 | 
				
			||||||
			final String columnId,
 | 
								final String clazzPrimaryKeyName,
 | 
				
			||||||
			final Object id,
 | 
								final Object clazzPrimaryKeyValue,
 | 
				
			||||||
			final String columnList,
 | 
								final String fieldNameToUpdate,
 | 
				
			||||||
			final Object remoteKey) throws Exception {
 | 
								final Object valueToRemove) throws Exception {
 | 
				
			||||||
		if (ioDb instanceof final DBAccessSQL daSQL) {
 | 
							final String tableName = AnnotationTools.getTableName(clazz);
 | 
				
			||||||
			final String tableName = AnnotationTools.getTableName(clazz);
 | 
							final QueryOptions options = new QueryOptions(new OverrideTableName(tableName),
 | 
				
			||||||
			final QueryOptions options = new QueryOptions(new OverrideTableName(tableName),
 | 
									new OptionSpecifyType("id", clazzPrimaryKeyValue.getClass()),
 | 
				
			||||||
					new OptionSpecifyType("id", id.getClass()),
 | 
									new OptionSpecifyType("covers", valueToRemove.getClass(), true));
 | 
				
			||||||
					new OptionSpecifyType("covers", remoteKey.getClass(), true));
 | 
							if (clazzPrimaryKeyName != null && !clazzPrimaryKeyName.equals("id")) {
 | 
				
			||||||
			if (columnId != null && !columnId.equals("id")) {
 | 
								options.add(new OptionRenameColumn("id", clazzPrimaryKeyName));
 | 
				
			||||||
				options.add(new OptionRenameColumn("id", columnId));
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			if (columnList != null && !columnList.equals("covers")) {
 | 
					 | 
				
			||||||
				options.add(new OptionRenameColumn("covers", columnList));
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			final TableCoversGeneric data = ioDb.get(TableCoversGeneric.class, id, options.getAllArray());
 | 
					 | 
				
			||||||
			if (data.covers == null) {
 | 
					 | 
				
			||||||
				return;
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			final List<Object> newList = new ArrayList<>();
 | 
					 | 
				
			||||||
			for (final Object elem : data.covers) {
 | 
					 | 
				
			||||||
				if (elem.equals(remoteKey)) {
 | 
					 | 
				
			||||||
					continue;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				newList.add(elem);
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			data.covers = newList;
 | 
					 | 
				
			||||||
			ioDb.update(data, data.id, List.of("covers"), options.getAllArray());
 | 
					 | 
				
			||||||
		} else if (ioDb instanceof final DBAccessMorphia dam) {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		} else {
 | 
					 | 
				
			||||||
			throw new DataAccessException("DataAccess Not managed");
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							if (fieldNameToUpdate != null && !fieldNameToUpdate.equals("covers")) {
 | 
				
			||||||
 | 
								options.add(new OptionRenameColumn("covers", fieldNameToUpdate));
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							final TableCoversGeneric data = ioDb.get(TableCoversGeneric.class, clazzPrimaryKeyValue, options.getAllArray());
 | 
				
			||||||
 | 
							if (data.covers == null) {
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							final List<Object> newList = new ArrayList<>();
 | 
				
			||||||
 | 
							for (final Object elem : data.covers) {
 | 
				
			||||||
 | 
								if (elem.equals(valueToRemove)) {
 | 
				
			||||||
 | 
									continue;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								newList.add(elem);
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							data.covers = newList;
 | 
				
			||||||
 | 
							ioDb.update(data, data.id, List.of("covers"), options.getAllArray());
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,6 +9,7 @@ import java.util.ArrayList;
 | 
				
			|||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
import java.util.UUID;
 | 
					import java.util.UUID;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools;
 | 
					import org.kar.archidata.annotation.AnnotationTools;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
					import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
				
			||||||
import org.kar.archidata.dataAccess.CountInOut;
 | 
					import org.kar.archidata.dataAccess.CountInOut;
 | 
				
			||||||
@@ -72,7 +73,7 @@ public class AddOnManyToMany implements DataAccessAddOn {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
							final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
									.getActualTypeArguments()[0];
 | 
				
			||||||
		if (objectClass == Long.class || objectClass == UUID.class) {
 | 
							if (objectClass == Long.class || objectClass == UUID.class || objectClass == ObjectId.class) {
 | 
				
			||||||
			return true;
 | 
								return true;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final ManyToMany decorators = field.getDeclaredAnnotation(ManyToMany.class);
 | 
							final ManyToMany decorators = field.getDeclaredAnnotation(ManyToMany.class);
 | 
				
			||||||
@@ -135,7 +136,11 @@ public class AddOnManyToMany implements DataAccessAddOn {
 | 
				
			|||||||
		querySelect.append("'");
 | 
							querySelect.append("'");
 | 
				
			||||||
		if (objectClass == Long.class) {
 | 
							if (objectClass == Long.class) {
 | 
				
			||||||
			querySelect.append(SEPARATOR_LONG);
 | 
								querySelect.append(SEPARATOR_LONG);
 | 
				
			||||||
		} else if (objectClass == UUID.class) {} else {
 | 
							} else if (objectClass == UUID.class) {
 | 
				
			||||||
 | 
								// ???
 | 
				
			||||||
 | 
							} else if (objectClass == ObjectId.class) {
 | 
				
			||||||
 | 
								// ???
 | 
				
			||||||
 | 
							} else {
 | 
				
			||||||
			final Class<?> foreignKeyType = AnnotationTools.getPrimaryKeyField(objectClass).getType();
 | 
								final Class<?> foreignKeyType = AnnotationTools.getPrimaryKeyField(objectClass).getType();
 | 
				
			||||||
			if (foreignKeyType == Long.class) {
 | 
								if (foreignKeyType == Long.class) {
 | 
				
			||||||
				querySelect.append(SEPARATOR_LONG);
 | 
									querySelect.append(SEPARATOR_LONG);
 | 
				
			||||||
@@ -193,7 +198,7 @@ public class AddOnManyToMany implements DataAccessAddOn {
 | 
				
			|||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
							final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
									.getActualTypeArguments()[0];
 | 
				
			||||||
		// TODO: manage better the eager and lazy !!
 | 
							// TODO: manage better the eager and lazy !!
 | 
				
			||||||
		if (objectClass == Long.class || objectClass == UUID.class) {
 | 
							if (objectClass == Long.class || objectClass == UUID.class || objectClass == ObjectId.class) {
 | 
				
			||||||
			generateConcatQuery(tableName, primaryKey, field, querySelect, query, name, count, options);
 | 
								generateConcatQuery(tableName, primaryKey, field, querySelect, query, name, count, options);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final ManyToMany decorators = field.getDeclaredAnnotation(ManyToMany.class);
 | 
							final ManyToMany decorators = field.getDeclaredAnnotation(ManyToMany.class);
 | 
				
			||||||
@@ -234,6 +239,11 @@ public class AddOnManyToMany implements DataAccessAddOn {
 | 
				
			|||||||
			field.set(data, idList);
 | 
								field.set(data, idList);
 | 
				
			||||||
			count.inc();
 | 
								count.inc();
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
 | 
							} else if (objectClass == ObjectId.class) {
 | 
				
			||||||
 | 
								final List<ObjectId> idList = ioDb.getListOfRawOIDs(rs, count.value);
 | 
				
			||||||
 | 
								field.set(data, idList);
 | 
				
			||||||
 | 
								count.inc();
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final ManyToMany decorators = field.getDeclaredAnnotation(ManyToMany.class);
 | 
							final ManyToMany decorators = field.getDeclaredAnnotation(ManyToMany.class);
 | 
				
			||||||
		if (decorators == null) {
 | 
							if (decorators == null) {
 | 
				
			||||||
@@ -285,6 +295,27 @@ public class AddOnManyToMany implements DataAccessAddOn {
 | 
				
			|||||||
					};
 | 
										};
 | 
				
			||||||
					lazyCall.add(lambda);
 | 
										lazyCall.add(lambda);
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
 | 
								} else if (foreignKeyType == ObjectId.class) {
 | 
				
			||||||
 | 
									final List<ObjectId> idList = ioDb.getListOfRawOIDs(rs, count.value);
 | 
				
			||||||
 | 
									// field.set(data, idList);
 | 
				
			||||||
 | 
									count.inc();
 | 
				
			||||||
 | 
									if (idList != null && idList.size() > 0) {
 | 
				
			||||||
 | 
										final FieldName idField = AnnotationTools.getFieldName(AnnotationTools.getIdField(objectClass),
 | 
				
			||||||
 | 
												options);
 | 
				
			||||||
 | 
										// In the lazy mode, the request is done in asynchronous mode, they will be done after...
 | 
				
			||||||
 | 
										final LazyGetter lambda = () -> {
 | 
				
			||||||
 | 
											final List<ObjectId> childs = new ArrayList<>(idList);
 | 
				
			||||||
 | 
											// TODO: update to have get with abstract types ....
 | 
				
			||||||
 | 
											@SuppressWarnings("unchecked")
 | 
				
			||||||
 | 
											final Object foreignData = ioDb.getsWhere(decorators.targetEntity(),
 | 
				
			||||||
 | 
													new Condition(new QueryInList<>(idField.inTable(), childs)));
 | 
				
			||||||
 | 
											if (foreignData == null) {
 | 
				
			||||||
 | 
												return;
 | 
				
			||||||
 | 
											}
 | 
				
			||||||
 | 
											field.set(data, foreignData);
 | 
				
			||||||
 | 
										};
 | 
				
			||||||
 | 
										lazyCall.add(lambda);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -309,9 +340,10 @@ public class AddOnManyToMany implements DataAccessAddOn {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
							final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
									.getActualTypeArguments()[0];
 | 
				
			||||||
		if (objectClass != Long.class && objectClass != UUID.class) {
 | 
							if (objectClass != Long.class && objectClass != UUID.class && objectClass != ObjectId.class) {
 | 
				
			||||||
			throw new DataAccessException("Can not ManyToMany with other than List<Long> or List<UUID> Model: List<"
 | 
								throw new DataAccessException(
 | 
				
			||||||
					+ objectClass.getCanonicalName() + ">");
 | 
										"Can not ManyToMany with other than List<Long> or List<UUID> or List<ObjectId> Model: List<"
 | 
				
			||||||
 | 
												+ objectClass.getCanonicalName() + ">");
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final FieldName columnName = AnnotationTools.getFieldName(field, options);
 | 
							final FieldName columnName = AnnotationTools.getFieldName(field, options);
 | 
				
			||||||
		final String linkTableName = generateLinkTableName(tableName, columnName.inTable());
 | 
							final String linkTableName = generateLinkTableName(tableName, columnName.inTable());
 | 
				
			||||||
@@ -348,9 +380,10 @@ public class AddOnManyToMany implements DataAccessAddOn {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
							final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
									.getActualTypeArguments()[0];
 | 
				
			||||||
		if (objectClass != Long.class && objectClass != UUID.class) {
 | 
							if (objectClass != Long.class && objectClass != UUID.class && objectClass != ObjectId.class) {
 | 
				
			||||||
			throw new DataAccessException("Can not ManyToMany with other than List<Long> or List<UUID> Model: List<"
 | 
								throw new DataAccessException(
 | 
				
			||||||
					+ objectClass.getCanonicalName() + ">");
 | 
										"Can not ManyToMany with other than List<Long> or List<UUID> or List<ObjectId> Model: List<"
 | 
				
			||||||
 | 
												+ objectClass.getCanonicalName() + ">");
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final FieldName columnName = AnnotationTools.getFieldName(field, options);
 | 
							final FieldName columnName = AnnotationTools.getFieldName(field, options);
 | 
				
			||||||
		final String linkTableName = generateLinkTableName(tableName, columnName.inTable());
 | 
							final String linkTableName = generateLinkTableName(tableName, columnName.inTable());
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,6 +7,7 @@ import java.sql.Types;
 | 
				
			|||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
import java.util.UUID;
 | 
					import java.util.UUID;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools;
 | 
					import org.kar.archidata.annotation.AnnotationTools;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
					import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
				
			||||||
import org.kar.archidata.dataAccess.CountInOut;
 | 
					import org.kar.archidata.dataAccess.CountInOut;
 | 
				
			||||||
@@ -66,6 +67,8 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
				ps.setNull(iii.value, Types.VARCHAR);
 | 
									ps.setNull(iii.value, Types.VARCHAR);
 | 
				
			||||||
			} else if (field.getType() == UUID.class) {
 | 
								} else if (field.getType() == UUID.class) {
 | 
				
			||||||
				ps.setNull(iii.value, Types.BINARY);
 | 
									ps.setNull(iii.value, Types.BINARY);
 | 
				
			||||||
 | 
								} else if (field.getType() == ObjectId.class) {
 | 
				
			||||||
 | 
									ps.setNull(iii.value, Types.BINARY);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} else if (field.getType() == Long.class) {
 | 
							} else if (field.getType() == Long.class) {
 | 
				
			||||||
			final Long dataTyped = (Long) data;
 | 
								final Long dataTyped = (Long) data;
 | 
				
			||||||
@@ -84,6 +87,11 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
			LOGGER.info("Generate UUTD for DB: {}", dataTyped);
 | 
								LOGGER.info("Generate UUTD for DB: {}", dataTyped);
 | 
				
			||||||
			final byte[] dataByte = UuidUtils.asBytes(dataTyped);
 | 
								final byte[] dataByte = UuidUtils.asBytes(dataTyped);
 | 
				
			||||||
			ps.setBytes(iii.value, dataByte);
 | 
								ps.setBytes(iii.value, dataByte);
 | 
				
			||||||
 | 
							} else if (field.getType() == ObjectId.class) {
 | 
				
			||||||
 | 
								final ObjectId dataTyped = (ObjectId) data;
 | 
				
			||||||
 | 
								LOGGER.info("Generate ObjectId for DB: {}", dataTyped);
 | 
				
			||||||
 | 
								final byte[] dataByte = dataTyped.toByteArray();
 | 
				
			||||||
 | 
								ps.setBytes(iii.value, dataByte);
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			final Field idField = AnnotationTools.getFieldOfId(field.getType());
 | 
								final Field idField = AnnotationTools.getFieldOfId(field.getType());
 | 
				
			||||||
			final Object uid = idField.get(data);
 | 
								final Object uid = idField.get(data);
 | 
				
			||||||
@@ -101,7 +109,8 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
	@Override
 | 
						@Override
 | 
				
			||||||
	public boolean canInsert(final Field field) {
 | 
						public boolean canInsert(final Field field) {
 | 
				
			||||||
		if (field.getType() == Long.class || field.getType() == Integer.class || field.getType() == Short.class
 | 
							if (field.getType() == Long.class || field.getType() == Integer.class || field.getType() == Short.class
 | 
				
			||||||
				|| field.getType() == String.class || field.getType() == UUID.class) {
 | 
									|| field.getType() == String.class || field.getType() == UUID.class
 | 
				
			||||||
 | 
									|| field.getType() == ObjectId.class) {
 | 
				
			||||||
			return true;
 | 
								return true;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
							final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
				
			||||||
@@ -120,7 +129,7 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
	public boolean canRetrieve(final Field field) {
 | 
						public boolean canRetrieve(final Field field) {
 | 
				
			||||||
		final Class<?> classType = field.getType();
 | 
							final Class<?> classType = field.getType();
 | 
				
			||||||
		if (classType == Long.class || classType == Integer.class || classType == Short.class
 | 
							if (classType == Long.class || classType == Integer.class || classType == Short.class
 | 
				
			||||||
				|| classType == String.class || classType == UUID.class) {
 | 
									|| classType == String.class || classType == UUID.class || classType == ObjectId.class) {
 | 
				
			||||||
			return true;
 | 
								return true;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
							final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
				
			||||||
@@ -141,7 +150,8 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
			@NotNull final CountInOut count,
 | 
								@NotNull final CountInOut count,
 | 
				
			||||||
			final QueryOptions options) throws Exception {
 | 
								final QueryOptions options) throws Exception {
 | 
				
			||||||
		if (field.getType() == Long.class || field.getType() == Integer.class || field.getType() == Short.class
 | 
							if (field.getType() == Long.class || field.getType() == Integer.class || field.getType() == Short.class
 | 
				
			||||||
				|| field.getType() == String.class || field.getType() == UUID.class) {
 | 
									|| field.getType() == String.class || field.getType() == UUID.class
 | 
				
			||||||
 | 
									|| field.getType() == ObjectId.class) {
 | 
				
			||||||
			querySelect.append(" ");
 | 
								querySelect.append(" ");
 | 
				
			||||||
			querySelect.append(tableName);
 | 
								querySelect.append(tableName);
 | 
				
			||||||
			querySelect.append(".");
 | 
								querySelect.append(".");
 | 
				
			||||||
@@ -230,6 +240,15 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
			}
 | 
								}
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							if (field.getType() == ObjectId.class) {
 | 
				
			||||||
 | 
								final byte[] tmp = rs.getBytes(count.value);
 | 
				
			||||||
 | 
								count.inc();
 | 
				
			||||||
 | 
								if (!rs.wasNull()) {
 | 
				
			||||||
 | 
									final ObjectId foreignKey = new ObjectId(tmp);
 | 
				
			||||||
 | 
									field.set(data, foreignKey);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
		final Class<?> objectClass = field.getType();
 | 
							final Class<?> objectClass = field.getType();
 | 
				
			||||||
		final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
							final ManyToOne decorators = field.getDeclaredAnnotation(ManyToOne.class);
 | 
				
			||||||
		if (decorators == null) {
 | 
							if (decorators == null) {
 | 
				
			||||||
@@ -279,6 +298,22 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
					};
 | 
										};
 | 
				
			||||||
					lazyCall.add(lambda);
 | 
										lazyCall.add(lambda);
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
 | 
								} else if (remotePrimaryKeyType == ObjectId.class) {
 | 
				
			||||||
 | 
									// here we have the field, the data and the the remote value ==> can create callback that generate the update of the value ...
 | 
				
			||||||
 | 
									final ObjectId foreignKey = ioDb.getListOfRawOID(rs, count.value);
 | 
				
			||||||
 | 
									count.inc();
 | 
				
			||||||
 | 
									if (foreignKey != null) {
 | 
				
			||||||
 | 
										// In the lazy mode, the request is done in asynchronous mode, they will be done after...
 | 
				
			||||||
 | 
										final LazyGetter lambda = () -> {
 | 
				
			||||||
 | 
											// TODO: update to have get with abstract types ....
 | 
				
			||||||
 | 
											final Object foreignData = ioDb.get(decorators.targetEntity(), foreignKey);
 | 
				
			||||||
 | 
											if (foreignData == null) {
 | 
				
			||||||
 | 
												return;
 | 
				
			||||||
 | 
											}
 | 
				
			||||||
 | 
											field.set(data, foreignData);
 | 
				
			||||||
 | 
										};
 | 
				
			||||||
 | 
										lazyCall.add(lambda);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -298,7 +333,7 @@ public class AddOnManyToOne implements DataAccessAddOn {
 | 
				
			|||||||
			final QueryOptions options) throws Exception {
 | 
								final QueryOptions options) throws Exception {
 | 
				
			||||||
		final Class<?> classType = field.getType();
 | 
							final Class<?> classType = field.getType();
 | 
				
			||||||
		if (classType == Long.class || classType == Integer.class || classType == Short.class
 | 
							if (classType == Long.class || classType == Integer.class || classType == Short.class
 | 
				
			||||||
				|| classType == String.class || classType == UUID.class) {
 | 
									|| classType == String.class || classType == UUID.class || classType == ObjectId.class) {
 | 
				
			||||||
			DataFactory.createTablesSpecificType(tableName, primaryField, field, mainTableBuilder, preActionList,
 | 
								DataFactory.createTablesSpecificType(tableName, primaryField, field, mainTableBuilder, preActionList,
 | 
				
			||||||
					postActionList, createIfNotExist, createDrop, fieldId, classType, options);
 | 
										postActionList, createIfNotExist, createDrop, fieldId, classType, options);
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,6 +10,7 @@ import java.util.List;
 | 
				
			|||||||
import java.util.UUID;
 | 
					import java.util.UUID;
 | 
				
			||||||
import java.util.stream.Collectors;
 | 
					import java.util.stream.Collectors;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools;
 | 
					import org.kar.archidata.annotation.AnnotationTools;
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
					import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
				
			||||||
import org.kar.archidata.dataAccess.CountInOut;
 | 
					import org.kar.archidata.dataAccess.CountInOut;
 | 
				
			||||||
@@ -110,7 +111,7 @@ public class AddOnOneToMany implements DataAccessAddOn {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
							final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
									.getActualTypeArguments()[0];
 | 
				
			||||||
		if (objectClass == Long.class || objectClass == UUID.class) {
 | 
							if (objectClass == Long.class || objectClass == UUID.class || objectClass == ObjectId.class) {
 | 
				
			||||||
			return true;
 | 
								return true;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final OneToMany decorators = field.getDeclaredAnnotation(OneToMany.class);
 | 
							final OneToMany decorators = field.getDeclaredAnnotation(OneToMany.class);
 | 
				
			||||||
@@ -201,7 +202,7 @@ public class AddOnOneToMany implements DataAccessAddOn {
 | 
				
			|||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		// TODO: manage better the eager and lazy !!
 | 
							// TODO: manage better the eager and lazy !!
 | 
				
			||||||
		if (objectClass == Long.class || objectClass == UUID.class) {
 | 
							if (objectClass == Long.class || objectClass == UUID.class || objectClass == ObjectId.class) {
 | 
				
			||||||
			generateConcatQuery(tableName, primaryKey, field, querySelect, query, name, count, options,
 | 
								generateConcatQuery(tableName, primaryKey, field, querySelect, query, name, count, options,
 | 
				
			||||||
					decorators.targetEntity(), decorators.mappedBy());
 | 
										decorators.targetEntity(), decorators.mappedBy());
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
@@ -230,81 +231,115 @@ public class AddOnOneToMany implements DataAccessAddOn {
 | 
				
			|||||||
			final CountInOut count,
 | 
								final CountInOut count,
 | 
				
			||||||
			final QueryOptions options,
 | 
								final QueryOptions options,
 | 
				
			||||||
			final List<LazyGetter> lazyCall) throws Exception {
 | 
								final List<LazyGetter> lazyCall) throws Exception {
 | 
				
			||||||
		if (field.getType() != List.class) {
 | 
							try {
 | 
				
			||||||
			LOGGER.error("Can not OneToMany with other than List Model: {}", field.getType().getCanonicalName());
 | 
								if (field.getType() != List.class) {
 | 
				
			||||||
			return;
 | 
									LOGGER.error("Can not OneToMany with other than List Model: {}", field.getType().getCanonicalName());
 | 
				
			||||||
		}
 | 
									return;
 | 
				
			||||||
		final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
								}
 | 
				
			||||||
				.getActualTypeArguments()[0];
 | 
								final Class<?> objectClass = (Class<?>) ((ParameterizedType) field.getGenericType())
 | 
				
			||||||
		final OneToMany decorators = field.getDeclaredAnnotation(OneToMany.class);
 | 
										.getActualTypeArguments()[0];
 | 
				
			||||||
		if (decorators == null) {
 | 
								final OneToMany decorators = field.getDeclaredAnnotation(OneToMany.class);
 | 
				
			||||||
			return;
 | 
								if (decorators == null) {
 | 
				
			||||||
		}
 | 
									return;
 | 
				
			||||||
		if (objectClass == Long.class) {
 | 
					 | 
				
			||||||
			final List<Long> idList = ioDb.getListOfIds(rs, count.value, SEPARATOR_LONG);
 | 
					 | 
				
			||||||
			field.set(data, idList);
 | 
					 | 
				
			||||||
			count.inc();
 | 
					 | 
				
			||||||
			return;
 | 
					 | 
				
			||||||
		} else if (objectClass == UUID.class) {
 | 
					 | 
				
			||||||
			final List<UUID> idList = ioDb.getListOfRawUUIDs(rs, count.value);
 | 
					 | 
				
			||||||
			field.set(data, idList);
 | 
					 | 
				
			||||||
			count.inc();
 | 
					 | 
				
			||||||
			return;
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		if (objectClass == decorators.targetEntity()) {
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
			Long parentIdTmp = null;
 | 
					 | 
				
			||||||
			UUID parendUuidTmp = null;
 | 
					 | 
				
			||||||
			try {
 | 
					 | 
				
			||||||
				final String modelData = rs.getString(count.value);
 | 
					 | 
				
			||||||
				parentIdTmp = Long.valueOf(modelData);
 | 
					 | 
				
			||||||
				count.inc();
 | 
					 | 
				
			||||||
			} catch (final NumberFormatException ex) {
 | 
					 | 
				
			||||||
				final List<UUID> idList = ioDb.getListOfRawUUIDs(rs, count.value);
 | 
					 | 
				
			||||||
				parendUuidTmp = idList.get(0);
 | 
					 | 
				
			||||||
				count.inc();
 | 
					 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			final Long parentId = parentIdTmp;
 | 
					 | 
				
			||||||
			final UUID parendUuid = parendUuidTmp;
 | 
					 | 
				
			||||||
			final String mappingKey = decorators.mappedBy();
 | 
					 | 
				
			||||||
			// We get the parent ID ... ==> need to request the list of elements
 | 
					 | 
				
			||||||
			if (objectClass == Long.class) {
 | 
								if (objectClass == Long.class) {
 | 
				
			||||||
				LOGGER.error("Need to retreive all primary key of all elements");
 | 
									final List<Long> idList = ioDb.getListOfIds(rs, count.value, SEPARATOR_LONG);
 | 
				
			||||||
				//field.set(data, idList);
 | 
									field.set(data, idList);
 | 
				
			||||||
 | 
									count.inc();
 | 
				
			||||||
				return;
 | 
									return;
 | 
				
			||||||
			} else if (objectClass == UUID.class) {
 | 
								} else if (objectClass == UUID.class) {
 | 
				
			||||||
				LOGGER.error("Need to retreive all primary key of all elements");
 | 
									final List<UUID> idList = ioDb.getListOfRawUUIDs(rs, count.value);
 | 
				
			||||||
				//field.set(data, idList);
 | 
									field.set(data, idList);
 | 
				
			||||||
 | 
									count.inc();
 | 
				
			||||||
 | 
									return;
 | 
				
			||||||
 | 
								} else if (objectClass == ObjectId.class) {
 | 
				
			||||||
 | 
									final List<ObjectId> idList = ioDb.getListOfRawOIDs(rs, count.value);
 | 
				
			||||||
 | 
									field.set(data, idList);
 | 
				
			||||||
 | 
									count.inc();
 | 
				
			||||||
				return;
 | 
									return;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (objectClass == decorators.targetEntity()) {
 | 
								if (objectClass == decorators.targetEntity()) {
 | 
				
			||||||
				if (decorators.fetch() == FetchType.EAGER) {
 | 
									final String destinationField = decorators.mappedBy();
 | 
				
			||||||
					throw new DataAccessException("EAGER is not supported for list of element...");
 | 
									final Field typeDestination = AnnotationTools.getFieldNamed(objectClass, destinationField);
 | 
				
			||||||
				} else if (parentId != null) {
 | 
									final Class<?> destinationClass = typeDestination.getType();
 | 
				
			||||||
					// In the lazy mode, the request is done in asynchronous mode, they will be done after...
 | 
					
 | 
				
			||||||
					final LazyGetter lambda = () -> {
 | 
									Long parentIdTmp = null;
 | 
				
			||||||
						@SuppressWarnings("unchecked")
 | 
									UUID parendUuidTmp = null;
 | 
				
			||||||
						final Object foreignData = ioDb.getsWhere(decorators.targetEntity(),
 | 
									ObjectId parendOidTmp = null;
 | 
				
			||||||
								new Condition(new QueryCondition(mappingKey, "=", parentId)));
 | 
									if (destinationClass == Long.class) {
 | 
				
			||||||
						if (foreignData == null) {
 | 
										final String modelData = rs.getString(count.value);
 | 
				
			||||||
							return;
 | 
										parentIdTmp = Long.valueOf(modelData);
 | 
				
			||||||
						}
 | 
										count.inc();
 | 
				
			||||||
						field.set(data, foreignData);
 | 
									} else if (destinationClass == UUID.class) {
 | 
				
			||||||
					};
 | 
										final List<UUID> idList = ioDb.getListOfRawUUIDs(rs, count.value);
 | 
				
			||||||
					lazyCall.add(lambda);
 | 
										parendUuidTmp = idList.get(0);
 | 
				
			||||||
				} else if (parendUuid != null) {
 | 
										count.inc();
 | 
				
			||||||
					final LazyGetter lambda = () -> {
 | 
									} else if (destinationClass == ObjectId.class) {
 | 
				
			||||||
						@SuppressWarnings("unchecked")
 | 
										final List<ObjectId> idList = ioDb.getListOfRawOIDs(rs, count.value);
 | 
				
			||||||
						final Object foreignData = ioDb.getsWhere(decorators.targetEntity(),
 | 
										parendOidTmp = idList.get(0);
 | 
				
			||||||
								new Condition(new QueryCondition(mappingKey, "=", parendUuid)));
 | 
										count.inc();
 | 
				
			||||||
						if (foreignData == null) {
 | 
									}
 | 
				
			||||||
							return;
 | 
									final Long parentId = parentIdTmp;
 | 
				
			||||||
						}
 | 
									final UUID parendUuid = parendUuidTmp;
 | 
				
			||||||
						field.set(data, foreignData);
 | 
									final ObjectId parendOid = parendOidTmp;
 | 
				
			||||||
					};
 | 
									final String mappingKey = decorators.mappedBy();
 | 
				
			||||||
					lazyCall.add(lambda);
 | 
									// We get the parent ID ... ==> need to request the list of elements
 | 
				
			||||||
 | 
									if (objectClass == Long.class) {
 | 
				
			||||||
 | 
										LOGGER.error("Need to retreive all primary key of all elements.");
 | 
				
			||||||
 | 
										//field.set(data, idList);
 | 
				
			||||||
 | 
										return;
 | 
				
			||||||
 | 
									} else if (objectClass == UUID.class) {
 | 
				
			||||||
 | 
										LOGGER.error("Need to retreive all primary key of all elements");
 | 
				
			||||||
 | 
										//field.set(data, idList);
 | 
				
			||||||
 | 
										return;
 | 
				
			||||||
 | 
									} else if (objectClass == ObjectId.class) {
 | 
				
			||||||
 | 
										LOGGER.error("Need to retreive all primary key of all elements");
 | 
				
			||||||
 | 
										//field.set(data, idList);
 | 
				
			||||||
 | 
										return;
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
									if (objectClass == decorators.targetEntity()) {
 | 
				
			||||||
 | 
										if (decorators.fetch() == FetchType.EAGER) {
 | 
				
			||||||
 | 
											throw new DataAccessException("EAGER is not supported for list of element...");
 | 
				
			||||||
 | 
										} else if (parentId != null) {
 | 
				
			||||||
 | 
											// In the lazy mode, the request is done in asynchronous mode, they will be done after...
 | 
				
			||||||
 | 
											final LazyGetter lambda = () -> {
 | 
				
			||||||
 | 
												@SuppressWarnings("unchecked")
 | 
				
			||||||
 | 
												final Object foreignData = ioDb.getsWhere(decorators.targetEntity(),
 | 
				
			||||||
 | 
														new Condition(new QueryCondition(mappingKey, "=", parentId)));
 | 
				
			||||||
 | 
												if (foreignData == null) {
 | 
				
			||||||
 | 
													return;
 | 
				
			||||||
 | 
												}
 | 
				
			||||||
 | 
												field.set(data, foreignData);
 | 
				
			||||||
 | 
											};
 | 
				
			||||||
 | 
											lazyCall.add(lambda);
 | 
				
			||||||
 | 
										} else if (parendUuid != null) {
 | 
				
			||||||
 | 
											final LazyGetter lambda = () -> {
 | 
				
			||||||
 | 
												@SuppressWarnings("unchecked")
 | 
				
			||||||
 | 
												final Object foreignData = ioDb.getsWhere(decorators.targetEntity(),
 | 
				
			||||||
 | 
														new Condition(new QueryCondition(mappingKey, "=", parendUuid)));
 | 
				
			||||||
 | 
												if (foreignData == null) {
 | 
				
			||||||
 | 
													return;
 | 
				
			||||||
 | 
												}
 | 
				
			||||||
 | 
												field.set(data, foreignData);
 | 
				
			||||||
 | 
											};
 | 
				
			||||||
 | 
											lazyCall.add(lambda);
 | 
				
			||||||
 | 
										} else if (parendOid != null) {
 | 
				
			||||||
 | 
											final LazyGetter lambda = () -> {
 | 
				
			||||||
 | 
												@SuppressWarnings("unchecked")
 | 
				
			||||||
 | 
												final Object foreignData = ioDb.getsWhere(decorators.targetEntity(),
 | 
				
			||||||
 | 
														new Condition(new QueryCondition(mappingKey, "=", parendOid)));
 | 
				
			||||||
 | 
												if (foreignData == null) {
 | 
				
			||||||
 | 
													return;
 | 
				
			||||||
 | 
												}
 | 
				
			||||||
 | 
												field.set(data, foreignData);
 | 
				
			||||||
 | 
											};
 | 
				
			||||||
 | 
											lazyCall.add(lambda);
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
							} catch (final Exception ex) {
 | 
				
			||||||
 | 
								ex.printStackTrace();
 | 
				
			||||||
 | 
								LOGGER.error("Fail to parse remote {}", ex.getMessage());
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -76,7 +76,7 @@ public class Condition extends QueryOption {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		final List<Bson> filter = new ArrayList<>();
 | 
							final List<Bson> filter = new ArrayList<>();
 | 
				
			||||||
		if (exclude_deleted && deletedFieldName != null) {
 | 
							if (exclude_deleted && deletedFieldName != null) {
 | 
				
			||||||
			filter.add(Filters.eq(deletedFieldName, false));
 | 
								filter.add(Filters.or(Filters.eq(deletedFieldName, false), Filters.exists(deletedFieldName, false)));
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		// Check if we have a condition to generate
 | 
							// Check if we have a condition to generate
 | 
				
			||||||
		if (this.condition != null) {
 | 
							if (this.condition != null) {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,6 +16,6 @@ public class InputException extends Exception {
 | 
				
			|||||||
	public InputException(final String variable, final String message) {
 | 
						public InputException(final String variable, final String message) {
 | 
				
			||||||
		super(message);
 | 
							super(message);
 | 
				
			||||||
		this.missingVariable = variable;
 | 
							this.missingVariable = variable;
 | 
				
			||||||
		this.status = Response.Status.NOT_ACCEPTABLE;
 | 
							this.status = Response.Status.BAD_REQUEST;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,9 @@
 | 
				
			|||||||
package org.kar.archidata.exception;
 | 
					package org.kar.archidata.exception;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.bson.types.ObjectId;
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
 | 
					import org.kar.archidata.catcher.RestInputError;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class RESTErrorResponseException extends Exception {
 | 
					public class RESTErrorResponseException extends Exception {
 | 
				
			||||||
	private static final long serialVersionUID = 1L;
 | 
						private static final long serialVersionUID = 1L;
 | 
				
			||||||
@@ -10,6 +13,7 @@ public class RESTErrorResponseException extends Exception {
 | 
				
			|||||||
	public String message;
 | 
						public String message;
 | 
				
			||||||
	public int status;
 | 
						public int status;
 | 
				
			||||||
	public String statusMessage;
 | 
						public String statusMessage;
 | 
				
			||||||
 | 
						public List<RestInputError> inputError;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public RESTErrorResponseException() {
 | 
						public RESTErrorResponseException() {
 | 
				
			||||||
		this.oid = new ObjectId();
 | 
							this.oid = new ObjectId();
 | 
				
			||||||
@@ -18,16 +22,18 @@ public class RESTErrorResponseException extends Exception {
 | 
				
			|||||||
		this.message = null;
 | 
							this.message = null;
 | 
				
			||||||
		this.status = 0;
 | 
							this.status = 0;
 | 
				
			||||||
		this.statusMessage = null;
 | 
							this.statusMessage = null;
 | 
				
			||||||
 | 
							this.inputError = null;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public RESTErrorResponseException(final ObjectId oid, final String time, final String name, final String message,
 | 
						public RESTErrorResponseException(final ObjectId oid, final String time, final String name, final String message,
 | 
				
			||||||
			final int status, final String statusMessage) {
 | 
								final int status, final String statusMessage, final List<RestInputError> inputError) {
 | 
				
			||||||
		this.oid = oid;
 | 
							this.oid = oid;
 | 
				
			||||||
		this.time = time;
 | 
							this.time = time;
 | 
				
			||||||
		this.name = name;
 | 
							this.name = name;
 | 
				
			||||||
		this.message = message;
 | 
							this.message = message;
 | 
				
			||||||
		this.status = status;
 | 
							this.status = status;
 | 
				
			||||||
		this.statusMessage = statusMessage;
 | 
							this.statusMessage = statusMessage;
 | 
				
			||||||
 | 
							this.inputError = inputError;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -151,13 +151,6 @@ public class DotClassElement {
 | 
				
			|||||||
		return ".optional()";
 | 
							return ".optional()";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public String readOnlyZod(final FieldProperty field) {
 | 
					 | 
				
			||||||
		if (field.readOnly()) {
 | 
					 | 
				
			||||||
			return ".readonly()";
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		return "";
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	public String generateBaseObject() {
 | 
						public String generateBaseObject() {
 | 
				
			||||||
		final StringBuilder out = new StringBuilder();
 | 
							final StringBuilder out = new StringBuilder();
 | 
				
			||||||
		return out.toString();
 | 
							return out.toString();
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,9 +9,13 @@ import java.util.HashMap;
 | 
				
			|||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
import java.util.Map;
 | 
					import java.util.Map;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.AnnotationTools;
 | 
				
			||||||
import org.slf4j.Logger;
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
import org.slf4j.LoggerFactory;
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.ws.rs.HeaderParam;
 | 
				
			||||||
 | 
					import jakarta.ws.rs.core.Context;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class ApiModel {
 | 
					public class ApiModel {
 | 
				
			||||||
	static final Logger LOGGER = LoggerFactory.getLogger(ApiModel.class);
 | 
						static final Logger LOGGER = LoggerFactory.getLogger(ApiModel.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -37,6 +41,8 @@ public class ApiModel {
 | 
				
			|||||||
	public String name;
 | 
						public String name;
 | 
				
			||||||
	// list of all parameters (/{key}/...
 | 
						// list of all parameters (/{key}/...
 | 
				
			||||||
	public final Map<String, List<ClassModel>> parameters = new HashMap<>();
 | 
						public final Map<String, List<ClassModel>> parameters = new HashMap<>();
 | 
				
			||||||
 | 
						// list of all headers of the request (/{key}/...
 | 
				
			||||||
 | 
						public final Map<String, OptionalClassModel> headers = new HashMap<>();
 | 
				
			||||||
	// list of all query (?key...)
 | 
						// list of all query (?key...)
 | 
				
			||||||
	public final Map<String, List<ClassModel>> queries = new HashMap<>();
 | 
						public final Map<String, List<ClassModel>> queries = new HashMap<>();
 | 
				
			||||||
	// when request multi-part, need to separate it.
 | 
						// when request multi-part, need to separate it.
 | 
				
			||||||
@@ -153,11 +159,12 @@ public class ApiModel {
 | 
				
			|||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				parameterModel.add(previousModel.add(parameterType));
 | 
									parameterModel.add(previousModel.add(parameterType));
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
								final Context contextAnnotation = AnnotationTools.get(parameter, Context.class);
 | 
				
			||||||
 | 
								final HeaderParam headerParam = AnnotationTools.get(parameter, HeaderParam.class);
 | 
				
			||||||
			final String pathParam = ApiTool.apiAnnotationGetPathParam(parameter);
 | 
								final String pathParam = ApiTool.apiAnnotationGetPathParam(parameter);
 | 
				
			||||||
			final String queryParam = ApiTool.apiAnnotationGetQueryParam(parameter);
 | 
								final String queryParam = ApiTool.apiAnnotationGetQueryParam(parameter);
 | 
				
			||||||
			final String formDataParam = ApiTool.apiAnnotationGetFormDataParam(parameter);
 | 
								final String formDataParam = ApiTool.apiAnnotationGetFormDataParam(parameter);
 | 
				
			||||||
			final boolean formDataParamOptional = ApiTool.apiAnnotationGetFormDataOptional(parameter);
 | 
								final boolean apiInputOptional = ApiTool.apiAnnotationGetApiInputOptional(parameter);
 | 
				
			||||||
			if (queryParam != null) {
 | 
								if (queryParam != null) {
 | 
				
			||||||
				if (!this.queries.containsKey(queryParam)) {
 | 
									if (!this.queries.containsKey(queryParam)) {
 | 
				
			||||||
					this.queries.put(queryParam, parameterModel);
 | 
										this.queries.put(queryParam, parameterModel);
 | 
				
			||||||
@@ -169,7 +176,13 @@ public class ApiModel {
 | 
				
			|||||||
			} else if (formDataParam != null) {
 | 
								} else if (formDataParam != null) {
 | 
				
			||||||
				if (!this.multiPartParameters.containsKey(formDataParam)) {
 | 
									if (!this.multiPartParameters.containsKey(formDataParam)) {
 | 
				
			||||||
					this.multiPartParameters.put(formDataParam,
 | 
										this.multiPartParameters.put(formDataParam,
 | 
				
			||||||
							new OptionalClassModel(parameterModel, formDataParamOptional));
 | 
												new OptionalClassModel(parameterModel, apiInputOptional));
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								} else if (contextAnnotation != null) {
 | 
				
			||||||
 | 
									// out of scope parameters
 | 
				
			||||||
 | 
								} else if (headerParam != null) {
 | 
				
			||||||
 | 
									if (!this.headers.containsKey(headerParam.value())) {
 | 
				
			||||||
 | 
										this.headers.put(headerParam.value(), new OptionalClassModel(parameterModel, apiInputOptional));
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				this.unnamedElement.addAll(parameterModel);
 | 
									this.unnamedElement.addAll(parameterModel);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,9 +7,9 @@ import java.util.Arrays;
 | 
				
			|||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.glassfish.jersey.media.multipart.FormDataParam;
 | 
					import org.glassfish.jersey.media.multipart.FormDataParam;
 | 
				
			||||||
import org.kar.archidata.annotation.AsyncType;
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiInputOptional;
 | 
				
			||||||
import org.kar.archidata.annotation.FormDataOptional;
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAsyncType;
 | 
				
			||||||
import org.kar.archidata.annotation.TypeScriptProgress;
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiTypeScriptProgress;
 | 
				
			||||||
import org.kar.archidata.annotation.method.ARCHIVE;
 | 
					import org.kar.archidata.annotation.method.ARCHIVE;
 | 
				
			||||||
import org.kar.archidata.annotation.method.RESTORE;
 | 
					import org.kar.archidata.annotation.method.RESTORE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -53,7 +53,7 @@ public class ApiTool {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static boolean apiAnnotationTypeScriptProgress(final Method element) throws Exception {
 | 
						public static boolean apiAnnotationTypeScriptProgress(final Method element) throws Exception {
 | 
				
			||||||
		final Annotation[] annotation = element.getDeclaredAnnotationsByType(TypeScriptProgress.class);
 | 
							final Annotation[] annotation = element.getDeclaredAnnotationsByType(ApiTypeScriptProgress.class);
 | 
				
			||||||
		if (annotation.length == 0) {
 | 
							if (annotation.length == 0) {
 | 
				
			||||||
			return false;
 | 
								return false;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
@@ -159,8 +159,8 @@ public class ApiTool {
 | 
				
			|||||||
		return ((QueryParam) annotation[0]).value();
 | 
							return ((QueryParam) annotation[0]).value();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static boolean apiAnnotationGetFormDataOptional(final Parameter element) throws Exception {
 | 
						public static boolean apiAnnotationGetApiInputOptional(final Parameter element) throws Exception {
 | 
				
			||||||
		final Annotation[] annotation = element.getDeclaredAnnotationsByType(FormDataOptional.class);
 | 
							final Annotation[] annotation = element.getDeclaredAnnotationsByType(ApiInputOptional.class);
 | 
				
			||||||
		if (annotation.length == 0) {
 | 
							if (annotation.length == 0) {
 | 
				
			||||||
			return false;
 | 
								return false;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
@@ -176,19 +176,19 @@ public class ApiTool {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static Class<?>[] apiAnnotationGetAsyncType(final Parameter element) throws Exception {
 | 
						public static Class<?>[] apiAnnotationGetAsyncType(final Parameter element) throws Exception {
 | 
				
			||||||
		final Annotation[] annotation = element.getDeclaredAnnotationsByType(AsyncType.class);
 | 
							final Annotation[] annotation = element.getDeclaredAnnotationsByType(ApiAsyncType.class);
 | 
				
			||||||
		if (annotation.length == 0) {
 | 
							if (annotation.length == 0) {
 | 
				
			||||||
			return null;
 | 
								return null;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return ((AsyncType) annotation[0]).value();
 | 
							return ((ApiAsyncType) annotation[0]).value();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static Class<?>[] apiAnnotationGetAsyncType(final Method element) throws Exception {
 | 
						public static Class<?>[] apiAnnotationGetAsyncType(final Method element) throws Exception {
 | 
				
			||||||
		final Annotation[] annotation = element.getDeclaredAnnotationsByType(AsyncType.class);
 | 
							final Annotation[] annotation = element.getDeclaredAnnotationsByType(ApiAsyncType.class);
 | 
				
			||||||
		if (annotation.length == 0) {
 | 
							if (annotation.length == 0) {
 | 
				
			||||||
			return null;
 | 
								return null;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return ((AsyncType) annotation[0]).value();
 | 
							return ((ApiAsyncType) annotation[0]).value();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static List<String> apiAnnotationGetConsumes(final Method element) throws Exception {
 | 
						public static List<String> apiAnnotationGetConsumes(final Method element) throws Exception {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,11 +6,14 @@ import java.util.HashMap;
 | 
				
			|||||||
import java.util.Map;
 | 
					import java.util.Map;
 | 
				
			||||||
import java.util.Set;
 | 
					import java.util.Set;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class ClassEnumModel extends ClassModel {
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					import org.kar.archidata.tools.AnnotationCreator;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class ClassEnumModel extends ClassModel {
 | 
				
			||||||
	protected ClassEnumModel(final Class<?> clazz) {
 | 
						protected ClassEnumModel(final Class<?> clazz) {
 | 
				
			||||||
		this.originClasses = clazz;
 | 
							this.originClasses = clazz;
 | 
				
			||||||
		this.noWriteSpecificMode = true;
 | 
							this.apiGenerationMode = AnnotationCreator.createAnnotation(ApiGenerationMode.class, "readable", true,
 | 
				
			||||||
 | 
									"creatable", false, "updatable", false);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,18 +8,24 @@ import java.util.List;
 | 
				
			|||||||
import java.util.Map;
 | 
					import java.util.Map;
 | 
				
			||||||
import java.util.Set;
 | 
					import java.util.Set;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					import org.kar.archidata.tools.AnnotationCreator;
 | 
				
			||||||
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public abstract class ClassModel {
 | 
					public abstract class ClassModel {
 | 
				
			||||||
 | 
						private static final Logger LOGGER = LoggerFactory.getLogger(ClassModel.class);
 | 
				
			||||||
	protected boolean analyzeDone = false;
 | 
						protected boolean analyzeDone = false;
 | 
				
			||||||
	protected Class<?> originClasses = null;
 | 
						protected Class<?> originClasses = null;
 | 
				
			||||||
	protected boolean noWriteSpecificMode = false;
 | 
						protected ApiGenerationMode apiGenerationMode = AnnotationCreator.createAnnotation(ApiGenerationMode.class);
 | 
				
			||||||
	protected List<ClassModel> dependencyModels = new ArrayList<>();
 | 
						protected List<ClassModel> dependencyModels = new ArrayList<>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public Class<?> getOriginClasses() {
 | 
						public Class<?> getOriginClasses() {
 | 
				
			||||||
		return this.originClasses;
 | 
							return this.originClasses;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public boolean isNoWriteSpecificMode() {
 | 
						public ApiGenerationMode getApiGenerationMode() {
 | 
				
			||||||
		return this.noWriteSpecificMode;
 | 
							return this.apiGenerationMode;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	protected boolean isCompatible(final Class<?> clazz) {
 | 
						protected boolean isCompatible(final Class<?> clazz) {
 | 
				
			||||||
@@ -76,7 +82,15 @@ public abstract class ClassModel {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	public abstract Set<ClassModel> getAlls();
 | 
						public abstract Set<ClassModel> getAlls();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public List<String> getReadOnlyField() {
 | 
						public List<String> getReadOnlyFields() {
 | 
				
			||||||
 | 
							return List.of();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public List<String> getCreateFields() {
 | 
				
			||||||
 | 
							return List.of();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public List<String> getUpdateFields() {
 | 
				
			||||||
		return List.of();
 | 
							return List.of();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,10 @@ import java.util.List;
 | 
				
			|||||||
import java.util.Set;
 | 
					import java.util.Set;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.kar.archidata.annotation.AnnotationTools;
 | 
					import org.kar.archidata.annotation.AnnotationTools;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAccessLimitation;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
import org.kar.archidata.exception.DataAccessException;
 | 
					import org.kar.archidata.exception.DataAccessException;
 | 
				
			||||||
 | 
					import org.kar.archidata.tools.AnnotationCreator;
 | 
				
			||||||
import org.slf4j.Logger;
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
import org.slf4j.LoggerFactory;
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -31,6 +34,10 @@ public class ClassObjectModel extends ClassModel {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	public ClassObjectModel(final Class<?> clazz) {
 | 
						public ClassObjectModel(final Class<?> clazz) {
 | 
				
			||||||
		this.originClasses = clazz;
 | 
							this.originClasses = clazz;
 | 
				
			||||||
 | 
							final ApiGenerationMode tmp = AnnotationTools.get(clazz, ApiGenerationMode.class);
 | 
				
			||||||
 | 
							if (tmp != null) {
 | 
				
			||||||
 | 
								this.apiGenerationMode = tmp;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
@@ -74,15 +81,16 @@ public class ClassObjectModel extends ClassModel {
 | 
				
			|||||||
			DecimalMax decimalMax,
 | 
								DecimalMax decimalMax,
 | 
				
			||||||
			Pattern pattern,
 | 
								Pattern pattern,
 | 
				
			||||||
			Email email,
 | 
								Email email,
 | 
				
			||||||
			Boolean readOnly,
 | 
								ApiAccessLimitation accessLimitation,
 | 
				
			||||||
			Boolean notNull,
 | 
								Boolean notNull,
 | 
				
			||||||
			Boolean columnNotNull,
 | 
								Boolean columnNotNull,
 | 
				
			||||||
			Boolean nullable) {
 | 
								Boolean nullable) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		public FieldProperty(final String name, final ClassModel model, final ClassModel linkClass,
 | 
							public FieldProperty(final String name, final ClassModel model, final ClassModel linkClass,
 | 
				
			||||||
				final String comment, final Size stringSize, final Min min, final Max max, final DecimalMin decimalMin,
 | 
									final String comment, final Size stringSize, final Min min, final Max max, final DecimalMin decimalMin,
 | 
				
			||||||
				final DecimalMax decimalMax, final Pattern pattern, final Email email, final Boolean readOnly,
 | 
									final DecimalMax decimalMax, final Pattern pattern, final Email email,
 | 
				
			||||||
				final Boolean notNull, final Boolean columnNotNull, final Boolean nullable) {
 | 
									final ApiAccessLimitation accessLimitation, final Boolean notNull, final Boolean columnNotNull,
 | 
				
			||||||
 | 
									final Boolean nullable) {
 | 
				
			||||||
			this.name = name;
 | 
								this.name = name;
 | 
				
			||||||
			this.model = model;
 | 
								this.model = model;
 | 
				
			||||||
			this.linkClass = linkClass;
 | 
								this.linkClass = linkClass;
 | 
				
			||||||
@@ -94,7 +102,11 @@ public class ClassObjectModel extends ClassModel {
 | 
				
			|||||||
			this.email = email;
 | 
								this.email = email;
 | 
				
			||||||
			this.min = min;
 | 
								this.min = min;
 | 
				
			||||||
			this.max = max;
 | 
								this.max = max;
 | 
				
			||||||
			this.readOnly = readOnly;
 | 
								if (accessLimitation == null) {
 | 
				
			||||||
 | 
									this.accessLimitation = AnnotationCreator.createAnnotation(ApiAccessLimitation.class);
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									this.accessLimitation = accessLimitation;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
			this.notNull = notNull;
 | 
								this.notNull = notNull;
 | 
				
			||||||
			this.columnNotNull = columnNotNull;
 | 
								this.columnNotNull = columnNotNull;
 | 
				
			||||||
			this.nullable = nullable;
 | 
								this.nullable = nullable;
 | 
				
			||||||
@@ -146,7 +158,7 @@ public class ClassObjectModel extends ClassModel {
 | 
				
			|||||||
					AnnotationTools.getConstraintsDecimalMax(field), //
 | 
										AnnotationTools.getConstraintsDecimalMax(field), //
 | 
				
			||||||
					AnnotationTools.getConstraintsPattern(field), //
 | 
										AnnotationTools.getConstraintsPattern(field), //
 | 
				
			||||||
					AnnotationTools.getConstraintsEmail(field), //
 | 
										AnnotationTools.getConstraintsEmail(field), //
 | 
				
			||||||
					AnnotationTools.getSchemaReadOnly(field), //
 | 
										AnnotationTools.get(field, ApiAccessLimitation.class), //
 | 
				
			||||||
					AnnotationTools.getConstraintsNotNull(field), //
 | 
										AnnotationTools.getConstraintsNotNull(field), //
 | 
				
			||||||
					AnnotationTools.getColumnNotNull(field), //
 | 
										AnnotationTools.getColumnNotNull(field), //
 | 
				
			||||||
					AnnotationTools.getNullable(field));
 | 
										AnnotationTools.getNullable(field));
 | 
				
			||||||
@@ -192,7 +204,6 @@ public class ClassObjectModel extends ClassModel {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		this.analyzeDone = true;
 | 
							this.analyzeDone = true;
 | 
				
			||||||
		final Class<?> clazz = this.originClasses;
 | 
							final Class<?> clazz = this.originClasses;
 | 
				
			||||||
		this.noWriteSpecificMode = AnnotationTools.getNoWriteSpecificMode(clazz);
 | 
					 | 
				
			||||||
		this.isPrimitive = clazz.isPrimitive();
 | 
							this.isPrimitive = clazz.isPrimitive();
 | 
				
			||||||
		if (this.isPrimitive) {
 | 
							if (this.isPrimitive) {
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
@@ -259,15 +270,43 @@ public class ClassObjectModel extends ClassModel {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
	public List<String> getReadOnlyField() {
 | 
						public List<String> getReadOnlyFields() {
 | 
				
			||||||
		final List<String> out = new ArrayList<>();
 | 
							final List<String> out = new ArrayList<>();
 | 
				
			||||||
		for (final FieldProperty field : this.fields) {
 | 
							for (final FieldProperty field : this.fields) {
 | 
				
			||||||
			if (field.readOnly()) {
 | 
								if (!field.accessLimitation().creatable() && !field.accessLimitation().updatable()) {
 | 
				
			||||||
				out.add(field.name);
 | 
									out.add(field.name);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (this.extendsClass != null) {
 | 
							if (this.extendsClass != null) {
 | 
				
			||||||
			out.addAll(this.extendsClass.getReadOnlyField());
 | 
								out.addAll(this.extendsClass.getReadOnlyFields());
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return out;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public List<String> getCreateFields() {
 | 
				
			||||||
 | 
							final List<String> out = new ArrayList<>();
 | 
				
			||||||
 | 
							for (final FieldProperty field : this.fields) {
 | 
				
			||||||
 | 
								if (field.accessLimitation().creatable()) {
 | 
				
			||||||
 | 
									out.add(field.name);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (this.extendsClass != null) {
 | 
				
			||||||
 | 
								out.addAll(this.extendsClass.getReadOnlyFields());
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return out;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Override
 | 
				
			||||||
 | 
						public List<String> getUpdateFields() {
 | 
				
			||||||
 | 
							final List<String> out = new ArrayList<>();
 | 
				
			||||||
 | 
							for (final FieldProperty field : this.fields) {
 | 
				
			||||||
 | 
								if (field.accessLimitation().updatable()) {
 | 
				
			||||||
 | 
									out.add(field.name);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (this.extendsClass != null) {
 | 
				
			||||||
 | 
								out.addAll(this.extendsClass.getReadOnlyFields());
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return out;
 | 
							return out;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -45,7 +45,9 @@ public class TsApiGeneration {
 | 
				
			|||||||
			final ClassEnumModel model,
 | 
								final ClassEnumModel model,
 | 
				
			||||||
			final TsClassElementGroup tsGroup,
 | 
								final TsClassElementGroup tsGroup,
 | 
				
			||||||
			final Set<ClassModel> imports,
 | 
								final Set<ClassModel> imports,
 | 
				
			||||||
			final Set<ClassModel> importWrite) throws IOException {
 | 
								final Set<ClassModel> importUpdate,
 | 
				
			||||||
 | 
								final Set<ClassModel> importCreate,
 | 
				
			||||||
 | 
								final boolean partialObject) throws IOException {
 | 
				
			||||||
		imports.add(model);
 | 
							imports.add(model);
 | 
				
			||||||
		final TsClassElement tsModel = tsGroup.find(model);
 | 
							final TsClassElement tsModel = tsGroup.find(model);
 | 
				
			||||||
		return tsModel.tsTypeName;
 | 
							return tsModel.tsTypeName;
 | 
				
			||||||
@@ -55,34 +57,47 @@ public class TsApiGeneration {
 | 
				
			|||||||
			final ClassObjectModel model,
 | 
								final ClassObjectModel model,
 | 
				
			||||||
			final TsClassElementGroup tsGroup,
 | 
								final TsClassElementGroup tsGroup,
 | 
				
			||||||
			final Set<ClassModel> imports,
 | 
								final Set<ClassModel> imports,
 | 
				
			||||||
			final Set<ClassModel> importWrite) throws IOException {
 | 
								final Set<ClassModel> importUpdate,
 | 
				
			||||||
 | 
								final Set<ClassModel> importCreate,
 | 
				
			||||||
 | 
								final boolean partialObject) throws IOException {
 | 
				
			||||||
		final TsClassElement tsModel = tsGroup.find(model);
 | 
							final TsClassElement tsModel = tsGroup.find(model);
 | 
				
			||||||
		if (tsModel.nativeType != DefinedPosition.NATIVE) {
 | 
							if (tsModel.nativeType != DefinedPosition.NATIVE) {
 | 
				
			||||||
			if (importWrite == null || tsModel.models.get(0).isNoWriteSpecificMode()) {
 | 
								if (importCreate != null && tsModel.models.get(0).getApiGenerationMode().create()) {
 | 
				
			||||||
				imports.add(model);
 | 
									importCreate.add(model);
 | 
				
			||||||
 | 
								} else if (importUpdate != null && tsModel.models.get(0).getApiGenerationMode().update()) {
 | 
				
			||||||
 | 
									importUpdate.add(model);
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				importWrite.add(model);
 | 
									imports.add(model);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							String out = tsModel.tsTypeName;
 | 
				
			||||||
		if (tsModel.nativeType != DefinedPosition.NORMAL) {
 | 
							if (tsModel.nativeType != DefinedPosition.NORMAL) {
 | 
				
			||||||
			return tsModel.tsTypeName;
 | 
								out = tsModel.tsTypeName;
 | 
				
			||||||
 | 
							} else if (importCreate != null && tsModel.models.get(0).getApiGenerationMode().create()) {
 | 
				
			||||||
 | 
								out = tsModel.tsTypeName + TsClassElement.MODEL_TYPE_CREATE;
 | 
				
			||||||
 | 
							} else if (importUpdate != null && tsModel.models.get(0).getApiGenerationMode().update()) {
 | 
				
			||||||
 | 
								out = tsModel.tsTypeName + TsClassElement.MODEL_TYPE_UPDATE;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (importWrite != null && !tsModel.models.get(0).isNoWriteSpecificMode()) {
 | 
							if (partialObject) {
 | 
				
			||||||
			return tsModel.tsTypeName + "Write";
 | 
								return "Partial<" + out + ">";
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return tsModel.tsTypeName;
 | 
							return out;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static String generateClassMapModelTypescript(
 | 
						public static String generateClassMapModelTypescript(
 | 
				
			||||||
			final ClassMapModel model,
 | 
								final ClassMapModel model,
 | 
				
			||||||
			final TsClassElementGroup tsGroup,
 | 
								final TsClassElementGroup tsGroup,
 | 
				
			||||||
			final Set<ClassModel> imports,
 | 
								final Set<ClassModel> imports,
 | 
				
			||||||
			final Set<ClassModel> importWrite) throws IOException {
 | 
								final Set<ClassModel> importUpdate,
 | 
				
			||||||
 | 
								final Set<ClassModel> importCreate,
 | 
				
			||||||
 | 
								final boolean partialObject) throws IOException {
 | 
				
			||||||
		final StringBuilder out = new StringBuilder();
 | 
							final StringBuilder out = new StringBuilder();
 | 
				
			||||||
		out.append("{[key: ");
 | 
							out.append("{[key: ");
 | 
				
			||||||
		out.append(generateClassModelTypescript(model.keyModel, tsGroup, imports, importWrite));
 | 
							out.append(generateClassModelTypescript(model.keyModel, tsGroup, imports, importUpdate, importCreate,
 | 
				
			||||||
 | 
									partialObject));
 | 
				
			||||||
		out.append("]: ");
 | 
							out.append("]: ");
 | 
				
			||||||
		out.append(generateClassModelTypescript(model.valueModel, tsGroup, imports, importWrite));
 | 
							out.append(generateClassModelTypescript(model.valueModel, tsGroup, imports, importUpdate, importCreate,
 | 
				
			||||||
 | 
									partialObject));
 | 
				
			||||||
		out.append(";}");
 | 
							out.append(";}");
 | 
				
			||||||
		return out.toString();
 | 
							return out.toString();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -91,9 +106,12 @@ public class TsApiGeneration {
 | 
				
			|||||||
			final ClassListModel model,
 | 
								final ClassListModel model,
 | 
				
			||||||
			final TsClassElementGroup tsGroup,
 | 
								final TsClassElementGroup tsGroup,
 | 
				
			||||||
			final Set<ClassModel> imports,
 | 
								final Set<ClassModel> imports,
 | 
				
			||||||
			final Set<ClassModel> importWrite) throws IOException {
 | 
								final Set<ClassModel> importUpdate,
 | 
				
			||||||
 | 
								final Set<ClassModel> importCreate,
 | 
				
			||||||
 | 
								final boolean partialObject) throws IOException {
 | 
				
			||||||
		final StringBuilder out = new StringBuilder();
 | 
							final StringBuilder out = new StringBuilder();
 | 
				
			||||||
		out.append(generateClassModelTypescript(model.valueModel, tsGroup, imports, importWrite));
 | 
							out.append(generateClassModelTypescript(model.valueModel, tsGroup, imports, importUpdate, importCreate,
 | 
				
			||||||
 | 
									partialObject));
 | 
				
			||||||
		out.append("[]");
 | 
							out.append("[]");
 | 
				
			||||||
		return out.toString();
 | 
							return out.toString();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -102,18 +120,24 @@ public class TsApiGeneration {
 | 
				
			|||||||
			final ClassModel model,
 | 
								final ClassModel model,
 | 
				
			||||||
			final TsClassElementGroup tsGroup,
 | 
								final TsClassElementGroup tsGroup,
 | 
				
			||||||
			final Set<ClassModel> imports,
 | 
								final Set<ClassModel> imports,
 | 
				
			||||||
			final Set<ClassModel> importWrite) throws IOException {
 | 
								final Set<ClassModel> importUpdate,
 | 
				
			||||||
 | 
								final Set<ClassModel> importCreate,
 | 
				
			||||||
 | 
								final boolean partialObject) throws IOException {
 | 
				
			||||||
		if (model instanceof final ClassObjectModel objectModel) {
 | 
							if (model instanceof final ClassObjectModel objectModel) {
 | 
				
			||||||
			return generateClassObjectModelTypescript(objectModel, tsGroup, imports, importWrite);
 | 
								return generateClassObjectModelTypescript(objectModel, tsGroup, imports, importUpdate, importCreate,
 | 
				
			||||||
 | 
										partialObject);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (model instanceof final ClassListModel listModel) {
 | 
							if (model instanceof final ClassListModel listModel) {
 | 
				
			||||||
			return generateClassListModelTypescript(listModel, tsGroup, imports, importWrite);
 | 
								return generateClassListModelTypescript(listModel, tsGroup, imports, importUpdate, importCreate,
 | 
				
			||||||
 | 
										partialObject);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (model instanceof final ClassMapModel mapModel) {
 | 
							if (model instanceof final ClassMapModel mapModel) {
 | 
				
			||||||
			return generateClassMapModelTypescript(mapModel, tsGroup, imports, importWrite);
 | 
								return generateClassMapModelTypescript(mapModel, tsGroup, imports, importUpdate, importCreate,
 | 
				
			||||||
 | 
										partialObject);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (model instanceof final ClassEnumModel enumModel) {
 | 
							if (model instanceof final ClassEnumModel enumModel) {
 | 
				
			||||||
			return generateClassEnumModelTypescript(enumModel, tsGroup, imports, importWrite);
 | 
								return generateClassEnumModelTypescript(enumModel, tsGroup, imports, importUpdate, importCreate,
 | 
				
			||||||
 | 
										partialObject);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		throw new IOException("Impossible model:" + model);
 | 
							throw new IOException("Impossible model:" + model);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -122,7 +146,9 @@ public class TsApiGeneration {
 | 
				
			|||||||
			final List<ClassModel> models,
 | 
								final List<ClassModel> models,
 | 
				
			||||||
			final TsClassElementGroup tsGroup,
 | 
								final TsClassElementGroup tsGroup,
 | 
				
			||||||
			final Set<ClassModel> imports,
 | 
								final Set<ClassModel> imports,
 | 
				
			||||||
			final Set<ClassModel> importWrite) throws IOException {
 | 
								final Set<ClassModel> importUpdate,
 | 
				
			||||||
 | 
								final Set<ClassModel> importCreate,
 | 
				
			||||||
 | 
								final boolean partialObject) throws IOException {
 | 
				
			||||||
		if (models.size() == 0) {
 | 
							if (models.size() == 0) {
 | 
				
			||||||
			return "void";
 | 
								return "void";
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
@@ -134,7 +160,8 @@ public class TsApiGeneration {
 | 
				
			|||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				out.append(" | ");
 | 
									out.append(" | ");
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			final String data = generateClassModelTypescript(model, tsGroup, imports, importWrite);
 | 
								final String data = generateClassModelTypescript(model, tsGroup, imports, importUpdate, importCreate,
 | 
				
			||||||
 | 
										partialObject);
 | 
				
			||||||
			out.append(data);
 | 
								out.append(data);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return out.toString();
 | 
							return out.toString();
 | 
				
			||||||
@@ -159,7 +186,8 @@ public class TsApiGeneration {
 | 
				
			|||||||
		final Set<ClassModel> imports = new HashSet<>();
 | 
							final Set<ClassModel> imports = new HashSet<>();
 | 
				
			||||||
		final Set<ClassModel> zodImports = new HashSet<>();
 | 
							final Set<ClassModel> zodImports = new HashSet<>();
 | 
				
			||||||
		final Set<ClassModel> isImports = new HashSet<>();
 | 
							final Set<ClassModel> isImports = new HashSet<>();
 | 
				
			||||||
		final Set<ClassModel> writeImports = new HashSet<>();
 | 
							final Set<ClassModel> updateImports = new HashSet<>();
 | 
				
			||||||
 | 
							final Set<ClassModel> createImports = new HashSet<>();
 | 
				
			||||||
		final Set<String> toolImports = new HashSet<>();
 | 
							final Set<String> toolImports = new HashSet<>();
 | 
				
			||||||
		for (final ApiModel interfaceElement : element.interfaces) {
 | 
							for (final ApiModel interfaceElement : element.interfaces) {
 | 
				
			||||||
			final List<String> consumes = interfaceElement.consumes;
 | 
								final List<String> consumes = interfaceElement.consumes;
 | 
				
			||||||
@@ -172,6 +200,7 @@ public class TsApiGeneration {
 | 
				
			|||||||
				data.append("\n\n");
 | 
									data.append("\n\n");
 | 
				
			||||||
				data.append(returnComplexModel.replaceAll("(?m)^", "\t"));
 | 
									data.append(returnComplexModel.replaceAll("(?m)^", "\t"));
 | 
				
			||||||
				for (final ClassModel elem : interfaceElement.returnTypes) {
 | 
									for (final ClassModel elem : interfaceElement.returnTypes) {
 | 
				
			||||||
 | 
										// TODO maybe need to update this with the type of zod requested (like update, create ...
 | 
				
			||||||
					zodImports.addAll(elem.getDependencyGroupModels());
 | 
										zodImports.addAll(elem.getDependencyGroupModels());
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
@@ -195,6 +224,9 @@ public class TsApiGeneration {
 | 
				
			|||||||
			if (interfaceElement.unnamedElement.size() == 1 || interfaceElement.multiPartParameters.size() != 0) {
 | 
								if (interfaceElement.unnamedElement.size() == 1 || interfaceElement.multiPartParameters.size() != 0) {
 | 
				
			||||||
				data.append("\n\t\t\tdata,");
 | 
									data.append("\n\t\t\tdata,");
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
								if (!interfaceElement.headers.isEmpty()) {
 | 
				
			||||||
 | 
									data.append("\n\t\t\theaders,");
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
			if (needGenerateProgress) {
 | 
								if (needGenerateProgress) {
 | 
				
			||||||
				data.append("\n\t\t\tcallbacks,");
 | 
									data.append("\n\t\t\tcallbacks,");
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
@@ -207,7 +239,8 @@ public class TsApiGeneration {
 | 
				
			|||||||
					data.append("\n\t\t\t");
 | 
										data.append("\n\t\t\t");
 | 
				
			||||||
					data.append(queryEntry.getKey());
 | 
										data.append(queryEntry.getKey());
 | 
				
			||||||
					data.append("?: ");
 | 
										data.append("?: ");
 | 
				
			||||||
					data.append(generateClassModelsTypescript(queryEntry.getValue(), tsGroup, imports, null));
 | 
										data.append(
 | 
				
			||||||
 | 
												generateClassModelsTypescript(queryEntry.getValue(), tsGroup, imports, null, null, false));
 | 
				
			||||||
					data.append(",");
 | 
										data.append(",");
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				data.append("\n\t\t},");
 | 
									data.append("\n\t\t},");
 | 
				
			||||||
@@ -218,15 +251,27 @@ public class TsApiGeneration {
 | 
				
			|||||||
					data.append("\n\t\t\t");
 | 
										data.append("\n\t\t\t");
 | 
				
			||||||
					data.append(paramEntry.getKey());
 | 
										data.append(paramEntry.getKey());
 | 
				
			||||||
					data.append(": ");
 | 
										data.append(": ");
 | 
				
			||||||
					data.append(generateClassModelsTypescript(paramEntry.getValue(), tsGroup, imports, null));
 | 
										data.append(
 | 
				
			||||||
 | 
												generateClassModelsTypescript(paramEntry.getValue(), tsGroup, imports, null, null, false));
 | 
				
			||||||
					data.append(",");
 | 
										data.append(",");
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				data.append("\n\t\t},");
 | 
									data.append("\n\t\t},");
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (interfaceElement.unnamedElement.size() == 1) {
 | 
								if (interfaceElement.unnamedElement.size() == 1) {
 | 
				
			||||||
				data.append("\n\t\tdata: ");
 | 
									data.append("\n\t\tdata: ");
 | 
				
			||||||
				data.append(generateClassModelTypescript(interfaceElement.unnamedElement.get(0), tsGroup, imports,
 | 
									if (interfaceElement.restTypeRequest == RestTypeRequest.POST) {
 | 
				
			||||||
						writeImports));
 | 
										data.append(generateClassModelTypescript(interfaceElement.unnamedElement.get(0), tsGroup, imports,
 | 
				
			||||||
 | 
												null, createImports, false));
 | 
				
			||||||
 | 
									} else if (interfaceElement.restTypeRequest == RestTypeRequest.PUT) {
 | 
				
			||||||
 | 
										data.append(generateClassModelTypescript(interfaceElement.unnamedElement.get(0), tsGroup, imports,
 | 
				
			||||||
 | 
												updateImports, null, false));
 | 
				
			||||||
 | 
									} else if (interfaceElement.restTypeRequest == RestTypeRequest.PATCH) {
 | 
				
			||||||
 | 
										data.append(generateClassModelTypescript(interfaceElement.unnamedElement.get(0), tsGroup, imports,
 | 
				
			||||||
 | 
												updateImports, null, true));
 | 
				
			||||||
 | 
									} else {
 | 
				
			||||||
 | 
										data.append(generateClassModelTypescript(interfaceElement.unnamedElement.get(0), tsGroup, imports,
 | 
				
			||||||
 | 
												null, null, true));
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
				data.append(",");
 | 
									data.append(",");
 | 
				
			||||||
			} else if (interfaceElement.multiPartParameters.size() != 0) {
 | 
								} else if (interfaceElement.multiPartParameters.size() != 0) {
 | 
				
			||||||
				data.append("\n\t\tdata: {");
 | 
									data.append("\n\t\tdata: {");
 | 
				
			||||||
@@ -238,8 +283,34 @@ public class TsApiGeneration {
 | 
				
			|||||||
						data.append("?");
 | 
											data.append("?");
 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
					data.append(": ");
 | 
										data.append(": ");
 | 
				
			||||||
					data.append(generateClassModelsTypescript(pathEntry.getValue().model(), tsGroup, imports,
 | 
										if (interfaceElement.restTypeRequest == RestTypeRequest.POST) {
 | 
				
			||||||
							writeImports));
 | 
											data.append(generateClassModelsTypescript(pathEntry.getValue().model(), tsGroup, imports, null,
 | 
				
			||||||
 | 
													createImports, false));
 | 
				
			||||||
 | 
										} else if (interfaceElement.restTypeRequest == RestTypeRequest.PUT) {
 | 
				
			||||||
 | 
											data.append(generateClassModelsTypescript(pathEntry.getValue().model(), tsGroup, imports,
 | 
				
			||||||
 | 
													updateImports, null, false));
 | 
				
			||||||
 | 
										} else if (interfaceElement.restTypeRequest == RestTypeRequest.PATCH) {
 | 
				
			||||||
 | 
											data.append(generateClassModelsTypescript(pathEntry.getValue().model(), tsGroup, imports,
 | 
				
			||||||
 | 
													updateImports, null, true));
 | 
				
			||||||
 | 
										} else {
 | 
				
			||||||
 | 
											data.append(generateClassModelsTypescript(pathEntry.getValue().model(), tsGroup, imports, null,
 | 
				
			||||||
 | 
													null, true));
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
 | 
										data.append(",");
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
									data.append("\n\t\t},");
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								if (!interfaceElement.headers.isEmpty()) {
 | 
				
			||||||
 | 
									data.append("\n\t\theaders?: {");
 | 
				
			||||||
 | 
									for (final Entry<String, OptionalClassModel> headerEntry : interfaceElement.headers.entrySet()) {
 | 
				
			||||||
 | 
										data.append("\n\t\t\t");
 | 
				
			||||||
 | 
										data.append(headerEntry.getKey());
 | 
				
			||||||
 | 
										if (headerEntry.getValue().optional()) {
 | 
				
			||||||
 | 
											data.append("?");
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
 | 
										data.append(": ");
 | 
				
			||||||
 | 
										data.append(generateClassModelsTypescript(headerEntry.getValue().model(), tsGroup, imports, null,
 | 
				
			||||||
 | 
												null, false));
 | 
				
			||||||
					data.append(",");
 | 
										data.append(",");
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				data.append("\n\t\t},");
 | 
									data.append("\n\t\t},");
 | 
				
			||||||
@@ -287,7 +358,7 @@ public class TsApiGeneration {
 | 
				
			|||||||
				toolImports.add("RESTRequestJson");
 | 
									toolImports.add("RESTRequestJson");
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				final String returnType = generateClassModelsTypescript(interfaceElement.returnTypes, tsGroup, imports,
 | 
									final String returnType = generateClassModelsTypescript(interfaceElement.returnTypes, tsGroup, imports,
 | 
				
			||||||
						null);
 | 
											null, null, false);
 | 
				
			||||||
				data.append(returnType);
 | 
									data.append(returnType);
 | 
				
			||||||
				data.append("> {");
 | 
									data.append("> {");
 | 
				
			||||||
				if ("void".equals(returnType)) {
 | 
									if ("void".equals(returnType)) {
 | 
				
			||||||
@@ -332,7 +403,7 @@ public class TsApiGeneration {
 | 
				
			|||||||
					data.append("\n\t\t\t\taccept: produce,");
 | 
										data.append("\n\t\t\t\taccept: produce,");
 | 
				
			||||||
				} else {
 | 
									} else {
 | 
				
			||||||
					final String returnType = generateClassModelsTypescript(interfaceElement.returnTypes, tsGroup,
 | 
										final String returnType = generateClassModelsTypescript(interfaceElement.returnTypes, tsGroup,
 | 
				
			||||||
							imports, null);
 | 
												imports, null, null, false);
 | 
				
			||||||
					if (!"void".equals(returnType)) {
 | 
										if (!"void".equals(returnType)) {
 | 
				
			||||||
						for (final String elem : produces) {
 | 
											for (final String elem : produces) {
 | 
				
			||||||
							if (MediaType.APPLICATION_JSON.equals(elem)) {
 | 
												if (MediaType.APPLICATION_JSON.equals(elem)) {
 | 
				
			||||||
@@ -360,6 +431,9 @@ public class TsApiGeneration {
 | 
				
			|||||||
			if (needGenerateProgress) {
 | 
								if (needGenerateProgress) {
 | 
				
			||||||
				data.append("\n\t\t\tcallbacks,");
 | 
									data.append("\n\t\t\tcallbacks,");
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
								if (!interfaceElement.headers.isEmpty()) {
 | 
				
			||||||
 | 
									data.append("\n\t\t\theaders,");
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
			data.append("\n\t\t}");
 | 
								data.append("\n\t\t}");
 | 
				
			||||||
			if (returnComplexModel != null) {
 | 
								if (returnComplexModel != null) {
 | 
				
			||||||
				data.append(", is");
 | 
									data.append(", is");
 | 
				
			||||||
@@ -419,17 +493,30 @@ public class TsApiGeneration {
 | 
				
			|||||||
			if (tsModel.nativeType == DefinedPosition.NATIVE) {
 | 
								if (tsModel.nativeType == DefinedPosition.NATIVE) {
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
								if (!tsModel.models.get(0).getApiGenerationMode().read()) {
 | 
				
			||||||
 | 
									continue;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
			finalImportSet.add("Zod" + tsModel.tsTypeName);
 | 
								finalImportSet.add("Zod" + tsModel.tsTypeName);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		for (final ClassModel model : writeImports) {
 | 
							for (final ClassModel model : updateImports) {
 | 
				
			||||||
			final TsClassElement tsModel = tsGroup.find(model);
 | 
								final TsClassElement tsModel = tsGroup.find(model);
 | 
				
			||||||
			if (tsModel.nativeType != DefinedPosition.NORMAL) {
 | 
								if (tsModel.nativeType != DefinedPosition.NORMAL) {
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (tsModel.models.get(0).isNoWriteSpecificMode()) {
 | 
								if (!tsModel.models.get(0).getApiGenerationMode().update()) {
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			finalImportSet.add(tsModel.tsTypeName + "Write");
 | 
								finalImportSet.add(tsModel.tsTypeName + TsClassElement.MODEL_TYPE_UPDATE);
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							for (final ClassModel model : createImports) {
 | 
				
			||||||
 | 
								final TsClassElement tsModel = tsGroup.find(model);
 | 
				
			||||||
 | 
								if (tsModel.nativeType != DefinedPosition.NORMAL) {
 | 
				
			||||||
 | 
									continue;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								if (!tsModel.models.get(0).getApiGenerationMode().create()) {
 | 
				
			||||||
 | 
									continue;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								finalImportSet.add(tsModel.tsTypeName + TsClassElement.MODEL_TYPE_CREATE);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (finalImportSet.size() != 0) {
 | 
							if (finalImportSet.size() != 0) {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,6 +27,9 @@ public class TsClassElement {
 | 
				
			|||||||
		NORMAL // Normal Object to interpret.
 | 
							NORMAL // Normal Object to interpret.
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public static final String MODEL_TYPE_UPDATE = "Update";
 | 
				
			||||||
 | 
						public static final String MODEL_TYPE_CREATE = "Create";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public List<ClassModel> models;
 | 
						public List<ClassModel> models;
 | 
				
			||||||
	public String zodName;
 | 
						public String zodName;
 | 
				
			||||||
	public String tsTypeName;
 | 
						public String tsTypeName;
 | 
				
			||||||
@@ -138,7 +141,7 @@ public class TsClassElement {
 | 
				
			|||||||
			out.append(this.tsTypeName);
 | 
								out.append(this.tsTypeName);
 | 
				
			||||||
			out.append(");\n");
 | 
								out.append(");\n");
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		out.append(generateExportCheckFunctionWrite(""));
 | 
							out.append(generateExportCheckFunctionAppended(""));
 | 
				
			||||||
		return out.toString();
 | 
							return out.toString();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -168,9 +171,9 @@ public class TsClassElement {
 | 
				
			|||||||
		return out.toString();
 | 
							return out.toString();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	private String generateExportCheckFunctionWrite(final String writeString) {
 | 
						private String generateExportCheckFunctionAppended(final String appendString) {
 | 
				
			||||||
		return generateExportCheckFunction(this.tsCheckType + writeString, this.tsTypeName + writeString,
 | 
							return generateExportCheckFunction(this.tsCheckType + appendString, this.tsTypeName + appendString,
 | 
				
			||||||
				this.zodName + writeString);
 | 
									this.zodName + appendString);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public String generateImports(final List<ClassModel> depModels, final TsClassElementGroup tsGroup)
 | 
						public String generateImports(final List<ClassModel> depModels, final TsClassElementGroup tsGroup)
 | 
				
			||||||
@@ -180,11 +183,23 @@ public class TsClassElement {
 | 
				
			|||||||
			final TsClassElement tsModel = tsGroup.find(depModel);
 | 
								final TsClassElement tsModel = tsGroup.find(depModel);
 | 
				
			||||||
			if (tsModel.nativeType != DefinedPosition.NATIVE) {
 | 
								if (tsModel.nativeType != DefinedPosition.NATIVE) {
 | 
				
			||||||
				out.append("import {");
 | 
									out.append("import {");
 | 
				
			||||||
				out.append(tsModel.zodName);
 | 
									if (tsModel.nativeType != DefinedPosition.NORMAL
 | 
				
			||||||
				if (tsModel.nativeType == DefinedPosition.NORMAL && !(tsModel.models.get(0).isNoWriteSpecificMode())) {
 | 
											|| tsModel.models.get(0).getApiGenerationMode().read()) {
 | 
				
			||||||
 | 
										out.append(tsModel.zodName);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
									if (tsModel.nativeType == DefinedPosition.NORMAL
 | 
				
			||||||
 | 
											&& tsModel.models.get(0).getApiGenerationMode().update()) {
 | 
				
			||||||
					out.append(", ");
 | 
										out.append(", ");
 | 
				
			||||||
					out.append(tsModel.zodName);
 | 
										out.append(tsModel.zodName);
 | 
				
			||||||
					out.append("Write ");
 | 
										out.append(MODEL_TYPE_UPDATE);
 | 
				
			||||||
 | 
										out.append(" ");
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
									if (tsModel.nativeType == DefinedPosition.NORMAL
 | 
				
			||||||
 | 
											&& tsModel.models.get(0).getApiGenerationMode().create()) {
 | 
				
			||||||
 | 
										out.append(", ");
 | 
				
			||||||
 | 
										out.append(tsModel.zodName);
 | 
				
			||||||
 | 
										out.append(MODEL_TYPE_CREATE);
 | 
				
			||||||
 | 
										out.append(" ");
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				out.append("} from \"./");
 | 
									out.append("} from \"./");
 | 
				
			||||||
				out.append(tsModel.fileName);
 | 
									out.append(tsModel.fileName);
 | 
				
			||||||
@@ -289,35 +304,39 @@ public class TsClassElement {
 | 
				
			|||||||
				|| clazz == long.class || clazz == Long.class || clazz == float.class || clazz == Float.class
 | 
									|| clazz == long.class || clazz == Long.class || clazz == float.class || clazz == Float.class
 | 
				
			||||||
				|| clazz == double.class || clazz == Double.class) {
 | 
									|| clazz == double.class || clazz == Double.class) {
 | 
				
			||||||
			if (field.min() != null) {
 | 
								if (field.min() != null) {
 | 
				
			||||||
				builder.append(".min(");
 | 
									builder.append(".gte(");
 | 
				
			||||||
				builder.append(field.min().value());
 | 
									builder.append(field.min().value());
 | 
				
			||||||
				builder.append(")");
 | 
									builder.append(")");
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (field.max() != null) {
 | 
								if (field.max() != null) {
 | 
				
			||||||
				builder.append(".max(");
 | 
									builder.append(".lte(");
 | 
				
			||||||
				builder.append(field.max().value());
 | 
									builder.append(field.max().value());
 | 
				
			||||||
				builder.append(")");
 | 
									builder.append(")");
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (field.decimalMax() != null) {
 | 
								if (field.decimalMax() != null) {
 | 
				
			||||||
				builder.append(".max(");
 | 
									if (field.decimalMax().inclusive()) {
 | 
				
			||||||
 | 
										builder.append(".lte(");
 | 
				
			||||||
 | 
									} else {
 | 
				
			||||||
 | 
										builder.append(".lt(");
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
				builder.append(field.decimalMax().value());
 | 
									builder.append(field.decimalMax().value());
 | 
				
			||||||
				builder.append(", { inclusive: ");
 | 
									builder.append(")");
 | 
				
			||||||
				builder.append(field.decimalMax().inclusive() ? "true" : "false");
 | 
					 | 
				
			||||||
				builder.append("})");
 | 
					 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (field.decimalMin() != null) {
 | 
								if (field.decimalMin() != null) {
 | 
				
			||||||
				builder.append(".min(");
 | 
									if (field.decimalMin().inclusive()) {
 | 
				
			||||||
 | 
										builder.append(".gte(");
 | 
				
			||||||
 | 
									} else {
 | 
				
			||||||
 | 
										builder.append(".gt(");
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
				builder.append(field.decimalMin().value());
 | 
									builder.append(field.decimalMin().value());
 | 
				
			||||||
				builder.append(", { inclusive: ");
 | 
									builder.append(")");
 | 
				
			||||||
				builder.append(field.decimalMin().inclusive() ? "true" : "false");
 | 
					 | 
				
			||||||
				builder.append("})");
 | 
					 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return builder.toString();
 | 
							return builder.toString();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public String readOnlyZod(final FieldProperty field) {
 | 
						public String readOnlyZod(final FieldProperty field) {
 | 
				
			||||||
		if (field.readOnly()) {
 | 
							if (!field.accessLimitation().creatable() && !field.accessLimitation().updatable()) {
 | 
				
			||||||
			return ".readonly()";
 | 
								return ".readonly()";
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return "";
 | 
							return "";
 | 
				
			||||||
@@ -339,26 +358,43 @@ public class TsClassElement {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	public String generateObject(final ClassObjectModel model, final TsClassElementGroup tsGroup) throws IOException {
 | 
						public String generateObject(final ClassObjectModel model, final TsClassElementGroup tsGroup) throws IOException {
 | 
				
			||||||
		final StringBuilder out = new StringBuilder();
 | 
							final StringBuilder out = new StringBuilder();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		out.append(getBaseHeader());
 | 
							out.append(getBaseHeader());
 | 
				
			||||||
		out.append(generateImports(model.getDependencyModels(), tsGroup));
 | 
							out.append(generateImports(model.getDependencyModels(), tsGroup));
 | 
				
			||||||
		out.append("\n");
 | 
							out.append("\n");
 | 
				
			||||||
		// ------------------------------------------------------------------------
 | 
					
 | 
				
			||||||
		// -- Generate read mode
 | 
							if (model.getApiGenerationMode().read()) {
 | 
				
			||||||
		// ------------------------------------------------------------------------
 | 
								out.append(generateObjectRead(model, tsGroup));
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (model.getApiGenerationMode().update()) {
 | 
				
			||||||
 | 
								out.append(generateObjectUpdate(model, tsGroup));
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (model.getApiGenerationMode().create()) {
 | 
				
			||||||
 | 
								out.append(generateObjectCreate(model, tsGroup));
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return out.toString();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public String generateObjectRead(final ClassObjectModel model, final TsClassElementGroup tsGroup)
 | 
				
			||||||
 | 
								throws IOException {
 | 
				
			||||||
 | 
							final StringBuilder out = new StringBuilder();
 | 
				
			||||||
		out.append(generateComment(model));
 | 
							out.append(generateComment(model));
 | 
				
			||||||
		out.append("export const ");
 | 
							out.append("export const ");
 | 
				
			||||||
		out.append(this.zodName);
 | 
							out.append(this.zodName);
 | 
				
			||||||
		out.append(" = ");
 | 
							out.append(" = ");
 | 
				
			||||||
 | 
							// Check if the object is empty:
 | 
				
			||||||
 | 
							final boolean isEmpty = model.getFields().size() == 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (model.getExtendsClass() != null) {
 | 
							if (model.getExtendsClass() != null) {
 | 
				
			||||||
			final ClassModel parentClass = model.getExtendsClass();
 | 
								final ClassModel parentClass = model.getExtendsClass();
 | 
				
			||||||
			final TsClassElement tsParentModel = tsGroup.find(parentClass);
 | 
								final TsClassElement tsParentModel = tsGroup.find(parentClass);
 | 
				
			||||||
			out.append(tsParentModel.zodName);
 | 
								out.append(tsParentModel.zodName);
 | 
				
			||||||
			out.append(".extend({");
 | 
								if (!isEmpty) {
 | 
				
			||||||
 | 
									out.append(".extend({\n");
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			out.append("zod.object({");
 | 
								out.append("zod.object({\n");
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		out.append("\n");
 | 
					 | 
				
			||||||
		for (final FieldProperty field : model.getFields()) {
 | 
							for (final FieldProperty field : model.getFields()) {
 | 
				
			||||||
			final ClassModel fieldModel = field.model();
 | 
								final ClassModel fieldModel = field.model();
 | 
				
			||||||
			if (field.comment() != null) {
 | 
								if (field.comment() != null) {
 | 
				
			||||||
@@ -385,89 +421,138 @@ public class TsClassElement {
 | 
				
			|||||||
			out.append(optionalTypeZod(field));
 | 
								out.append(optionalTypeZod(field));
 | 
				
			||||||
			out.append(",\n");
 | 
								out.append(",\n");
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		final List<String> omitField = model.getReadOnlyField();
 | 
							if (model.getExtendsClass() != null && isEmpty) {
 | 
				
			||||||
		out.append("\n});\n");
 | 
								out.append(";\n");
 | 
				
			||||||
		out.append(generateZodInfer(this.tsTypeName, this.zodName));
 | 
							} else {
 | 
				
			||||||
		out.append(generateExportCheckFunctionWrite(""));
 | 
					 | 
				
			||||||
		// check if we need to generate write mode :
 | 
					 | 
				
			||||||
		if (!model.isNoWriteSpecificMode()) {
 | 
					 | 
				
			||||||
			// ------------------------------------------------------------------------
 | 
					 | 
				
			||||||
			// -- Generate write mode
 | 
					 | 
				
			||||||
			// ------------------------------------------------------------------------
 | 
					 | 
				
			||||||
			//out.append(generateComment(model));
 | 
					 | 
				
			||||||
			out.append("export const ");
 | 
					 | 
				
			||||||
			out.append(this.zodName);
 | 
					 | 
				
			||||||
			out.append("Write = ");
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
			if (model.getExtendsClass() != null) {
 | 
					 | 
				
			||||||
				final ClassModel parentClass = model.getExtendsClass();
 | 
					 | 
				
			||||||
				final TsClassElement tsParentModel = tsGroup.find(parentClass);
 | 
					 | 
				
			||||||
				out.append(tsParentModel.zodName);
 | 
					 | 
				
			||||||
				out.append("Write");
 | 
					 | 
				
			||||||
				out.append(".extend({");
 | 
					 | 
				
			||||||
			} else {
 | 
					 | 
				
			||||||
				out.append("zod.object({");
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			out.append("\n");
 | 
					 | 
				
			||||||
			for (final FieldProperty field : model.getFields()) {
 | 
					 | 
				
			||||||
				// remove all readOnly field
 | 
					 | 
				
			||||||
				if (field.readOnly()) {
 | 
					 | 
				
			||||||
					continue;
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				final ClassModel fieldModel = field.model();
 | 
					 | 
				
			||||||
				if (field.comment() != null) {
 | 
					 | 
				
			||||||
					out.append("\t/**\n");
 | 
					 | 
				
			||||||
					out.append("\t * ");
 | 
					 | 
				
			||||||
					out.append(field.comment());
 | 
					 | 
				
			||||||
					out.append("\n\t */\n");
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				out.append("\t");
 | 
					 | 
				
			||||||
				out.append(field.name());
 | 
					 | 
				
			||||||
				out.append(": ");
 | 
					 | 
				
			||||||
				if (fieldModel instanceof ClassEnumModel || fieldModel instanceof ClassObjectModel) {
 | 
					 | 
				
			||||||
					final TsClassElement tsFieldModel = tsGroup.find(fieldModel);
 | 
					 | 
				
			||||||
					out.append(tsFieldModel.zodName);
 | 
					 | 
				
			||||||
				} else if (fieldModel instanceof final ClassListModel fieldListModel) {
 | 
					 | 
				
			||||||
					final String data = generateTsList(fieldListModel, tsGroup);
 | 
					 | 
				
			||||||
					out.append(data);
 | 
					 | 
				
			||||||
				} else if (fieldModel instanceof final ClassMapModel fieldMapModel) {
 | 
					 | 
				
			||||||
					final String data = generateTsMap(fieldMapModel, tsGroup);
 | 
					 | 
				
			||||||
					out.append(data);
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				out.append(maxSizeZod(field));
 | 
					 | 
				
			||||||
				out.append(optionalWriteTypeZod(field));
 | 
					 | 
				
			||||||
				// all write field are optional
 | 
					 | 
				
			||||||
				if (field.model() instanceof final ClassObjectModel plop) {
 | 
					 | 
				
			||||||
					if (!plop.isPrimitive()) {
 | 
					 | 
				
			||||||
						out.append(".optional()");
 | 
					 | 
				
			||||||
					}
 | 
					 | 
				
			||||||
				} else {
 | 
					 | 
				
			||||||
					out.append(".optional()");
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				out.append(",\n");
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			out.append("\n});\n");
 | 
								out.append("\n});\n");
 | 
				
			||||||
			out.append(generateZodInfer(this.tsTypeName + "Write", this.zodName + "Write"));
 | 
					 | 
				
			||||||
			// Check only the input value ==> no need of the output
 | 
					 | 
				
			||||||
			out.append(generateExportCheckFunctionWrite("Write"));
 | 
					 | 
				
			||||||
			// Generate the Write Type associated.
 | 
					 | 
				
			||||||
			/*
 | 
					 | 
				
			||||||
			out.append("\nexport const ");
 | 
					 | 
				
			||||||
			out.append(this.zodName);
 | 
					 | 
				
			||||||
			out.append("Write = ");
 | 
					 | 
				
			||||||
			out.append(this.zodName);
 | 
					 | 
				
			||||||
			if (omitField.size() != 0) {
 | 
					 | 
				
			||||||
				out.append(".omit({\n");
 | 
					 | 
				
			||||||
				for (final String elem : omitField) {
 | 
					 | 
				
			||||||
					out.append("\t");
 | 
					 | 
				
			||||||
					out.append(elem);
 | 
					 | 
				
			||||||
					out.append(": true,\n");
 | 
					 | 
				
			||||||
				}
 | 
					 | 
				
			||||||
				out.append("\n})");
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
			out.append(".partial();\n");
 | 
					 | 
				
			||||||
			*/
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							out.append(generateZodInfer(this.tsTypeName, this.zodName));
 | 
				
			||||||
 | 
							out.append(generateExportCheckFunctionAppended(""));
 | 
				
			||||||
 | 
							return out.toString();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public String generateObjectUpdate(final ClassObjectModel model, final TsClassElementGroup tsGroup)
 | 
				
			||||||
 | 
								throws IOException {
 | 
				
			||||||
 | 
							final StringBuilder out = new StringBuilder();
 | 
				
			||||||
 | 
							final String modeleType = MODEL_TYPE_UPDATE;
 | 
				
			||||||
 | 
							out.append("export const ");
 | 
				
			||||||
 | 
							out.append(this.zodName);
 | 
				
			||||||
 | 
							out.append(modeleType);
 | 
				
			||||||
 | 
							out.append(" = ");
 | 
				
			||||||
 | 
							// Check if at minimum One fiend is updatable to generate the local object
 | 
				
			||||||
 | 
							final boolean isEmpty = model.getFields().stream().filter(field -> field.accessLimitation().updatable())
 | 
				
			||||||
 | 
									.count() == 0;
 | 
				
			||||||
 | 
							if (model.getExtendsClass() != null) {
 | 
				
			||||||
 | 
								final ClassModel parentClass = model.getExtendsClass();
 | 
				
			||||||
 | 
								final TsClassElement tsParentModel = tsGroup.find(parentClass);
 | 
				
			||||||
 | 
								out.append(tsParentModel.zodName);
 | 
				
			||||||
 | 
								out.append(modeleType);
 | 
				
			||||||
 | 
								if (!isEmpty) {
 | 
				
			||||||
 | 
									out.append(".extend({\n");
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} else {
 | 
				
			||||||
 | 
								out.append("zod.object({\n");
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							for (final FieldProperty field : model.getFields()) {
 | 
				
			||||||
 | 
								// remove all readOnly field
 | 
				
			||||||
 | 
								if (!field.accessLimitation().updatable()) {
 | 
				
			||||||
 | 
									continue;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								final ClassModel fieldModel = field.model();
 | 
				
			||||||
 | 
								if (field.comment() != null) {
 | 
				
			||||||
 | 
									out.append("\t/**\n");
 | 
				
			||||||
 | 
									out.append("\t * ");
 | 
				
			||||||
 | 
									out.append(field.comment());
 | 
				
			||||||
 | 
									out.append("\n\t */\n");
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								out.append("\t");
 | 
				
			||||||
 | 
								out.append(field.name());
 | 
				
			||||||
 | 
								out.append(": ");
 | 
				
			||||||
 | 
								if (fieldModel instanceof ClassEnumModel || fieldModel instanceof ClassObjectModel) {
 | 
				
			||||||
 | 
									final TsClassElement tsFieldModel = tsGroup.find(fieldModel);
 | 
				
			||||||
 | 
									out.append(tsFieldModel.zodName);
 | 
				
			||||||
 | 
								} else if (fieldModel instanceof final ClassListModel fieldListModel) {
 | 
				
			||||||
 | 
									final String data = generateTsList(fieldListModel, tsGroup);
 | 
				
			||||||
 | 
									out.append(data);
 | 
				
			||||||
 | 
								} else if (fieldModel instanceof final ClassMapModel fieldMapModel) {
 | 
				
			||||||
 | 
									final String data = generateTsMap(fieldMapModel, tsGroup);
 | 
				
			||||||
 | 
									out.append(data);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								out.append(maxSizeZod(field));
 | 
				
			||||||
 | 
								out.append(optionalWriteTypeZod(field));
 | 
				
			||||||
 | 
								out.append(optionalTypeZod(field));
 | 
				
			||||||
 | 
								out.append(",\n");
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (model.getExtendsClass() != null && isEmpty) {
 | 
				
			||||||
 | 
								out.append(";\n");
 | 
				
			||||||
 | 
							} else {
 | 
				
			||||||
 | 
								out.append("\n});\n");
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							out.append(generateZodInfer(this.tsTypeName + modeleType, this.zodName + modeleType));
 | 
				
			||||||
 | 
							// Check only the input value ==> no need of the output
 | 
				
			||||||
 | 
							out.append(generateExportCheckFunctionAppended(modeleType));
 | 
				
			||||||
 | 
							return out.toString();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public String generateObjectCreate(final ClassObjectModel model, final TsClassElementGroup tsGroup)
 | 
				
			||||||
 | 
								throws IOException {
 | 
				
			||||||
 | 
							final StringBuilder out = new StringBuilder();
 | 
				
			||||||
 | 
							final String modeleType = MODEL_TYPE_CREATE;
 | 
				
			||||||
 | 
							out.append("export const ");
 | 
				
			||||||
 | 
							out.append(this.zodName);
 | 
				
			||||||
 | 
							out.append(modeleType);
 | 
				
			||||||
 | 
							out.append(" = ");
 | 
				
			||||||
 | 
							final boolean isEmpty = model.getFields().stream().filter(field -> field.accessLimitation().creatable())
 | 
				
			||||||
 | 
									.count() == 0;
 | 
				
			||||||
 | 
							if (model.getExtendsClass() != null) {
 | 
				
			||||||
 | 
								final ClassModel parentClass = model.getExtendsClass();
 | 
				
			||||||
 | 
								final TsClassElement tsParentModel = tsGroup.find(parentClass);
 | 
				
			||||||
 | 
								out.append(tsParentModel.zodName);
 | 
				
			||||||
 | 
								out.append(modeleType);
 | 
				
			||||||
 | 
								if (!isEmpty) {
 | 
				
			||||||
 | 
									out.append(".extend({\n");
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							} else {
 | 
				
			||||||
 | 
								out.append("zod.object({\n");
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							for (final FieldProperty field : model.getFields()) {
 | 
				
			||||||
 | 
								// remove all readOnly field
 | 
				
			||||||
 | 
								if (!field.accessLimitation().creatable()) {
 | 
				
			||||||
 | 
									continue;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								final ClassModel fieldModel = field.model();
 | 
				
			||||||
 | 
								if (field.comment() != null) {
 | 
				
			||||||
 | 
									out.append("\t/**\n");
 | 
				
			||||||
 | 
									out.append("\t * ");
 | 
				
			||||||
 | 
									out.append(field.comment());
 | 
				
			||||||
 | 
									out.append("\n\t */\n");
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								out.append("\t");
 | 
				
			||||||
 | 
								out.append(field.name());
 | 
				
			||||||
 | 
								out.append(": ");
 | 
				
			||||||
 | 
								if (fieldModel instanceof ClassEnumModel || fieldModel instanceof ClassObjectModel) {
 | 
				
			||||||
 | 
									final TsClassElement tsFieldModel = tsGroup.find(fieldModel);
 | 
				
			||||||
 | 
									out.append(tsFieldModel.zodName);
 | 
				
			||||||
 | 
								} else if (fieldModel instanceof final ClassListModel fieldListModel) {
 | 
				
			||||||
 | 
									final String data = generateTsList(fieldListModel, tsGroup);
 | 
				
			||||||
 | 
									out.append(data);
 | 
				
			||||||
 | 
								} else if (fieldModel instanceof final ClassMapModel fieldMapModel) {
 | 
				
			||||||
 | 
									final String data = generateTsMap(fieldMapModel, tsGroup);
 | 
				
			||||||
 | 
									out.append(data);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
								out.append(maxSizeZod(field));
 | 
				
			||||||
 | 
								out.append(optionalWriteTypeZod(field));
 | 
				
			||||||
 | 
								out.append(optionalTypeZod(field));
 | 
				
			||||||
 | 
								out.append(",\n");
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							if (model.getExtendsClass() != null && isEmpty) {
 | 
				
			||||||
 | 
								out.append(";\n");
 | 
				
			||||||
 | 
							} else {
 | 
				
			||||||
 | 
								out.append("\n});\n");
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							out.append(generateZodInfer(this.tsTypeName + modeleType, this.zodName + modeleType));
 | 
				
			||||||
 | 
							// Check only the input value ==> no need of the output
 | 
				
			||||||
 | 
							out.append(generateExportCheckFunctionAppended(modeleType));
 | 
				
			||||||
		return out.toString();
 | 
							return out.toString();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,6 +11,7 @@ import org.kar.archidata.dataAccess.DataFactory;
 | 
				
			|||||||
import org.kar.archidata.dataAccess.QueryOptions;
 | 
					import org.kar.archidata.dataAccess.QueryOptions;
 | 
				
			||||||
import org.kar.archidata.db.DbConfig;
 | 
					import org.kar.archidata.db.DbConfig;
 | 
				
			||||||
import org.kar.archidata.migration.model.Migration;
 | 
					import org.kar.archidata.migration.model.Migration;
 | 
				
			||||||
 | 
					import org.kar.archidata.tools.ConfigBaseVariable;
 | 
				
			||||||
import org.slf4j.Logger;
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
import org.slf4j.LoggerFactory;
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -130,35 +131,42 @@ public class MigrationEngine {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	private void createTableIfAbleOrWaitAdmin(final DbConfig configInput) throws MigrationException {
 | 
						private void createTableIfAbleOrWaitAdmin(final DbConfig configInput) throws MigrationException {
 | 
				
			||||||
		final DbConfig config = configInput.clone();
 | 
							if (ConfigBaseVariable.getDBAbleToCreate()) {
 | 
				
			||||||
		config.setDbName(null);
 | 
								final DbConfig config = configInput.clone();
 | 
				
			||||||
		final String dbName = configInput.getDbName();
 | 
								if (!"MONGO".equalsIgnoreCase(config.getType())) {
 | 
				
			||||||
		LOGGER.info("Verify existance of '{}'", dbName);
 | 
									config.setDbName(null);
 | 
				
			||||||
		try (final DBAccess da = DBAccess.createInterface(config)) {
 | 
					 | 
				
			||||||
			boolean exist = da.isDBExist(dbName);
 | 
					 | 
				
			||||||
			if (!exist) {
 | 
					 | 
				
			||||||
				LOGGER.warn("DB: '{}' DOES NOT EXIST ==> create one", dbName);
 | 
					 | 
				
			||||||
				// create the local DB:
 | 
					 | 
				
			||||||
				da.createDB(dbName);
 | 
					 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			exist = da.isDBExist(dbName);
 | 
								final String dbName = configInput.getDbName();
 | 
				
			||||||
			while (!exist) {
 | 
								LOGGER.info("Verify existance of '{}'", dbName);
 | 
				
			||||||
				LOGGER.error("DB: '{}' DOES NOT EXIST after trying to create one ", dbName);
 | 
								try (final DBAccess da = DBAccess.createInterface(config)) {
 | 
				
			||||||
				LOGGER.error("Waiting administrator create a new one, we check after 30 seconds...");
 | 
									boolean exist = da.isDBExist(dbName);
 | 
				
			||||||
				try {
 | 
									if (!exist) {
 | 
				
			||||||
					Thread.sleep(30000);
 | 
										LOGGER.warn("DB: '{}' DOES NOT EXIST ==> create one", dbName);
 | 
				
			||||||
				} catch (final InterruptedException e) {
 | 
										// create the local DB:
 | 
				
			||||||
					// TODO Auto-generated catch block
 | 
										da.createDB(dbName);
 | 
				
			||||||
					e.printStackTrace();
 | 
					 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				exist = da.isDBExist(dbName);
 | 
									exist = da.isDBExist(dbName);
 | 
				
			||||||
 | 
									while (!exist) {
 | 
				
			||||||
 | 
										LOGGER.error("DB: '{}' DOES NOT EXIST after trying to create one ", dbName);
 | 
				
			||||||
 | 
										LOGGER.error("Waiting administrator create a new one, we check after 30 seconds...");
 | 
				
			||||||
 | 
										try {
 | 
				
			||||||
 | 
											Thread.sleep(30000);
 | 
				
			||||||
 | 
										} catch (final InterruptedException e) {
 | 
				
			||||||
 | 
											// TODO Auto-generated catch block
 | 
				
			||||||
 | 
											e.printStackTrace();
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
 | 
										exist = da.isDBExist(dbName);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
								} catch (final InternalServerErrorException e) {
 | 
				
			||||||
 | 
									e.printStackTrace();
 | 
				
			||||||
 | 
									throw new MigrationException("TODO ...");
 | 
				
			||||||
 | 
								} catch (final IOException e) {
 | 
				
			||||||
 | 
									e.printStackTrace();
 | 
				
			||||||
 | 
									throw new MigrationException("TODO ...");
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} catch (final InternalServerErrorException e) {
 | 
							} else {
 | 
				
			||||||
			e.printStackTrace();
 | 
								final String dbName = configInput.getDbName();
 | 
				
			||||||
			throw new MigrationException("TODO ...");
 | 
								LOGGER.warn("DB: '{}' is not check if it EXIST", dbName);
 | 
				
			||||||
		} catch (final IOException e) {
 | 
					 | 
				
			||||||
			e.printStackTrace();
 | 
					 | 
				
			||||||
			throw new MigrationException("TODO ...");
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,7 @@
 | 
				
			|||||||
package org.kar.archidata.model;
 | 
					package org.kar.archidata.model;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.kar.archidata.annotation.DataIfNotExists;
 | 
					import org.kar.archidata.annotation.DataIfNotExists;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAccessLimitation;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import com.fasterxml.jackson.annotation.JsonInclude;
 | 
					import com.fasterxml.jackson.annotation.JsonInclude;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -16,12 +17,15 @@ public class Data extends OIDGenericDataSoftDelete {
 | 
				
			|||||||
	@Column(length = 128, nullable = false)
 | 
						@Column(length = 128, nullable = false)
 | 
				
			||||||
	@Schema(description = "Sha512 of the data")
 | 
						@Schema(description = "Sha512 of the data")
 | 
				
			||||||
	@Size(max = 512)
 | 
						@Size(max = 512)
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public String sha512;
 | 
						public String sha512;
 | 
				
			||||||
	@Column(length = 128, nullable = false)
 | 
						@Column(length = 128, nullable = false)
 | 
				
			||||||
	@Schema(description = "Mime -type of the media")
 | 
						@Schema(description = "Mime -type of the media")
 | 
				
			||||||
	@Size(max = 512)
 | 
						@Size(max = 512)
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public String mimeType;
 | 
						public String mimeType;
 | 
				
			||||||
	@Column(nullable = false)
 | 
						@Column(nullable = false)
 | 
				
			||||||
	@Schema(description = "Size in Byte of the data")
 | 
						@Schema(description = "Size in Byte of the data")
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public Long size;
 | 
						public Long size;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,15 +1,20 @@
 | 
				
			|||||||
package org.kar.archidata.model;
 | 
					package org.kar.archidata.model;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAccessLimitation;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import io.swagger.v3.oas.annotations.media.Schema;
 | 
					import io.swagger.v3.oas.annotations.media.Schema;
 | 
				
			||||||
import jakarta.persistence.Column;
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
import jakarta.persistence.GeneratedValue;
 | 
					import jakarta.persistence.GeneratedValue;
 | 
				
			||||||
import jakarta.persistence.GenerationType;
 | 
					import jakarta.persistence.GenerationType;
 | 
				
			||||||
import jakarta.persistence.Id;
 | 
					import jakarta.persistence.Id;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ApiGenerationMode(create = true, update = true)
 | 
				
			||||||
public class GenericData extends GenericTiming {
 | 
					public class GenericData extends GenericTiming {
 | 
				
			||||||
	@Id
 | 
						@Id
 | 
				
			||||||
	@GeneratedValue(strategy = GenerationType.IDENTITY)
 | 
						@GeneratedValue(strategy = GenerationType.IDENTITY)
 | 
				
			||||||
	@Column(nullable = false, unique = true)
 | 
						@Column(nullable = false, unique = true)
 | 
				
			||||||
	@Schema(description = "Unique Id of the object", required = false, readOnly = true, example = "123456")
 | 
						@Schema(description = "Unique Id of the object", example = "123456")
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public Long id = null;
 | 
						public Long id = null;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,18 +2,22 @@ package org.kar.archidata.model;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import org.kar.archidata.annotation.DataDeleted;
 | 
					import org.kar.archidata.annotation.DataDeleted;
 | 
				
			||||||
import org.kar.archidata.annotation.DataNotRead;
 | 
					import org.kar.archidata.annotation.DataNotRead;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAccessLimitation;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import io.swagger.v3.oas.annotations.media.Schema;
 | 
					import io.swagger.v3.oas.annotations.media.Schema;
 | 
				
			||||||
import jakarta.annotation.Nullable;
 | 
					import jakarta.annotation.Nullable;
 | 
				
			||||||
import jakarta.persistence.Column;
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
import jakarta.ws.rs.DefaultValue;
 | 
					import jakarta.ws.rs.DefaultValue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ApiGenerationMode(create = true, update = true)
 | 
				
			||||||
public class GenericDataSoftDelete extends GenericData {
 | 
					public class GenericDataSoftDelete extends GenericData {
 | 
				
			||||||
	@DataNotRead
 | 
						@DataNotRead
 | 
				
			||||||
	@Column(nullable = false)
 | 
						@Column(nullable = false)
 | 
				
			||||||
	@DefaultValue("'0'")
 | 
						@DefaultValue("'0'")
 | 
				
			||||||
	@DataDeleted
 | 
						@DataDeleted
 | 
				
			||||||
	@Schema(description = "Deleted state", hidden = true, required = false, readOnly = true)
 | 
						@Schema(description = "Deleted state", hidden = true)
 | 
				
			||||||
	@Nullable
 | 
						@Nullable
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public Boolean deleted = null;
 | 
						public Boolean deleted = null;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,6 +5,8 @@ import java.util.Date;
 | 
				
			|||||||
import org.kar.archidata.annotation.CreationTimestamp;
 | 
					import org.kar.archidata.annotation.CreationTimestamp;
 | 
				
			||||||
import org.kar.archidata.annotation.DataNotRead;
 | 
					import org.kar.archidata.annotation.DataNotRead;
 | 
				
			||||||
import org.kar.archidata.annotation.UpdateTimestamp;
 | 
					import org.kar.archidata.annotation.UpdateTimestamp;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAccessLimitation;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import com.fasterxml.jackson.annotation.JsonFormat;
 | 
					import com.fasterxml.jackson.annotation.JsonFormat;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -12,20 +14,22 @@ import io.swagger.v3.oas.annotations.media.Schema;
 | 
				
			|||||||
import jakarta.annotation.Nullable;
 | 
					import jakarta.annotation.Nullable;
 | 
				
			||||||
import jakarta.persistence.Column;
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ApiGenerationMode(create = true, update = true)
 | 
				
			||||||
public class GenericTiming {
 | 
					public class GenericTiming {
 | 
				
			||||||
	@DataNotRead
 | 
						@DataNotRead
 | 
				
			||||||
	@CreationTimestamp
 | 
						@CreationTimestamp
 | 
				
			||||||
	@Column(nullable = false)
 | 
						@Column(nullable = false, insertable = false, updatable = false)
 | 
				
			||||||
	@Schema(description = "Create time of the object", required = false, example = "2000-01-23T01:23:45.678+01:00", readOnly = true)
 | 
						@Schema(description = "Create time of the object", example = "2000-01-23T01:23:45.678+01:00")
 | 
				
			||||||
	@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
 | 
						@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
 | 
				
			||||||
	@Nullable
 | 
						@Nullable
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public Date createdAt = null;
 | 
						public Date createdAt = null;
 | 
				
			||||||
	@DataNotRead
 | 
						@DataNotRead
 | 
				
			||||||
	@UpdateTimestamp
 | 
						@UpdateTimestamp
 | 
				
			||||||
	@Column(nullable = false)
 | 
						@Column(nullable = false, insertable = false, updatable = false)
 | 
				
			||||||
	@Schema(description = "When update the object", required = false, example = "2000-01-23T00:23:45.678Z", readOnly = true)
 | 
						@Schema(description = "When update the object", example = "2000-01-23T00:23:45.678Z")
 | 
				
			||||||
	@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
 | 
						@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX")
 | 
				
			||||||
	// public Instant updatedAt = null;
 | 
					 | 
				
			||||||
	@Nullable
 | 
						@Nullable
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public Date updatedAt = null;
 | 
						public Date updatedAt = null;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,17 +1,21 @@
 | 
				
			|||||||
package org.kar.archidata.model;
 | 
					package org.kar.archidata.model;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.bson.types.ObjectId;
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAccessLimitation;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import dev.morphia.annotations.Id;
 | 
					import dev.morphia.annotations.Id;
 | 
				
			||||||
import io.swagger.v3.oas.annotations.media.Schema;
 | 
					import io.swagger.v3.oas.annotations.media.Schema;
 | 
				
			||||||
import jakarta.persistence.Column;
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
import jakarta.validation.constraints.NotNull;
 | 
					import jakarta.validation.constraints.NotNull;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ApiGenerationMode(create = true, update = true)
 | 
				
			||||||
public class OIDGenericData extends GenericTiming {
 | 
					public class OIDGenericData extends GenericTiming {
 | 
				
			||||||
	@Id
 | 
						@Id
 | 
				
			||||||
	@jakarta.persistence.Id
 | 
						@jakarta.persistence.Id
 | 
				
			||||||
	@Column(nullable = false, unique = true, name = "_id")
 | 
						@Column(nullable = false, unique = true, name = "_id")
 | 
				
			||||||
	@Schema(description = "Unique ObjectID of the object", required = false, readOnly = true, example = "65161616841351")
 | 
						@Schema(description = "Unique ObjectID of the object", example = "65161616841351")
 | 
				
			||||||
	@NotNull
 | 
						@NotNull
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public ObjectId oid = null;
 | 
						public ObjectId oid = null;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,18 +2,22 @@ package org.kar.archidata.model;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import org.kar.archidata.annotation.DataDeleted;
 | 
					import org.kar.archidata.annotation.DataDeleted;
 | 
				
			||||||
import org.kar.archidata.annotation.DataNotRead;
 | 
					import org.kar.archidata.annotation.DataNotRead;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAccessLimitation;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import io.swagger.v3.oas.annotations.media.Schema;
 | 
					import io.swagger.v3.oas.annotations.media.Schema;
 | 
				
			||||||
import jakarta.annotation.Nullable;
 | 
					import jakarta.annotation.Nullable;
 | 
				
			||||||
import jakarta.persistence.Column;
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
import jakarta.ws.rs.DefaultValue;
 | 
					import jakarta.ws.rs.DefaultValue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ApiGenerationMode(create = true, update = true)
 | 
				
			||||||
public class OIDGenericDataSoftDelete extends OIDGenericData {
 | 
					public class OIDGenericDataSoftDelete extends OIDGenericData {
 | 
				
			||||||
	@DataNotRead
 | 
						@DataNotRead
 | 
				
			||||||
	@Column(nullable = false)
 | 
						@Column(nullable = false)
 | 
				
			||||||
	@DefaultValue("'0'")
 | 
						@DefaultValue("'0'")
 | 
				
			||||||
	@DataDeleted
 | 
						@DataDeleted
 | 
				
			||||||
	@Schema(description = "Deleted state", hidden = true, required = false, readOnly = true)
 | 
						@Schema(description = "Deleted state", hidden = true)
 | 
				
			||||||
	@Nullable
 | 
						@Nullable
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public Boolean deleted = null;
 | 
						public Boolean deleted = null;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,17 +2,22 @@ package org.kar.archidata.model;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import java.util.UUID;
 | 
					import java.util.UUID;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAccessLimitation;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import io.swagger.v3.oas.annotations.media.Schema;
 | 
					import io.swagger.v3.oas.annotations.media.Schema;
 | 
				
			||||||
import jakarta.persistence.Column;
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
import jakarta.persistence.Id;
 | 
					import jakarta.persistence.Id;
 | 
				
			||||||
import jakarta.validation.constraints.NotNull;
 | 
					import jakarta.validation.constraints.NotNull;
 | 
				
			||||||
import jakarta.ws.rs.DefaultValue;
 | 
					import jakarta.ws.rs.DefaultValue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ApiGenerationMode(create = true, update = true)
 | 
				
			||||||
public class UUIDGenericData extends GenericTiming {
 | 
					public class UUIDGenericData extends GenericTiming {
 | 
				
			||||||
	@Id
 | 
						@Id
 | 
				
			||||||
	@DefaultValue("(UUID_TO_BIN(UUID(), TRUE))")
 | 
						@DefaultValue("(UUID_TO_BIN(UUID(), TRUE))")
 | 
				
			||||||
	@Column(nullable = false, unique = true)
 | 
						@Column(nullable = false, unique = true)
 | 
				
			||||||
	@Schema(description = "Unique UUID of the object", required = false, readOnly = true, example = "e6b33c1c-d24d-11ee-b616-02420a030102")
 | 
						@Schema(description = "Unique UUID of the object", example = "e6b33c1c-d24d-11ee-b616-02420a030102")
 | 
				
			||||||
	@NotNull
 | 
						@NotNull
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public UUID uuid = null;
 | 
						public UUID uuid = null;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,18 +2,22 @@ package org.kar.archidata.model;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import org.kar.archidata.annotation.DataDeleted;
 | 
					import org.kar.archidata.annotation.DataDeleted;
 | 
				
			||||||
import org.kar.archidata.annotation.DataNotRead;
 | 
					import org.kar.archidata.annotation.DataNotRead;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAccessLimitation;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import io.swagger.v3.oas.annotations.media.Schema;
 | 
					import io.swagger.v3.oas.annotations.media.Schema;
 | 
				
			||||||
import jakarta.annotation.Nullable;
 | 
					import jakarta.annotation.Nullable;
 | 
				
			||||||
import jakarta.persistence.Column;
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
import jakarta.ws.rs.DefaultValue;
 | 
					import jakarta.ws.rs.DefaultValue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ApiGenerationMode(create = true, update = true)
 | 
				
			||||||
public class UUIDGenericDataSoftDelete extends UUIDGenericData {
 | 
					public class UUIDGenericDataSoftDelete extends UUIDGenericData {
 | 
				
			||||||
	@DataNotRead
 | 
						@DataNotRead
 | 
				
			||||||
	@Column(nullable = false)
 | 
						@Column(nullable = false)
 | 
				
			||||||
	@DefaultValue("'0'")
 | 
						@DefaultValue("'0'")
 | 
				
			||||||
	@DataDeleted
 | 
						@DataDeleted
 | 
				
			||||||
	@Schema(description = "Deleted state", hidden = true, required = false, readOnly = true)
 | 
						@Schema(description = "Deleted state", hidden = true)
 | 
				
			||||||
	@Nullable
 | 
						@Nullable
 | 
				
			||||||
 | 
						@ApiAccessLimitation(creatable = false, updatable = false)
 | 
				
			||||||
	public Boolean deleted = null;
 | 
						public Boolean deleted = null;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -20,6 +20,7 @@ import java.util.UUID;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import org.kar.archidata.annotation.DataIfNotExists;
 | 
					import org.kar.archidata.annotation.DataIfNotExists;
 | 
				
			||||||
import org.kar.archidata.annotation.DataJson;
 | 
					import org.kar.archidata.annotation.DataJson;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import com.fasterxml.jackson.annotation.JsonFormat;
 | 
					import com.fasterxml.jackson.annotation.JsonFormat;
 | 
				
			||||||
import com.fasterxml.jackson.annotation.JsonInclude;
 | 
					import com.fasterxml.jackson.annotation.JsonInclude;
 | 
				
			||||||
@@ -36,6 +37,7 @@ import jakarta.ws.rs.DefaultValue;
 | 
				
			|||||||
@Table(name = "user")
 | 
					@Table(name = "user")
 | 
				
			||||||
@DataIfNotExists
 | 
					@DataIfNotExists
 | 
				
			||||||
@JsonInclude(JsonInclude.Include.NON_NULL)
 | 
					@JsonInclude(JsonInclude.Include.NON_NULL)
 | 
				
			||||||
 | 
					@ApiGenerationMode(create = true, update = true)
 | 
				
			||||||
public class User extends GenericDataSoftDelete {
 | 
					public class User extends GenericDataSoftDelete {
 | 
				
			||||||
	@NotNull
 | 
						@NotNull
 | 
				
			||||||
	@Column(length = 128)
 | 
						@Column(length = 128)
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										13
									
								
								src/org/kar/archidata/model/token/JwtHeader.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								src/org/kar/archidata/model/token/JwtHeader.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.model.token;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.validation.constraints.NotNull;
 | 
				
			||||||
 | 
					import jakarta.validation.constraints.Size;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class JwtHeader {
 | 
				
			||||||
 | 
						@Size(max = 128)
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public String typ;
 | 
				
			||||||
 | 
						@Size(max = 128)
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public String alg;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										29
									
								
								src/org/kar/archidata/model/token/JwtPayload.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								src/org/kar/archidata/model/token/JwtPayload.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,29 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.model.token;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.Map;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.validation.constraints.NotNull;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class JwtPayload {
 | 
				
			||||||
 | 
						// User identification
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public String sub;
 | 
				
			||||||
 | 
						// Application destination
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public String application;
 | 
				
			||||||
 | 
						// Emitter of the token
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public String iss;
 | 
				
			||||||
 | 
						// Access Right Map<application, Map< section, right>>
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public Map<String, Map<String, Long>> right;
 | 
				
			||||||
 | 
						// user name
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public String login;
 | 
				
			||||||
 | 
						// Expiration (timestamp)
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public Long exp;
 | 
				
			||||||
 | 
						// Create time (timestamp)
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public Long iat;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										12
									
								
								src/org/kar/archidata/model/token/JwtToken.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								src/org/kar/archidata/model/token/JwtToken.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.model.token;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import jakarta.validation.constraints.NotNull;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class JwtToken {
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public JwtHeader header;
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public JwtPayload payload;
 | 
				
			||||||
 | 
						@NotNull
 | 
				
			||||||
 | 
						public String signature;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										48
									
								
								src/org/kar/archidata/tools/AnnotationCreator.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										48
									
								
								src/org/kar/archidata/tools/AnnotationCreator.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,48 @@
 | 
				
			|||||||
 | 
					package org.kar.archidata.tools;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.lang.annotation.Annotation;
 | 
				
			||||||
 | 
					import java.lang.reflect.InvocationHandler;
 | 
				
			||||||
 | 
					import java.lang.reflect.Method;
 | 
				
			||||||
 | 
					import java.lang.reflect.Proxy;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiGenerationMode;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					public class AnnotationCreator {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@SuppressWarnings("unchecked")
 | 
				
			||||||
 | 
						public static <A extends Annotation> A createAnnotation(final Class<A> annotationClass, final Object... values) {
 | 
				
			||||||
 | 
							return (A) Proxy.newProxyInstance(annotationClass.getClassLoader(), new Class<?>[] { annotationClass },
 | 
				
			||||||
 | 
									new InvocationHandler() {
 | 
				
			||||||
 | 
										@Override
 | 
				
			||||||
 | 
										public Object invoke(final Object proxy, final Method method, final Object[] args)
 | 
				
			||||||
 | 
												throws Throwable {
 | 
				
			||||||
 | 
											if ("annotationType".equals(method.getName())) {
 | 
				
			||||||
 | 
												return annotationClass;
 | 
				
			||||||
 | 
											}
 | 
				
			||||||
 | 
											if ("toString".equals(method.getName())) {
 | 
				
			||||||
 | 
												return "@" + annotationClass.getName() + values;
 | 
				
			||||||
 | 
											}
 | 
				
			||||||
 | 
											for (int i = 0; i < values.length; i += 2) {
 | 
				
			||||||
 | 
												if (method.getName().equals(values[i])) {
 | 
				
			||||||
 | 
													return values[i + 1];
 | 
				
			||||||
 | 
												}
 | 
				
			||||||
 | 
											}
 | 
				
			||||||
 | 
											return method.getDefaultValue();
 | 
				
			||||||
 | 
										}
 | 
				
			||||||
 | 
									});
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public static void main(final String[] args) {
 | 
				
			||||||
 | 
							final ApiGenerationMode myAnnotation = AnnotationCreator.createAnnotation(ApiGenerationMode.class, "readable",
 | 
				
			||||||
 | 
									true, "creatable", false, "updatable", false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							System.out.println("readable: " + myAnnotation.read()); // Output: example
 | 
				
			||||||
 | 
							System.out.println("creatable: " + myAnnotation.create()); // Output: 100
 | 
				
			||||||
 | 
							System.out.println("updatable: " + myAnnotation.update()); // Output: 100
 | 
				
			||||||
 | 
							final ApiGenerationMode myAnnotation2 = AnnotationCreator.createAnnotation(ApiGenerationMode.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							System.out.println("readable: " + myAnnotation2.read()); // Output: example
 | 
				
			||||||
 | 
							System.out.println("creatable: " + myAnnotation2.create()); // Output: 100
 | 
				
			||||||
 | 
							System.out.println("updatable: " + myAnnotation2.update()); // Output: 100
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -3,6 +3,7 @@ package org.kar.archidata.tools;
 | 
				
			|||||||
public class ConfigBaseVariable {
 | 
					public class ConfigBaseVariable {
 | 
				
			||||||
	static public String tmpDataFolder;
 | 
						static public String tmpDataFolder;
 | 
				
			||||||
	static public String dataFolder;
 | 
						static public String dataFolder;
 | 
				
			||||||
 | 
						static public String dbAbleToCreate;
 | 
				
			||||||
	static public String dbType;
 | 
						static public String dbType;
 | 
				
			||||||
	static public String dbHost;
 | 
						static public String dbHost;
 | 
				
			||||||
	static public String dbPort;
 | 
						static public String dbPort;
 | 
				
			||||||
@@ -23,6 +24,7 @@ public class ConfigBaseVariable {
 | 
				
			|||||||
	public static void clearAllValue() {
 | 
						public static void clearAllValue() {
 | 
				
			||||||
		tmpDataFolder = System.getenv("DATA_TMP_FOLDER");
 | 
							tmpDataFolder = System.getenv("DATA_TMP_FOLDER");
 | 
				
			||||||
		dataFolder = System.getenv("DATA_FOLDER");
 | 
							dataFolder = System.getenv("DATA_FOLDER");
 | 
				
			||||||
 | 
							dbAbleToCreate = System.getenv("DB_ABLE_TO_CREATE");
 | 
				
			||||||
		dbType = System.getenv("DB_TYPE");
 | 
							dbType = System.getenv("DB_TYPE");
 | 
				
			||||||
		dbHost = System.getenv("DB_HOST");
 | 
							dbHost = System.getenv("DB_HOST");
 | 
				
			||||||
		dbPort = System.getenv("DB_PORT");
 | 
							dbPort = System.getenv("DB_PORT");
 | 
				
			||||||
@@ -58,6 +60,13 @@ public class ConfigBaseVariable {
 | 
				
			|||||||
		return dataFolder;
 | 
							return dataFolder;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public static boolean getDBAbleToCreate() {
 | 
				
			||||||
 | 
							if (dbAbleToCreate == null) {
 | 
				
			||||||
 | 
								return true;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							return Boolean.getBoolean(dbAbleToCreate);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static String getDBType() {
 | 
						public static String getDBType() {
 | 
				
			||||||
		if (dbType == null) {
 | 
							if (dbType == null) {
 | 
				
			||||||
			return "mysql";
 | 
								return "mysql";
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,6 +5,7 @@ import java.io.FileOutputStream;
 | 
				
			|||||||
import java.io.IOException;
 | 
					import java.io.IOException;
 | 
				
			||||||
import java.io.InputStream;
 | 
					import java.io.InputStream;
 | 
				
			||||||
import java.io.OutputStream;
 | 
					import java.io.OutputStream;
 | 
				
			||||||
 | 
					import java.lang.reflect.Field;
 | 
				
			||||||
import java.nio.file.Files;
 | 
					import java.nio.file.Files;
 | 
				
			||||||
import java.nio.file.Paths;
 | 
					import java.nio.file.Paths;
 | 
				
			||||||
import java.nio.file.StandardCopyOption;
 | 
					import java.nio.file.StandardCopyOption;
 | 
				
			||||||
@@ -17,13 +18,17 @@ import java.util.List;
 | 
				
			|||||||
import org.apache.tika.Tika;
 | 
					import org.apache.tika.Tika;
 | 
				
			||||||
import org.bson.types.ObjectId;
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
import org.glassfish.jersey.media.multipart.FormDataContentDisposition;
 | 
					import org.glassfish.jersey.media.multipart.FormDataContentDisposition;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.AnnotationTools;
 | 
				
			||||||
 | 
					import org.kar.archidata.annotation.AnnotationTools.FieldName;
 | 
				
			||||||
import org.kar.archidata.api.DataResource;
 | 
					import org.kar.archidata.api.DataResource;
 | 
				
			||||||
import org.kar.archidata.dataAccess.DBAccess;
 | 
					import org.kar.archidata.dataAccess.DBAccess;
 | 
				
			||||||
import org.kar.archidata.dataAccess.QueryAnd;
 | 
					import org.kar.archidata.dataAccess.QueryAnd;
 | 
				
			||||||
import org.kar.archidata.dataAccess.QueryCondition;
 | 
					import org.kar.archidata.dataAccess.QueryCondition;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.QueryOptions;
 | 
				
			||||||
import org.kar.archidata.dataAccess.addOnSQL.AddOnDataJson;
 | 
					import org.kar.archidata.dataAccess.addOnSQL.AddOnDataJson;
 | 
				
			||||||
import org.kar.archidata.dataAccess.options.Condition;
 | 
					import org.kar.archidata.dataAccess.options.Condition;
 | 
				
			||||||
import org.kar.archidata.dataAccess.options.ReadAllColumn;
 | 
					import org.kar.archidata.dataAccess.options.ReadAllColumn;
 | 
				
			||||||
 | 
					import org.kar.archidata.exception.DataAccessException;
 | 
				
			||||||
import org.kar.archidata.exception.FailException;
 | 
					import org.kar.archidata.exception.FailException;
 | 
				
			||||||
import org.kar.archidata.exception.InputException;
 | 
					import org.kar.archidata.exception.InputException;
 | 
				
			||||||
import org.kar.archidata.model.Data;
 | 
					import org.kar.archidata.model.Data;
 | 
				
			||||||
@@ -391,6 +396,13 @@ public class DataTools {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		// Fist step: retrieve all the Id of each parents:...
 | 
							// Fist step: retrieve all the Id of each parents:...
 | 
				
			||||||
		LOGGER.info("Find typeNode");
 | 
							LOGGER.info("Find typeNode");
 | 
				
			||||||
		AddOnDataJson.addLink(ioDb, clazz, null, id, null, data.oid);
 | 
					
 | 
				
			||||||
 | 
							final Field idField = AnnotationTools.getIdField(clazz);
 | 
				
			||||||
 | 
							if (idField == null) {
 | 
				
			||||||
 | 
								throw new DataAccessException(
 | 
				
			||||||
 | 
										"The class have no annotation @Id ==> can not determine the default type searching");
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							final FieldName fieldName = AnnotationTools.getFieldName(idField, new QueryOptions());
 | 
				
			||||||
 | 
							AddOnDataJson.addLink(ioDb, clazz, fieldName.inTable(), id, null, data.oid);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,6 @@
 | 
				
			|||||||
package org.kar.archidata.tools;
 | 
					package org.kar.archidata.tools;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.io.File;
 | 
				
			||||||
import java.io.IOException;
 | 
					import java.io.IOException;
 | 
				
			||||||
import java.net.URI;
 | 
					import java.net.URI;
 | 
				
			||||||
import java.net.http.HttpClient;
 | 
					import java.net.http.HttpClient;
 | 
				
			||||||
@@ -8,15 +9,19 @@ import java.net.http.HttpRequest;
 | 
				
			|||||||
import java.net.http.HttpRequest.BodyPublishers;
 | 
					import java.net.http.HttpRequest.BodyPublishers;
 | 
				
			||||||
import java.net.http.HttpRequest.Builder;
 | 
					import java.net.http.HttpRequest.Builder;
 | 
				
			||||||
import java.net.http.HttpResponse;
 | 
					import java.net.http.HttpResponse;
 | 
				
			||||||
 | 
					import java.nio.file.Files;
 | 
				
			||||||
 | 
					import java.util.ArrayList;
 | 
				
			||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
import java.util.Map;
 | 
					import java.util.Map;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
import org.kar.archidata.exception.RESTErrorResponseException;
 | 
					import org.kar.archidata.exception.RESTErrorResponseException;
 | 
				
			||||||
import org.slf4j.Logger;
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
import org.slf4j.LoggerFactory;
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import com.fasterxml.jackson.core.JsonParseException;
 | 
					import com.fasterxml.jackson.core.JsonParseException;
 | 
				
			||||||
import com.fasterxml.jackson.databind.ObjectMapper;
 | 
					import com.fasterxml.jackson.databind.ObjectMapper;
 | 
				
			||||||
 | 
					import com.fasterxml.jackson.databind.exc.InvalidDefinitionException;
 | 
				
			||||||
import com.fasterxml.jackson.databind.exc.MismatchedInputException;
 | 
					import com.fasterxml.jackson.databind.exc.MismatchedInputException;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import jakarta.ws.rs.core.HttpHeaders;
 | 
					import jakarta.ws.rs.core.HttpHeaders;
 | 
				
			||||||
@@ -36,7 +41,7 @@ public class RESTApi {
 | 
				
			|||||||
		this.token = token;
 | 
							this.token = token;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T> List<T> gets(final Class<T> clazz, final String urlOffset)
 | 
						public <TYPE_RESPONSE> List<TYPE_RESPONSE> gets(final Class<TYPE_RESPONSE> clazz, final String urlOffset)
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		final HttpClient client = HttpClient.newHttpClient();
 | 
							final HttpClient client = HttpClient.newHttpClient();
 | 
				
			||||||
		Builder requestBuilding = HttpRequest.newBuilder().version(Version.HTTP_1_1)
 | 
							Builder requestBuilding = HttpRequest.newBuilder().version(Version.HTTP_1_1)
 | 
				
			||||||
@@ -60,58 +65,101 @@ public class RESTApi {
 | 
				
			|||||||
				this.mapper.getTypeFactory().constructCollectionType(List.class, clazz));
 | 
									this.mapper.getTypeFactory().constructCollectionType(List.class, clazz));
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T> T get(final Class<T> clazz, final String urlOffset)
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE get(final Class<TYPE_RESPONSE> clazz, final String urlOffset)
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return modelSendJson("GET", clazz, urlOffset, null);
 | 
							return modelSendJson("GET", clazz, urlOffset, null);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T, U> T post(final Class<T> clazz, final String urlOffset, final U data)
 | 
						public HttpResponse<byte[]> getRaw(final String urlOffset) throws IOException, InterruptedException {
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
							final Builder requestBuilding = createRequestBuilder(urlOffset);
 | 
				
			||||||
 | 
							final HttpRequest request = requestBuilding.method("GET", BodyPublishers.ofString("")).build();
 | 
				
			||||||
 | 
							final HttpClient client = HttpClient.newHttpClient();
 | 
				
			||||||
 | 
							// client.property(HttpUrlConnectorProvider.SET_METHOD_WORKAROUND, true);
 | 
				
			||||||
 | 
							return client.send(request, HttpResponse.BodyHandlers.ofByteArray());
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public <TYPE_RESPONSET, TYPE_BODY> TYPE_RESPONSET postMultipart(
 | 
				
			||||||
 | 
								final Class<TYPE_RESPONSET> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final Map<String, Object> data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
 | 
							return modelSendMultipart("POST", clazz, urlOffset, data);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public <TYPE_RESPONSET, TYPE_BODY> TYPE_RESPONSET post(
 | 
				
			||||||
 | 
								final Class<TYPE_RESPONSET> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final TYPE_BODY data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return modelSend("POST", clazz, urlOffset, data);
 | 
							return modelSend("POST", clazz, urlOffset, data);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T, U> T postJson(final Class<T> clazz, final String urlOffset, final String body)
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE postJson(
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final String body) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return modelSendJson("POST", clazz, urlOffset, body);
 | 
							return modelSendJson("POST", clazz, urlOffset, body);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T> T postMap(final Class<T> clazz, final String urlOffset, final Map<String, Object> data)
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE postMap(
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final Map<String, Object> data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return modelSendMap("POST", clazz, urlOffset, data);
 | 
							return modelSendMap("POST", clazz, urlOffset, data);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T, U> T put(final Class<T> clazz, final String urlOffset, final U data)
 | 
						public <TYPE_RESPONSE, TYPE_BODY> TYPE_RESPONSE put(
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final TYPE_BODY data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return modelSend("PUT", clazz, urlOffset, data);
 | 
							return modelSend("PUT", clazz, urlOffset, data);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T, U> T putJson(final Class<T> clazz, final String urlOffset, final String body)
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE putJson(
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final String body) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return modelSendJson("PUT", clazz, urlOffset, body);
 | 
							return modelSendJson("PUT", clazz, urlOffset, body);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T> T putMap(final Class<T> clazz, final String urlOffset, final Map<String, Object> data)
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE putMap(
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final Map<String, Object> data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return modelSendMap("PUT", clazz, urlOffset, data);
 | 
							return modelSendMap("PUT", clazz, urlOffset, data);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T, U> T patch(final Class<T> clazz, final String urlOffset, final U data)
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE putMultipart(
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final Map<String, Object> data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
 | 
							return modelSendMultipart("PUT", clazz, urlOffset, data);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public <TYPE_RESPONSE, TYPE_BODY> TYPE_RESPONSE patch(
 | 
				
			||||||
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final TYPE_BODY data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return modelSend("PATCH", clazz, urlOffset, data);
 | 
							return modelSend("PATCH", clazz, urlOffset, data);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T, U> T patchJson(final Class<T> clazz, final String urlOffset, final String body)
 | 
						public <TYPE_RESPONSE, TYPE_BODY> TYPE_RESPONSE patchJson(
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final String body) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return modelSendJson("PATCH", clazz, urlOffset, body);
 | 
							return modelSendJson("PATCH", clazz, urlOffset, body);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public <T> T patchMap(final Class<T> clazz, final String urlOffset, final Map<String, Object> data)
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE patchMap(
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final Map<String, Object> data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return modelSendMap("PATCH", clazz, urlOffset, data);
 | 
							return modelSendMap("PATCH", clazz, urlOffset, data);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	protected <T, U> T modelSend(final String model, final Class<T> clazz, final String urlOffset, final U data)
 | 
						protected <TYPE_RESPONSE, TYPE_BODY> TYPE_RESPONSE modelSend(
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final String model,
 | 
				
			||||||
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final TYPE_BODY data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		if (data == null) {
 | 
							if (data == null) {
 | 
				
			||||||
			return modelSendJson(model, clazz, urlOffset, null);
 | 
								return modelSendJson(model, clazz, urlOffset, null);
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
@@ -120,18 +168,74 @@ public class RESTApi {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@SuppressWarnings("unchecked")
 | 
						public Builder createRequestBuilder(final String urlOffset) {
 | 
				
			||||||
	public <T, U> T modelSendJson(final String model, final Class<T> clazz, final String urlOffset, String body)
 | 
					 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
					 | 
				
			||||||
		final HttpClient client = HttpClient.newHttpClient();
 | 
					 | 
				
			||||||
		// client.property(HttpUrlConnectorProvider.SET_METHOD_WORKAROUND, true);
 | 
					 | 
				
			||||||
		Builder requestBuilding = HttpRequest.newBuilder().version(Version.HTTP_1_1)
 | 
							Builder requestBuilding = HttpRequest.newBuilder().version(Version.HTTP_1_1)
 | 
				
			||||||
				.uri(URI.create(this.baseUrl + urlOffset));
 | 
									.uri(URI.create(this.baseUrl + urlOffset));
 | 
				
			||||||
		LOGGER.trace("call {}: {}", model, URI.create(this.baseUrl + urlOffset));
 | 
					 | 
				
			||||||
		LOGGER.trace("DATA: {}", body);
 | 
					 | 
				
			||||||
		if (this.token != null) {
 | 
							if (this.token != null) {
 | 
				
			||||||
			requestBuilding = requestBuilding.header(HttpHeaders.AUTHORIZATION, "Bearer " + this.token);
 | 
								requestBuilding = requestBuilding.header(HttpHeaders.AUTHORIZATION, "Bearer " + this.token);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							return requestBuilding;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE modelSendMultipart(
 | 
				
			||||||
 | 
								final String model,
 | 
				
			||||||
 | 
								final Class<TYPE_RESPONSE> clazzReturn,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								final Map<String, Object> params) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							LOGGER.trace("call (MULTIPART) {}: {}", model, URI.create(this.baseUrl + urlOffset));
 | 
				
			||||||
 | 
							Builder requestBuilding = createRequestBuilder(urlOffset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Create multipart key element
 | 
				
			||||||
 | 
							final String boundary = (new ObjectId()).toString();
 | 
				
			||||||
 | 
							requestBuilding = requestBuilding.header("Content-Type", "multipart/form-data; boundary=" + boundary);
 | 
				
			||||||
 | 
							// create the body;
 | 
				
			||||||
 | 
							final List<byte[]> bodyParts = new ArrayList<>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							for (final Map.Entry<String, Object> entry : params.entrySet()) {
 | 
				
			||||||
 | 
								final StringBuilder partHeader = new StringBuilder();
 | 
				
			||||||
 | 
								partHeader.append("--").append(boundary).append("\r\n");
 | 
				
			||||||
 | 
								if (entry.getValue() instanceof File) {
 | 
				
			||||||
 | 
									final File file = (File) entry.getValue();
 | 
				
			||||||
 | 
									partHeader.append("Content-Disposition: form-data; name=\"").append(entry.getKey())
 | 
				
			||||||
 | 
											.append("\"; filename=\"").append(file.getName()).append("\"\r\n");
 | 
				
			||||||
 | 
									partHeader.append("Content-Type: application/octet-stream\r\n\r\n");
 | 
				
			||||||
 | 
									bodyParts.add(partHeader.toString().getBytes());
 | 
				
			||||||
 | 
									bodyParts.add(Files.readAllBytes(file.toPath()));
 | 
				
			||||||
 | 
									bodyParts.add("\r\n".getBytes());
 | 
				
			||||||
 | 
								} else {
 | 
				
			||||||
 | 
									partHeader.append("Content-Disposition: form-data; name=\"").append(entry.getKey())
 | 
				
			||||||
 | 
											.append("\"\r\n\r\n");
 | 
				
			||||||
 | 
									if (entry.getValue() == null) {
 | 
				
			||||||
 | 
										partHeader.append("null\r\n");
 | 
				
			||||||
 | 
									} else {
 | 
				
			||||||
 | 
										partHeader.append(entry.getValue().toString()).append("\r\n");
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
 | 
									bodyParts.add(partHeader.toString().getBytes());
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							bodyParts.add(("--" + boundary + "--\r\n").getBytes());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final int totalSize = bodyParts.stream().mapToInt(b -> b.length).sum();
 | 
				
			||||||
 | 
							final byte[] finalBody = new byte[totalSize];
 | 
				
			||||||
 | 
							int position = 0;
 | 
				
			||||||
 | 
							for (final byte[] part : bodyParts) {
 | 
				
			||||||
 | 
								System.arraycopy(part, 0, finalBody, position, part.length);
 | 
				
			||||||
 | 
								position += part.length;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final HttpRequest request = requestBuilding.method(model, BodyPublishers.ofByteArray(finalBody)).build();
 | 
				
			||||||
 | 
							return callAndParseRequest(clazzReturn, request);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE modelSendJson(
 | 
				
			||||||
 | 
								final String model,
 | 
				
			||||||
 | 
								final Class<TYPE_RESPONSE> clazzReturn,
 | 
				
			||||||
 | 
								final String urlOffset,
 | 
				
			||||||
 | 
								String body) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
 | 
							LOGGER.trace("DATA: {}", body);
 | 
				
			||||||
 | 
							Builder requestBuilding = createRequestBuilder(urlOffset);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (body == null) {
 | 
							if (body == null) {
 | 
				
			||||||
			body = "";
 | 
								body = "";
 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
@@ -139,37 +243,56 @@ public class RESTApi {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
		LOGGER.trace("publish body: {}", body);
 | 
							LOGGER.trace("publish body: {}", body);
 | 
				
			||||||
		final HttpRequest request = requestBuilding.method(model, BodyPublishers.ofString(body)).build();
 | 
							final HttpRequest request = requestBuilding.method(model, BodyPublishers.ofString(body)).build();
 | 
				
			||||||
 | 
							return callAndParseRequest(clazzReturn, request);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@SuppressWarnings("unchecked")
 | 
				
			||||||
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE callAndParseRequest(
 | 
				
			||||||
 | 
								final Class<TYPE_RESPONSE> clazzReturn,
 | 
				
			||||||
 | 
								final HttpRequest request) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
 | 
							final HttpClient client = HttpClient.newHttpClient();
 | 
				
			||||||
 | 
							// client.property(HttpUrlConnectorProvider.SET_METHOD_WORKAROUND, true);
 | 
				
			||||||
		final HttpResponse<String> httpResponse = client.send(request, HttpResponse.BodyHandlers.ofString());
 | 
							final HttpResponse<String> httpResponse = client.send(request, HttpResponse.BodyHandlers.ofString());
 | 
				
			||||||
 | 
							if (clazzReturn == HttpResponse.class) {
 | 
				
			||||||
 | 
								return (TYPE_RESPONSE) httpResponse;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
		if (httpResponse.statusCode() < 200 || httpResponse.statusCode() >= 300) {
 | 
							if (httpResponse.statusCode() < 200 || httpResponse.statusCode() >= 300) {
 | 
				
			||||||
			LOGGER.trace("Receive Error: {}", httpResponse.body());
 | 
								LOGGER.trace("Receive Error: {}", httpResponse.body());
 | 
				
			||||||
			try {
 | 
								try {
 | 
				
			||||||
				final RESTErrorResponseException out = this.mapper.readValue(httpResponse.body(),
 | 
									final RESTErrorResponseException out = this.mapper.readValue(httpResponse.body(),
 | 
				
			||||||
						RESTErrorResponseException.class);
 | 
											RESTErrorResponseException.class);
 | 
				
			||||||
				throw out;
 | 
									throw out;
 | 
				
			||||||
 | 
								} catch (final InvalidDefinitionException ex) {
 | 
				
			||||||
 | 
									ex.printStackTrace();
 | 
				
			||||||
 | 
									LOGGER.error("body: {}", httpResponse.body());
 | 
				
			||||||
 | 
									throw new IOException("RestAPI Fail to parse the error " + ex.getClass().getName() + " ["
 | 
				
			||||||
 | 
											+ httpResponse.statusCode() + "] " + httpResponse.body());
 | 
				
			||||||
			} catch (final MismatchedInputException ex) {
 | 
								} catch (final MismatchedInputException ex) {
 | 
				
			||||||
				throw new IOException(
 | 
									ex.printStackTrace();
 | 
				
			||||||
						"Fail to get the data [" + httpResponse.statusCode() + "] " + httpResponse.body());
 | 
									LOGGER.error("body: {}", httpResponse.body());
 | 
				
			||||||
 | 
									throw new IOException("RestAPI Fail to parse the error " + ex.getClass().getName() + " ["
 | 
				
			||||||
 | 
											+ httpResponse.statusCode() + "] " + httpResponse.body());
 | 
				
			||||||
			} catch (final JsonParseException ex) {
 | 
								} catch (final JsonParseException ex) {
 | 
				
			||||||
				ex.printStackTrace();
 | 
									ex.printStackTrace();
 | 
				
			||||||
				LOGGER.error("body: {}", httpResponse.body());
 | 
									LOGGER.error("body: {}", httpResponse.body());
 | 
				
			||||||
				throw new IOException(
 | 
									throw new IOException("RestAPI Fail to parse the error " + ex.getClass().getName() + " ["
 | 
				
			||||||
						"Fail to get the ERROR data [" + httpResponse.statusCode() + "] " + httpResponse.body());
 | 
											+ httpResponse.statusCode() + "] " + httpResponse.body());
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (clazz == Void.class || clazz == void.class) {
 | 
							if (clazzReturn == Void.class || clazzReturn == void.class) {
 | 
				
			||||||
			return null;
 | 
								return null;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (clazz.equals(String.class)) {
 | 
							if (clazzReturn.equals(String.class)) {
 | 
				
			||||||
			return (T) httpResponse.body();
 | 
								return (TYPE_RESPONSE) httpResponse.body();
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		LOGGER.trace("Receive model: {} with data: '{}'", clazz.getCanonicalName(), httpResponse.body());
 | 
							LOGGER.trace("Receive model: {} with data: '{}'", clazzReturn.getCanonicalName(), httpResponse.body());
 | 
				
			||||||
		return this.mapper.readValue(httpResponse.body(), clazz);
 | 
							return this.mapper.readValue(httpResponse.body(), clazzReturn);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@SuppressWarnings("unchecked")
 | 
						@SuppressWarnings("unchecked")
 | 
				
			||||||
	public <T> T modelSendMap(
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE modelSendMap(
 | 
				
			||||||
			final String model,
 | 
								final String model,
 | 
				
			||||||
			final Class<T> clazz,
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
			final String urlOffset,
 | 
								final String urlOffset,
 | 
				
			||||||
			final Map<String, Object> data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final Map<String, Object> data) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		final HttpClient client = HttpClient.newHttpClient();
 | 
							final HttpClient client = HttpClient.newHttpClient();
 | 
				
			||||||
@@ -201,7 +324,7 @@ public class RESTApi {
 | 
				
			|||||||
			return null;
 | 
								return null;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (clazz.equals(String.class)) {
 | 
							if (clazz.equals(String.class)) {
 | 
				
			||||||
			return (T) httpResponse.body();
 | 
								return (TYPE_RESPONSE) httpResponse.body();
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return this.mapper.readValue(httpResponse.body(), clazz);
 | 
							return this.mapper.readValue(httpResponse.body(), clazz);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -216,12 +339,12 @@ public class RESTApi {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
	 * Call a DELETE on a REST API with retrieving some data
 | 
						 * Call a DELETE on a REST API with retrieving some data
 | 
				
			||||||
	 * @param <T> Type of data that might be received.
 | 
						 * @param <TYPE_RESPONSE> Type of data that might be received.
 | 
				
			||||||
	 * @param clazz Class model of the data that might be parsed.
 | 
						 * @param clazz Class model of the data that might be parsed.
 | 
				
			||||||
	 * @param urlOffset Offset to call the API
 | 
						 * @param urlOffset Offset to call the API
 | 
				
			||||||
	 * @return The parsed object received.
 | 
						 * @return The parsed object received.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	public <T> T delete(final Class<T> clazz, final String urlOffset)
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE delete(final Class<TYPE_RESPONSE> clazz, final String urlOffset)
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return simpleRequest("DELETE", clazz, urlOffset);
 | 
							return simpleRequest("DELETE", clazz, urlOffset);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -236,12 +359,12 @@ public class RESTApi {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
	 * Call a ARCHIVE on a REST API with retrieving some data
 | 
						 * Call a ARCHIVE on a REST API with retrieving some data
 | 
				
			||||||
	 * @param <T> Type of data that might be received.
 | 
						 * @param <TYPE_RESPONSE> Type of data that might be received.
 | 
				
			||||||
	 * @param clazz Class model of the data that might be parsed.
 | 
						 * @param clazz Class model of the data that might be parsed.
 | 
				
			||||||
	 * @param urlOffset Offset to call the API
 | 
						 * @param urlOffset Offset to call the API
 | 
				
			||||||
	 * @return The parsed object received.
 | 
						 * @return The parsed object received.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	public <T> T archive(final Class<T> clazz, final String urlOffset)
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE archive(final Class<TYPE_RESPONSE> clazz, final String urlOffset)
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		return simpleRequest("ARCHIVE", clazz, urlOffset);
 | 
							return simpleRequest("ARCHIVE", clazz, urlOffset);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@@ -268,14 +391,16 @@ public class RESTApi {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	/**
 | 
						/**
 | 
				
			||||||
	 * Call a key on a REST API with retrieving some data
 | 
						 * Call a key on a REST API with retrieving some data
 | 
				
			||||||
	 * @param <T> Type of data that might be received.
 | 
						 * @param <TYPE_RESPONSE> Type of data that might be received.
 | 
				
			||||||
	 * @param model name of the key for the REST call
 | 
						 * @param model name of the key for the REST call
 | 
				
			||||||
	 * @param clazz Class model of the data that might be parsed.
 | 
						 * @param clazz Class model of the data that might be parsed.
 | 
				
			||||||
	 * @param urlOffset Offset to call the API
 | 
						 * @param urlOffset Offset to call the API
 | 
				
			||||||
	 * @return The parsed object received.
 | 
						 * @return The parsed object received.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	public <T> T simpleRequest(final String model, final Class<T> clazz, final String urlOffset)
 | 
						public <TYPE_RESPONSE> TYPE_RESPONSE simpleRequest(
 | 
				
			||||||
			throws RESTErrorResponseException, IOException, InterruptedException {
 | 
								final String model,
 | 
				
			||||||
 | 
								final Class<TYPE_RESPONSE> clazz,
 | 
				
			||||||
 | 
								final String urlOffset) throws RESTErrorResponseException, IOException, InterruptedException {
 | 
				
			||||||
		final HttpClient client = HttpClient.newHttpClient();
 | 
							final HttpClient client = HttpClient.newHttpClient();
 | 
				
			||||||
		Builder requestBuilding = HttpRequest.newBuilder().version(Version.HTTP_1_1)
 | 
							Builder requestBuilding = HttpRequest.newBuilder().version(Version.HTTP_1_1)
 | 
				
			||||||
				.uri(URI.create(this.baseUrl + urlOffset));
 | 
									.uri(URI.create(this.baseUrl + urlOffset));
 | 
				
			||||||
@@ -298,7 +423,7 @@ public class RESTApi {
 | 
				
			|||||||
			return null;
 | 
								return null;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if (clazz.equals(String.class)) {
 | 
							if (clazz.equals(String.class)) {
 | 
				
			||||||
			return (T) httpResponse.body();
 | 
								return (TYPE_RESPONSE) httpResponse.body();
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		return this.mapper.readValue(httpResponse.body(), clazz);
 | 
							return this.mapper.readValue(httpResponse.body(), clazz);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,30 +3,29 @@
 | 
				
			|||||||
 * @copyright 2024, Edouard DUPIN, all right reserved
 | 
					 * @copyright 2024, Edouard DUPIN, all right reserved
 | 
				
			||||||
 * @license MPL-2
 | 
					 * @license MPL-2
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					import { RestErrorResponse, isRestErrorResponse } from './model';
 | 
				
			||||||
import { RestErrorResponse, isRestErrorResponse } from "./model";
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
export enum HTTPRequestModel {
 | 
					export enum HTTPRequestModel {
 | 
				
			||||||
  ARCHIVE = "ARCHIVE",
 | 
					  ARCHIVE = 'ARCHIVE',
 | 
				
			||||||
  DELETE = "DELETE",
 | 
					  DELETE = 'DELETE',
 | 
				
			||||||
  HEAD = "HEAD",
 | 
					  HEAD = 'HEAD',
 | 
				
			||||||
  GET = "GET",
 | 
					  GET = 'GET',
 | 
				
			||||||
  OPTION = "OPTION",
 | 
					  OPTION = 'OPTION',
 | 
				
			||||||
  PATCH = "PATCH",
 | 
					  PATCH = 'PATCH',
 | 
				
			||||||
  POST = "POST",
 | 
					  POST = 'POST',
 | 
				
			||||||
  PUT = "PUT",
 | 
					  PUT = 'PUT',
 | 
				
			||||||
  RESTORE = "RESTORE",
 | 
					  RESTORE = 'RESTORE',
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
export enum HTTPMimeType {
 | 
					export enum HTTPMimeType {
 | 
				
			||||||
  ALL = "*/*",
 | 
					  ALL = '*/*',
 | 
				
			||||||
  CSV = "text/csv",
 | 
					  CSV = 'text/csv',
 | 
				
			||||||
  IMAGE = "image/*",
 | 
					  IMAGE = 'image/*',
 | 
				
			||||||
  IMAGE_JPEG = "image/jpeg",
 | 
					  IMAGE_JPEG = 'image/jpeg',
 | 
				
			||||||
  IMAGE_PNG = "image/png",
 | 
					  IMAGE_PNG = 'image/png',
 | 
				
			||||||
  JSON = "application/json",
 | 
					  JSON = 'application/json',
 | 
				
			||||||
  MULTIPART = "multipart/form-data",
 | 
					  MULTIPART = 'multipart/form-data',
 | 
				
			||||||
  OCTET_STREAM = "application/octet-stream",
 | 
					  OCTET_STREAM = 'application/octet-stream',
 | 
				
			||||||
  TEXT_PLAIN = "text/plain",
 | 
					  TEXT_PLAIN = 'text/plain',
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface RESTConfig {
 | 
					export interface RESTConfig {
 | 
				
			||||||
@@ -54,6 +53,14 @@ export interface ModelResponseHttp {
 | 
				
			|||||||
  data: any;
 | 
					  data: any;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export type ErrorRestApiCallback = (response: Response) => void;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					let errorApiGlobalCallback: ErrorRestApiCallback | undefined = undefined;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const setErrorApiGlobalCallback = (callback: ErrorRestApiCallback) => {
 | 
				
			||||||
 | 
					  errorApiGlobalCallback = callback;
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function isNullOrUndefined(data: any): data is undefined | null {
 | 
					function isNullOrUndefined(data: any): data is undefined | null {
 | 
				
			||||||
  return data === undefined || data === null;
 | 
					  return data === undefined || data === null;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -78,6 +85,7 @@ export interface RESTRequestType {
 | 
				
			|||||||
  data?: any;
 | 
					  data?: any;
 | 
				
			||||||
  params?: object;
 | 
					  params?: object;
 | 
				
			||||||
  queries?: object;
 | 
					  queries?: object;
 | 
				
			||||||
 | 
					  headers?: any;
 | 
				
			||||||
  callbacks?: RESTCallbacks;
 | 
					  callbacks?: RESTCallbacks;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -87,15 +95,15 @@ function replaceAll(input, searchValue, replaceValue) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
function removeTrailingSlashes(input: string): string {
 | 
					function removeTrailingSlashes(input: string): string {
 | 
				
			||||||
  if (isNullOrUndefined(input)) {
 | 
					  if (isNullOrUndefined(input)) {
 | 
				
			||||||
    return "undefined";
 | 
					    return 'undefined';
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  return input.replace(/\/+$/, "");
 | 
					  return input.replace(/\/+$/, '');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
function removeLeadingSlashes(input: string): string {
 | 
					function removeLeadingSlashes(input: string): string {
 | 
				
			||||||
  if (isNullOrUndefined(input)) {
 | 
					  if (isNullOrUndefined(input)) {
 | 
				
			||||||
    return "";
 | 
					    return '';
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  return input.replace(/^\/+/, "");
 | 
					  return input.replace(/^\/+/, '');
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export function RESTUrl({
 | 
					export function RESTUrl({
 | 
				
			||||||
@@ -133,9 +141,9 @@ export function RESTUrl({
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  if (restConfig.token !== undefined && restModel.tokenInUrl === true) {
 | 
					  if (restConfig.token !== undefined && restModel.tokenInUrl === true) {
 | 
				
			||||||
    searchParams.append("Authorization", `Bearer ${restConfig.token}`);
 | 
					    searchParams.append('Authorization', `Bearer ${restConfig.token}`);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  return generateUrl + "?" + searchParams.toString();
 | 
					  return generateUrl + '?' + searchParams.toString();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export function fetchProgress(
 | 
					export function fetchProgress(
 | 
				
			||||||
@@ -159,7 +167,7 @@ export function fetchProgress(
 | 
				
			|||||||
  return new Promise((resolve, reject) => {
 | 
					  return new Promise((resolve, reject) => {
 | 
				
			||||||
    // Stream the upload progress
 | 
					    // Stream the upload progress
 | 
				
			||||||
    if (progressUpload) {
 | 
					    if (progressUpload) {
 | 
				
			||||||
      xhr.io?.upload.addEventListener("progress", (dataEvent) => {
 | 
					      xhr.io?.upload.addEventListener('progress', (dataEvent) => {
 | 
				
			||||||
        if (dataEvent.lengthComputable) {
 | 
					        if (dataEvent.lengthComputable) {
 | 
				
			||||||
          progressUpload(dataEvent.loaded, dataEvent.total);
 | 
					          progressUpload(dataEvent.loaded, dataEvent.total);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
@@ -167,7 +175,7 @@ export function fetchProgress(
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    // Stream the download progress
 | 
					    // Stream the download progress
 | 
				
			||||||
    if (progressDownload) {
 | 
					    if (progressDownload) {
 | 
				
			||||||
      xhr.io?.addEventListener("progress", (dataEvent) => {
 | 
					      xhr.io?.addEventListener('progress', (dataEvent) => {
 | 
				
			||||||
        if (dataEvent.lengthComputable) {
 | 
					        if (dataEvent.lengthComputable) {
 | 
				
			||||||
          progressDownload(dataEvent.loaded, dataEvent.total);
 | 
					          progressDownload(dataEvent.loaded, dataEvent.total);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
@@ -187,19 +195,19 @@ export function fetchProgress(
 | 
				
			|||||||
      };
 | 
					      };
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    // Check if we have an internal Fail:
 | 
					    // Check if we have an internal Fail:
 | 
				
			||||||
    xhr.io?.addEventListener("error", () => {
 | 
					    xhr.io?.addEventListener('error', () => {
 | 
				
			||||||
      xhr.io = undefined;
 | 
					      xhr.io = undefined;
 | 
				
			||||||
      reject(new TypeError("Failed to fetch"));
 | 
					      reject(new TypeError('Failed to fetch'));
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Capture the end of the stream
 | 
					    // Capture the end of the stream
 | 
				
			||||||
    xhr.io?.addEventListener("loadend", () => {
 | 
					    xhr.io?.addEventListener('loadend', () => {
 | 
				
			||||||
      if (xhr.io?.readyState !== XMLHttpRequest.DONE) {
 | 
					      if (xhr.io?.readyState !== XMLHttpRequest.DONE) {
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      if (xhr.io?.status === 0) {
 | 
					      if (xhr.io?.status === 0) {
 | 
				
			||||||
        //the stream has been aborted
 | 
					        //the stream has been aborted
 | 
				
			||||||
        reject(new TypeError("Fetch has been aborted"));
 | 
					        reject(new TypeError('Fetch has been aborted'));
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      // Stream is ended, transform in a generic response:
 | 
					      // Stream is ended, transform in a generic response:
 | 
				
			||||||
@@ -209,17 +217,17 @@ export function fetchProgress(
 | 
				
			|||||||
      });
 | 
					      });
 | 
				
			||||||
      const headersArray = replaceAll(
 | 
					      const headersArray = replaceAll(
 | 
				
			||||||
        xhr.io.getAllResponseHeaders().trim(),
 | 
					        xhr.io.getAllResponseHeaders().trim(),
 | 
				
			||||||
        "\r\n",
 | 
					        '\r\n',
 | 
				
			||||||
        "\n"
 | 
					        '\n'
 | 
				
			||||||
      ).split("\n");
 | 
					      ).split('\n');
 | 
				
			||||||
      headersArray.forEach(function (header) {
 | 
					      headersArray.forEach(function (header) {
 | 
				
			||||||
        const firstColonIndex = header.indexOf(":");
 | 
					        const firstColonIndex = header.indexOf(':');
 | 
				
			||||||
        if (firstColonIndex !== -1) {
 | 
					        if (firstColonIndex !== -1) {
 | 
				
			||||||
          const key = header.substring(0, firstColonIndex).trim();
 | 
					          const key = header.substring(0, firstColonIndex).trim();
 | 
				
			||||||
          const value = header.substring(firstColonIndex + 1).trim();
 | 
					          const value = header.substring(firstColonIndex + 1).trim();
 | 
				
			||||||
          response.headers.set(key, value);
 | 
					          response.headers.set(key, value);
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
          response.headers.set(header, "");
 | 
					          response.headers.set(header, '');
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      });
 | 
					      });
 | 
				
			||||||
      xhr.io = undefined;
 | 
					      xhr.io = undefined;
 | 
				
			||||||
@@ -241,27 +249,29 @@ export function RESTRequest({
 | 
				
			|||||||
  data,
 | 
					  data,
 | 
				
			||||||
  params,
 | 
					  params,
 | 
				
			||||||
  queries,
 | 
					  queries,
 | 
				
			||||||
 | 
					  headers = {},
 | 
				
			||||||
  callbacks,
 | 
					  callbacks,
 | 
				
			||||||
}: RESTRequestType): Promise<ModelResponseHttp> {
 | 
					}: RESTRequestType): Promise<ModelResponseHttp> {
 | 
				
			||||||
  // Create the URL PATH:
 | 
					  // Create the URL PATH:
 | 
				
			||||||
  let generateUrl = RESTUrl({ restModel, restConfig, data, params, queries });
 | 
					  let generateUrl = RESTUrl({ restModel, restConfig, data, params, queries });
 | 
				
			||||||
  let headers: any = {};
 | 
					 | 
				
			||||||
  if (restConfig.token !== undefined && restModel.tokenInUrl !== true) {
 | 
					  if (restConfig.token !== undefined && restModel.tokenInUrl !== true) {
 | 
				
			||||||
    headers["Authorization"] = `Bearer ${restConfig.token}`;
 | 
					    headers['Authorization'] = `Bearer ${restConfig.token}`;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  if (restModel.accept !== undefined) {
 | 
					  if (restModel.accept !== undefined) {
 | 
				
			||||||
    headers["Accept"] = restModel.accept;
 | 
					    headers['Accept'] = restModel.accept;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  if (restModel.requestType !== HTTPRequestModel.GET &&
 | 
					  if (
 | 
				
			||||||
	restModel.requestType !== HTTPRequestModel.ARCHIVE &&
 | 
					    restModel.requestType !== HTTPRequestModel.GET &&
 | 
				
			||||||
	restModel.requestType !== HTTPRequestModel.RESTORE
 | 
					    restModel.requestType !== HTTPRequestModel.ARCHIVE &&
 | 
				
			||||||
 | 
					    restModel.requestType !== HTTPRequestModel.RESTORE
 | 
				
			||||||
  ) {
 | 
					  ) {
 | 
				
			||||||
    // if Get we have not a content type, the body is empty
 | 
					    // if Get we have not a content type, the body is empty
 | 
				
			||||||
    if (restModel.contentType !== HTTPMimeType.MULTIPART &&
 | 
					    if (
 | 
				
			||||||
	  restModel.contentType !== undefined
 | 
					      restModel.contentType !== HTTPMimeType.MULTIPART &&
 | 
				
			||||||
	) {
 | 
					      restModel.contentType !== undefined
 | 
				
			||||||
 | 
					    ) {
 | 
				
			||||||
      // special case of multi-part ==> no content type otherwise the browser does not set the ";bundary=--****"
 | 
					      // special case of multi-part ==> no content type otherwise the browser does not set the ";bundary=--****"
 | 
				
			||||||
      headers["Content-Type"] = restModel.contentType;
 | 
					      headers['Content-Type'] = restModel.contentType;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  let body = data;
 | 
					  let body = data;
 | 
				
			||||||
@@ -302,19 +312,27 @@ export function RESTRequest({
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    action
 | 
					    action
 | 
				
			||||||
      .then((response: Response) => {
 | 
					      .then((response: Response) => {
 | 
				
			||||||
 | 
					        if (
 | 
				
			||||||
 | 
					          errorApiGlobalCallback &&
 | 
				
			||||||
 | 
					          400 <= response.status &&
 | 
				
			||||||
 | 
					          response.status <= 499
 | 
				
			||||||
 | 
					        ) {
 | 
				
			||||||
 | 
					          // Detect an error and trigger the generic error callback:
 | 
				
			||||||
 | 
					          errorApiGlobalCallback(response);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
        if (response.status >= 200 && response.status <= 299) {
 | 
					        if (response.status >= 200 && response.status <= 299) {
 | 
				
			||||||
          const contentType = response.headers.get("Content-Type");
 | 
					          const contentType = response.headers.get('Content-Type');
 | 
				
			||||||
          if (
 | 
					          if (
 | 
				
			||||||
            !isNullOrUndefined(restModel.accept) &&
 | 
					            !isNullOrUndefined(restModel.accept) &&
 | 
				
			||||||
            restModel.accept !== contentType
 | 
					            restModel.accept !== contentType
 | 
				
			||||||
          ) {
 | 
					          ) {
 | 
				
			||||||
            reject({
 | 
					            reject({
 | 
				
			||||||
              name: "Model accept type incompatible",
 | 
					              name: 'Model accept type incompatible',
 | 
				
			||||||
              time: Date().toString(),
 | 
					              time: Date().toString(),
 | 
				
			||||||
              status: 901,
 | 
					              status: 901,
 | 
				
			||||||
              message: `REST Content type are not compatible: ${restModel.accept} != ${contentType}`,
 | 
					              message: `REST Content type are not compatible: ${restModel.accept} != ${contentType}`,
 | 
				
			||||||
              statusMessage: "Fetch error",
 | 
					              statusMessage: 'Fetch error',
 | 
				
			||||||
              error: "rest-tools.ts Wrong type in the message return type",
 | 
					              error: 'rest-tools.ts Wrong type in the message return type',
 | 
				
			||||||
            } as RestErrorResponse);
 | 
					            } as RestErrorResponse);
 | 
				
			||||||
          } else if (contentType === HTTPMimeType.JSON) {
 | 
					          } else if (contentType === HTTPMimeType.JSON) {
 | 
				
			||||||
            response
 | 
					            response
 | 
				
			||||||
@@ -324,12 +342,12 @@ export function RESTRequest({
 | 
				
			|||||||
              })
 | 
					              })
 | 
				
			||||||
              .catch((reason: Error) => {
 | 
					              .catch((reason: Error) => {
 | 
				
			||||||
                reject({
 | 
					                reject({
 | 
				
			||||||
                  name: "API serialization error",
 | 
					                  name: 'API serialization error',
 | 
				
			||||||
                  time: Date().toString(),
 | 
					                  time: Date().toString(),
 | 
				
			||||||
                  status: 902,
 | 
					                  status: 902,
 | 
				
			||||||
                  message: `REST parse json fail: ${reason}`,
 | 
					                  message: `REST parse json fail: ${reason}`,
 | 
				
			||||||
                  statusMessage: "Fetch parse error",
 | 
					                  statusMessage: 'Fetch parse error',
 | 
				
			||||||
                  error: "rest-tools.ts Wrong message model to parse",
 | 
					                  error: 'rest-tools.ts Wrong message model to parse',
 | 
				
			||||||
                } as RestErrorResponse);
 | 
					                } as RestErrorResponse);
 | 
				
			||||||
              });
 | 
					              });
 | 
				
			||||||
          } else {
 | 
					          } else {
 | 
				
			||||||
@@ -349,22 +367,22 @@ export function RESTRequest({
 | 
				
			|||||||
                  .text()
 | 
					                  .text()
 | 
				
			||||||
                  .then((dataError: string) => {
 | 
					                  .then((dataError: string) => {
 | 
				
			||||||
                    reject({
 | 
					                    reject({
 | 
				
			||||||
                      name: "API serialization error",
 | 
					                      name: 'API serialization error',
 | 
				
			||||||
                      time: Date().toString(),
 | 
					                      time: Date().toString(),
 | 
				
			||||||
                      status: 903,
 | 
					                      status: 903,
 | 
				
			||||||
                      message: `REST parse error json with wrong type fail. ${dataError}`,
 | 
					                      message: `REST parse error json with wrong type fail. ${dataError}`,
 | 
				
			||||||
                      statusMessage: "Fetch parse error",
 | 
					                      statusMessage: 'Fetch parse error',
 | 
				
			||||||
                      error: "rest-tools.ts Wrong message model to parse",
 | 
					                      error: 'rest-tools.ts Wrong message model to parse',
 | 
				
			||||||
                    } as RestErrorResponse);
 | 
					                    } as RestErrorResponse);
 | 
				
			||||||
                  })
 | 
					                  })
 | 
				
			||||||
                  .catch((reason: any) => {
 | 
					                  .catch((reason: any) => {
 | 
				
			||||||
                    reject({
 | 
					                    reject({
 | 
				
			||||||
                      name: "API serialization error",
 | 
					                      name: 'API serialization error',
 | 
				
			||||||
                      time: Date().toString(),
 | 
					                      time: Date().toString(),
 | 
				
			||||||
                      status: response.status,
 | 
					                      status: response.status,
 | 
				
			||||||
                      message: `unmanaged error model: ??? with error: ${reason}`,
 | 
					                      message: `unmanaged error model: ??? with error: ${reason}`,
 | 
				
			||||||
                      statusMessage: "Fetch ERROR parse error",
 | 
					                      statusMessage: 'Fetch ERROR parse error',
 | 
				
			||||||
                      error: "rest-tools.ts Wrong message model to parse",
 | 
					                      error: 'rest-tools.ts Wrong message model to parse',
 | 
				
			||||||
                    } as RestErrorResponse);
 | 
					                    } as RestErrorResponse);
 | 
				
			||||||
                  });
 | 
					                  });
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
@@ -374,22 +392,22 @@ export function RESTRequest({
 | 
				
			|||||||
                .text()
 | 
					                .text()
 | 
				
			||||||
                .then((dataError: string) => {
 | 
					                .then((dataError: string) => {
 | 
				
			||||||
                  reject({
 | 
					                  reject({
 | 
				
			||||||
                    name: "API serialization error",
 | 
					                    name: 'API serialization error',
 | 
				
			||||||
                    time: Date().toString(),
 | 
					                    time: Date().toString(),
 | 
				
			||||||
                    status: response.status,
 | 
					                    status: response.status,
 | 
				
			||||||
                    message: `unmanaged error model: ${dataError} with error: ${reason}`,
 | 
					                    message: `unmanaged error model: ${dataError} with error: ${reason}`,
 | 
				
			||||||
                    statusMessage: "Fetch ERROR TEXT parse error",
 | 
					                    statusMessage: 'Fetch ERROR TEXT parse error',
 | 
				
			||||||
                    error: "rest-tools.ts Wrong message model to parse",
 | 
					                    error: 'rest-tools.ts Wrong message model to parse',
 | 
				
			||||||
                  } as RestErrorResponse);
 | 
					                  } as RestErrorResponse);
 | 
				
			||||||
                })
 | 
					                })
 | 
				
			||||||
                .catch((reason: any) => {
 | 
					                .catch((reason: any) => {
 | 
				
			||||||
                  reject({
 | 
					                  reject({
 | 
				
			||||||
                    name: "API serialization error",
 | 
					                    name: 'API serialization error',
 | 
				
			||||||
                    time: Date().toString(),
 | 
					                    time: Date().toString(),
 | 
				
			||||||
                    status: response.status,
 | 
					                    status: response.status,
 | 
				
			||||||
                    message: `unmanaged error model: ??? with error: ${reason}`,
 | 
					                    message: `unmanaged error model: ??? with error: ${reason}`,
 | 
				
			||||||
                    statusMessage: "Fetch ERROR TEXT FAIL",
 | 
					                    statusMessage: 'Fetch ERROR TEXT FAIL',
 | 
				
			||||||
                    error: "rest-tools.ts Wrong message model to parse",
 | 
					                    error: 'rest-tools.ts Wrong message model to parse',
 | 
				
			||||||
                  } as RestErrorResponse);
 | 
					                  } as RestErrorResponse);
 | 
				
			||||||
                });
 | 
					                });
 | 
				
			||||||
            });
 | 
					            });
 | 
				
			||||||
@@ -400,12 +418,12 @@ export function RESTRequest({
 | 
				
			|||||||
          reject(error);
 | 
					          reject(error);
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
          reject({
 | 
					          reject({
 | 
				
			||||||
            name: "Request fail",
 | 
					            name: 'Request fail',
 | 
				
			||||||
            time: Date(),
 | 
					            time: Date(),
 | 
				
			||||||
            status: 999,
 | 
					            status: 999,
 | 
				
			||||||
            message: error,
 | 
					            message: error,
 | 
				
			||||||
            statusMessage: "Fetch catch error",
 | 
					            statusMessage: 'Fetch catch error',
 | 
				
			||||||
            error: "rest-tools.ts detect an error in the fetch request",
 | 
					            error: 'rest-tools.ts detect an error in the fetch request',
 | 
				
			||||||
          });
 | 
					          });
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      });
 | 
					      });
 | 
				
			||||||
@@ -426,12 +444,12 @@ export function RESTRequestJson<TYPE>(
 | 
				
			|||||||
          resolve(value.data);
 | 
					          resolve(value.data);
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
          reject({
 | 
					          reject({
 | 
				
			||||||
            name: "Model check fail",
 | 
					            name: 'Model check fail',
 | 
				
			||||||
            time: Date().toString(),
 | 
					            time: Date().toString(),
 | 
				
			||||||
            status: 950,
 | 
					            status: 950,
 | 
				
			||||||
            error: "REST Fail to verify the data",
 | 
					            error: 'REST Fail to verify the data',
 | 
				
			||||||
            statusMessage: "API cast ERROR",
 | 
					            statusMessage: 'API cast ERROR',
 | 
				
			||||||
            message: "api.ts Check type as fail",
 | 
					            message: 'api.ts Check type as fail',
 | 
				
			||||||
          } as RestErrorResponse);
 | 
					          } as RestErrorResponse);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      })
 | 
					      })
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,18 +16,18 @@ import test.kar.archidata.dataAccess.model.SerializeAsJson;
 | 
				
			|||||||
import test.kar.archidata.dataAccess.model.SerializeListAsJson;
 | 
					import test.kar.archidata.dataAccess.model.SerializeListAsJson;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.SimpleTable;
 | 
					import test.kar.archidata.dataAccess.model.SimpleTable;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.SimpleTableSoftDelete;
 | 
					import test.kar.archidata.dataAccess.model.SimpleTableSoftDelete;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToManyRemote;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyLongRemote;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToManyRoot;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyLongRoot;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToManyRootExpand;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyLongRootExpand;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneRemote;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneLongRemote;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneRoot;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneLongRoot;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneRootExpand;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneLongRootExpand;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRemote;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRemote;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRoot;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRoot;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRootExpand;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRootExpand;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyRemote;
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyLongRemote;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyRoot;
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyLongRoot;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyRootExpand;
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyLongRootExpand;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRemote;
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRemote;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRoot;
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRoot;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRootExpand;
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRootExpand;
 | 
				
			||||||
@@ -56,18 +56,18 @@ public class ConfigureDb {
 | 
				
			|||||||
				SerializeListAsJson.class, //
 | 
									SerializeListAsJson.class, //
 | 
				
			||||||
				SimpleTable.class, //
 | 
									SimpleTable.class, //
 | 
				
			||||||
				SimpleTableSoftDelete.class, //
 | 
									SimpleTableSoftDelete.class, //
 | 
				
			||||||
				TypeManyToManyRemote.class, //
 | 
									TypeManyToManyLongRemote.class, //
 | 
				
			||||||
				TypeManyToManyRoot.class, //
 | 
									TypeManyToManyLongRoot.class, //
 | 
				
			||||||
				TypeManyToManyRootExpand.class, //
 | 
									TypeManyToManyLongRootExpand.class, //
 | 
				
			||||||
				TypeManyToOneRemote.class, //
 | 
									TypeManyToOneLongRemote.class, //
 | 
				
			||||||
				TypeManyToOneRoot.class, //
 | 
									TypeManyToOneLongRoot.class, //
 | 
				
			||||||
				TypeManyToOneRootExpand.class, //
 | 
									TypeManyToOneLongRootExpand.class, //
 | 
				
			||||||
				TypeManyToOneUUIDRemote.class, //
 | 
									TypeManyToOneUUIDRemote.class, //
 | 
				
			||||||
				TypeManyToOneUUIDRoot.class, //
 | 
									TypeManyToOneUUIDRoot.class, //
 | 
				
			||||||
				TypeManyToOneUUIDRootExpand.class, //
 | 
									TypeManyToOneUUIDRootExpand.class, //
 | 
				
			||||||
				TypeOneToManyRemote.class, //
 | 
									TypeOneToManyLongRemote.class, //
 | 
				
			||||||
				TypeOneToManyRoot.class, //
 | 
									TypeOneToManyLongRoot.class, //
 | 
				
			||||||
				TypeOneToManyRootExpand.class, //
 | 
									TypeOneToManyLongRootExpand.class, //
 | 
				
			||||||
				TypeOneToManyUUIDRemote.class, //
 | 
									TypeOneToManyUUIDRemote.class, //
 | 
				
			||||||
				TypeOneToManyUUIDRoot.class, //
 | 
									TypeOneToManyUUIDRoot.class, //
 | 
				
			||||||
				TypeOneToManyUUIDRootExpand.class, //
 | 
									TypeOneToManyUUIDRootExpand.class, //
 | 
				
			||||||
@@ -122,7 +122,9 @@ public class ConfigureDb {
 | 
				
			|||||||
			LOGGER.error("Fail to clean the DB");
 | 
								LOGGER.error("Fail to clean the DB");
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		config.setDbName(null);
 | 
							if (!"MONGO".equalsIgnoreCase(modeTest)) {
 | 
				
			||||||
 | 
								config.setDbName(null);
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
		LOGGER.info("Remove the DB and create a new one '{}'", config.getDbName());
 | 
							LOGGER.info("Remove the DB and create a new one '{}'", config.getDbName());
 | 
				
			||||||
		try (final DBAccess daRoot = DBAccess.createInterface(config)) {
 | 
							try (final DBAccess daRoot = DBAccess.createInterface(config)) {
 | 
				
			||||||
			if ("SQLITE-MEMORY".equalsIgnoreCase(modeTest)) {
 | 
								if ("SQLITE-MEMORY".equalsIgnoreCase(modeTest)) {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,8 +30,6 @@ public class TestTime {
 | 
				
			|||||||
	static WebLauncherTest webInterface = null;
 | 
						static WebLauncherTest webInterface = null;
 | 
				
			||||||
	static RESTApi api = null;
 | 
						static RESTApi api = null;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	private static Long idTest = 0L;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@BeforeAll
 | 
						@BeforeAll
 | 
				
			||||||
	public static void configureWebServer() throws Exception {
 | 
						public static void configureWebServer() throws Exception {
 | 
				
			||||||
		ConfigureDb.configure();
 | 
							ConfigureDb.configure();
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,7 +4,7 @@ import java.util.ArrayList;
 | 
				
			|||||||
import java.util.Date;
 | 
					import java.util.Date;
 | 
				
			||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.kar.archidata.annotation.AsyncType;
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAsyncType;
 | 
				
			||||||
import org.kar.archidata.annotation.method.ARCHIVE;
 | 
					import org.kar.archidata.annotation.method.ARCHIVE;
 | 
				
			||||||
import org.kar.archidata.annotation.method.RESTORE;
 | 
					import org.kar.archidata.annotation.method.RESTORE;
 | 
				
			||||||
import org.kar.archidata.exception.NotFoundException;
 | 
					import org.kar.archidata.exception.NotFoundException;
 | 
				
			||||||
@@ -100,7 +100,7 @@ public class TestResource {
 | 
				
			|||||||
	@Consumes(MediaType.APPLICATION_JSON)
 | 
						@Consumes(MediaType.APPLICATION_JSON)
 | 
				
			||||||
	public SimpleArchiveTable patch(
 | 
						public SimpleArchiveTable patch(
 | 
				
			||||||
			@PathParam("id") final Long id,
 | 
								@PathParam("id") final Long id,
 | 
				
			||||||
			@AsyncType(SimpleArchiveTable.class) final String jsonRequest) throws Exception {
 | 
								@ApiAsyncType(SimpleArchiveTable.class) final String jsonRequest) throws Exception {
 | 
				
			||||||
		LOGGER.info("patch({})", id);
 | 
							LOGGER.info("patch({})", id);
 | 
				
			||||||
		throw new NotFoundException("element does not exist: " + id);
 | 
							throw new NotFoundException("element does not exist: " + id);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@ package test.kar.archidata.apiExtern.resource;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import java.util.List;
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import org.kar.archidata.annotation.AsyncType;
 | 
					import org.kar.archidata.annotation.apiGenerator.ApiAsyncType;
 | 
				
			||||||
import org.kar.archidata.annotation.method.ARCHIVE;
 | 
					import org.kar.archidata.annotation.method.ARCHIVE;
 | 
				
			||||||
import org.kar.archidata.annotation.method.RESTORE;
 | 
					import org.kar.archidata.annotation.method.RESTORE;
 | 
				
			||||||
import org.kar.archidata.dataAccess.DataAccess;
 | 
					import org.kar.archidata.dataAccess.DataAccess;
 | 
				
			||||||
@@ -66,7 +66,7 @@ public class TestResourceSample {
 | 
				
			|||||||
	@Path("{id}")
 | 
						@Path("{id}")
 | 
				
			||||||
	@PermitAll
 | 
						@PermitAll
 | 
				
			||||||
	@Consumes(MediaType.APPLICATION_JSON)
 | 
						@Consumes(MediaType.APPLICATION_JSON)
 | 
				
			||||||
	public SimpleTable patch(@PathParam("id") final Long id, @AsyncType(SimpleTable.class) final String jsonRequest)
 | 
						public SimpleTable patch(@PathParam("id") final Long id, @ApiAsyncType(SimpleTable.class) final String jsonRequest)
 | 
				
			||||||
			throws Exception {
 | 
								throws Exception {
 | 
				
			||||||
		DataAccess.updateWithJson(SimpleTable.class, id, jsonRequest);
 | 
							DataAccess.updateWithJson(SimpleTable.class, id, jsonRequest);
 | 
				
			||||||
		return DataAccess.get(SimpleTable.class, id);
 | 
							return DataAccess.get(SimpleTable.class, id);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,14 +19,14 @@ import org.slf4j.LoggerFactory;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import test.kar.archidata.ConfigureDb;
 | 
					import test.kar.archidata.ConfigureDb;
 | 
				
			||||||
import test.kar.archidata.StepwiseExtension;
 | 
					import test.kar.archidata.StepwiseExtension;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToManyRemote;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyLongRemote;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToManyRoot;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyLongRoot;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToManyRootExpand;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyLongRootExpand;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ExtendWith(StepwiseExtension.class)
 | 
					@ExtendWith(StepwiseExtension.class)
 | 
				
			||||||
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
					@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
				
			||||||
public class TestManyToMany {
 | 
					public class TestManyToManyLong {
 | 
				
			||||||
	final static private Logger LOGGER = LoggerFactory.getLogger(TestManyToMany.class);
 | 
						final static private Logger LOGGER = LoggerFactory.getLogger(TestManyToManyLong.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@BeforeAll
 | 
						@BeforeAll
 | 
				
			||||||
	public static void configureWebServer() throws Exception {
 | 
						public static void configureWebServer() throws Exception {
 | 
				
			||||||
@@ -41,8 +41,8 @@ public class TestManyToMany {
 | 
				
			|||||||
	@Order(1)
 | 
						@Order(1)
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	public void testCreateTable() throws Exception {
 | 
						public void testCreateTable() throws Exception {
 | 
				
			||||||
		final List<String> sqlCommand2 = DataFactory.createTable(TypeManyToManyRoot.class);
 | 
							final List<String> sqlCommand2 = DataFactory.createTable(TypeManyToManyLongRoot.class);
 | 
				
			||||||
		final List<String> sqlCommand = DataFactory.createTable(TypeManyToManyRemote.class);
 | 
							final List<String> sqlCommand = DataFactory.createTable(TypeManyToManyLongRemote.class);
 | 
				
			||||||
		sqlCommand.addAll(sqlCommand2);
 | 
							sqlCommand.addAll(sqlCommand2);
 | 
				
			||||||
		if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
							if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
				
			||||||
			for (final String elem : sqlCommand) {
 | 
								for (final String elem : sqlCommand) {
 | 
				
			||||||
@@ -55,16 +55,16 @@ public class TestManyToMany {
 | 
				
			|||||||
	@Order(2)
 | 
						@Order(2)
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	public void testSimpleInsertAndRetieve() throws Exception {
 | 
						public void testSimpleInsertAndRetieve() throws Exception {
 | 
				
			||||||
		final TypeManyToManyRoot test = new TypeManyToManyRoot();
 | 
							final TypeManyToManyLongRoot test = new TypeManyToManyLongRoot();
 | 
				
			||||||
		test.otherData = "kjhlkjlkj";
 | 
							test.otherData = "kjhlkjlkj";
 | 
				
			||||||
		final TypeManyToManyRoot insertedData = ConfigureDb.da.insert(test);
 | 
							final TypeManyToManyLongRoot insertedData = ConfigureDb.da.insert(test);
 | 
				
			||||||
		Assertions.assertNotNull(insertedData);
 | 
							Assertions.assertNotNull(insertedData);
 | 
				
			||||||
		Assertions.assertNotNull(insertedData.id);
 | 
							Assertions.assertNotNull(insertedData.id);
 | 
				
			||||||
		Assertions.assertTrue(insertedData.id >= 0);
 | 
							Assertions.assertTrue(insertedData.id >= 0);
 | 
				
			||||||
		Assertions.assertNull(insertedData.remote);
 | 
							Assertions.assertNull(insertedData.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Try to retrieve all the data:
 | 
							// Try to retrieve all the data:
 | 
				
			||||||
		final TypeManyToManyRoot retrieve = ConfigureDb.da.get(TypeManyToManyRoot.class, insertedData.id);
 | 
							final TypeManyToManyLongRoot retrieve = ConfigureDb.da.get(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Assertions.assertNotNull(retrieve);
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
		Assertions.assertNotNull(retrieve.id);
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
@@ -73,33 +73,33 @@ public class TestManyToMany {
 | 
				
			|||||||
		Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
		Assertions.assertNull(retrieve.remote);
 | 
							Assertions.assertNull(retrieve.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		ConfigureDb.da.delete(TypeManyToManyRoot.class, insertedData.id);
 | 
							ConfigureDb.da.delete(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Order(3)
 | 
						@Order(3)
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	public void testSimpleInsertAndRetieveSubValues() throws Exception {
 | 
						public void testSimpleInsertAndRetieveSubValues() throws Exception {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		TypeManyToManyRemote remote = new TypeManyToManyRemote();
 | 
							TypeManyToManyLongRemote remote = new TypeManyToManyLongRemote();
 | 
				
			||||||
		remote.data = "remote1";
 | 
							remote.data = "remote1";
 | 
				
			||||||
		final TypeManyToManyRemote insertedRemote1 = ConfigureDb.da.insert(remote);
 | 
							final TypeManyToManyLongRemote insertedRemote1 = ConfigureDb.da.insert(remote);
 | 
				
			||||||
		Assertions.assertEquals(insertedRemote1.data, remote.data);
 | 
							Assertions.assertEquals(insertedRemote1.data, remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		remote = new TypeManyToManyRemote();
 | 
							remote = new TypeManyToManyLongRemote();
 | 
				
			||||||
		remote.data = "remote2";
 | 
							remote.data = "remote2";
 | 
				
			||||||
		final TypeManyToManyRemote insertedRemote2 = ConfigureDb.da.insert(remote);
 | 
							final TypeManyToManyLongRemote insertedRemote2 = ConfigureDb.da.insert(remote);
 | 
				
			||||||
		Assertions.assertEquals(insertedRemote2.data, remote.data);
 | 
							Assertions.assertEquals(insertedRemote2.data, remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		final TypeManyToManyRoot test = new TypeManyToManyRoot();
 | 
							final TypeManyToManyLongRoot test = new TypeManyToManyLongRoot();
 | 
				
			||||||
		test.otherData = "kjhlkjlkj";
 | 
							test.otherData = "kjhlkjlkj";
 | 
				
			||||||
		final TypeManyToManyRoot insertedData = ConfigureDb.da.insert(test);
 | 
							final TypeManyToManyLongRoot insertedData = ConfigureDb.da.insert(test);
 | 
				
			||||||
		Assertions.assertNotNull(insertedData);
 | 
							Assertions.assertNotNull(insertedData);
 | 
				
			||||||
		Assertions.assertNotNull(insertedData.id);
 | 
							Assertions.assertNotNull(insertedData.id);
 | 
				
			||||||
		Assertions.assertTrue(insertedData.id >= 0);
 | 
							Assertions.assertTrue(insertedData.id >= 0);
 | 
				
			||||||
		Assertions.assertNull(insertedData.remote);
 | 
							Assertions.assertNull(insertedData.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Try to retrieve all the data:
 | 
							// Try to retrieve all the data:
 | 
				
			||||||
		TypeManyToManyRoot retrieve = ConfigureDb.da.get(TypeManyToManyRoot.class, insertedData.id);
 | 
							TypeManyToManyLongRoot retrieve = ConfigureDb.da.get(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Assertions.assertNotNull(retrieve);
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
		Assertions.assertNotNull(retrieve.id);
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
@@ -109,10 +109,12 @@ public class TestManyToMany {
 | 
				
			|||||||
		Assertions.assertNull(retrieve.remote);
 | 
							Assertions.assertNull(retrieve.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Add remote elements
 | 
							// Add remote elements
 | 
				
			||||||
		AddOnManyToMany.addLink(ConfigureDb.da, TypeManyToManyRoot.class, retrieve.id, "remote", insertedRemote1.id);
 | 
							AddOnManyToMany.addLink(ConfigureDb.da, TypeManyToManyLongRoot.class, retrieve.id, "remote",
 | 
				
			||||||
		AddOnManyToMany.addLink(ConfigureDb.da, TypeManyToManyRoot.class, retrieve.id, "remote", insertedRemote2.id);
 | 
									insertedRemote1.id);
 | 
				
			||||||
 | 
							AddOnManyToMany.addLink(ConfigureDb.da, TypeManyToManyLongRoot.class, retrieve.id, "remote",
 | 
				
			||||||
 | 
									insertedRemote2.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		retrieve = ConfigureDb.da.get(TypeManyToManyRoot.class, insertedData.id);
 | 
							retrieve = ConfigureDb.da.get(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Assertions.assertNotNull(retrieve);
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
		Assertions.assertNotNull(retrieve.id);
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
@@ -124,7 +126,7 @@ public class TestManyToMany {
 | 
				
			|||||||
		Assertions.assertEquals(retrieve.remote.get(0), insertedRemote1.id);
 | 
							Assertions.assertEquals(retrieve.remote.get(0), insertedRemote1.id);
 | 
				
			||||||
		Assertions.assertEquals(retrieve.remote.get(1), insertedRemote2.id);
 | 
							Assertions.assertEquals(retrieve.remote.get(1), insertedRemote2.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		final TypeManyToManyRootExpand retrieveExpand = ConfigureDb.da.get(TypeManyToManyRootExpand.class,
 | 
							final TypeManyToManyLongRootExpand retrieveExpand = ConfigureDb.da.get(TypeManyToManyLongRootExpand.class,
 | 
				
			||||||
				insertedData.id);
 | 
									insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Assertions.assertNotNull(retrieveExpand);
 | 
							Assertions.assertNotNull(retrieveExpand);
 | 
				
			||||||
@@ -138,11 +140,11 @@ public class TestManyToMany {
 | 
				
			|||||||
		Assertions.assertEquals(retrieveExpand.remote.get(1).id, insertedRemote2.id);
 | 
							Assertions.assertEquals(retrieveExpand.remote.get(1).id, insertedRemote2.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Remove an element
 | 
							// Remove an element
 | 
				
			||||||
		long count = AddOnManyToMany.removeLink(ConfigureDb.da, TypeManyToManyRoot.class, retrieve.id, "remote",
 | 
							long count = AddOnManyToMany.removeLink(ConfigureDb.da, TypeManyToManyLongRoot.class, retrieve.id, "remote",
 | 
				
			||||||
				insertedRemote1.id);
 | 
									insertedRemote1.id);
 | 
				
			||||||
		Assertions.assertEquals(1, count);
 | 
							Assertions.assertEquals(1, count);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		retrieve = ConfigureDb.da.get(TypeManyToManyRoot.class, insertedData.id);
 | 
							retrieve = ConfigureDb.da.get(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Assertions.assertNotNull(retrieve);
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
		Assertions.assertNotNull(retrieve.id);
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
@@ -154,11 +156,11 @@ public class TestManyToMany {
 | 
				
			|||||||
		Assertions.assertEquals(retrieve.remote.get(0), insertedRemote2.id);
 | 
							Assertions.assertEquals(retrieve.remote.get(0), insertedRemote2.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Remove the second element
 | 
							// Remove the second element
 | 
				
			||||||
		count = AddOnManyToMany.removeLink(ConfigureDb.da, TypeManyToManyRoot.class, retrieve.id, "remote",
 | 
							count = AddOnManyToMany.removeLink(ConfigureDb.da, TypeManyToManyLongRoot.class, retrieve.id, "remote",
 | 
				
			||||||
				insertedRemote2.id);
 | 
									insertedRemote2.id);
 | 
				
			||||||
		Assertions.assertEquals(1, count);
 | 
							Assertions.assertEquals(1, count);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		retrieve = ConfigureDb.da.get(TypeManyToManyRoot.class, insertedData.id);
 | 
							retrieve = ConfigureDb.da.get(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Assertions.assertNotNull(retrieve);
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
		Assertions.assertNotNull(retrieve.id);
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
@@ -167,7 +169,7 @@ public class TestManyToMany {
 | 
				
			|||||||
		Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
		Assertions.assertNull(retrieve.remote);
 | 
							Assertions.assertNull(retrieve.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		ConfigureDb.da.delete(TypeManyToManyRoot.class, insertedData.id);
 | 
							ConfigureDb.da.delete(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* API TODO: - Replace list (permet de les ordonnées) - remove all links - delete en cascade .... (compliqué...) */
 | 
						/* API TODO: - Replace list (permet de les ordonnées) - remove all links - delete en cascade .... (compliqué...) */
 | 
				
			||||||
							
								
								
									
										184
									
								
								test/src/test/kar/archidata/dataAccess/TestManyToManyOID.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										184
									
								
								test/src/test/kar/archidata/dataAccess/TestManyToManyOID.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,184 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.io.IOException;
 | 
				
			||||||
 | 
					import java.util.Calendar;
 | 
				
			||||||
 | 
					import java.util.Date;
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.AfterAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Assertions;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.BeforeAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.MethodOrderer;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Order;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Test;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.TestMethodOrder;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.extension.ExtendWith;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DBAccessSQL;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DataFactory;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.addOnSQL.AddOnManyToMany;
 | 
				
			||||||
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import test.kar.archidata.ConfigureDb;
 | 
				
			||||||
 | 
					import test.kar.archidata.StepwiseExtension;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyOIDRemote;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyOIDRoot;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyOIDRootExpand;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ExtendWith(StepwiseExtension.class)
 | 
				
			||||||
 | 
					@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
				
			||||||
 | 
					public class TestManyToManyOID {
 | 
				
			||||||
 | 
						final static private Logger LOGGER = LoggerFactory.getLogger(TestManyToManyOID.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@BeforeAll
 | 
				
			||||||
 | 
						public static void configureWebServer() throws Exception {
 | 
				
			||||||
 | 
							ConfigureDb.configure();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@AfterAll
 | 
				
			||||||
 | 
						public static void removeDataBase() throws IOException {
 | 
				
			||||||
 | 
							ConfigureDb.clear();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(1)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testCreateTable() throws Exception {
 | 
				
			||||||
 | 
							final List<String> sqlCommand2 = DataFactory.createTable(TypeManyToManyOIDRoot.class);
 | 
				
			||||||
 | 
							final List<String> sqlCommand = DataFactory.createTable(TypeManyToManyOIDRemote.class);
 | 
				
			||||||
 | 
							sqlCommand.addAll(sqlCommand2);
 | 
				
			||||||
 | 
							if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
				
			||||||
 | 
								for (final String elem : sqlCommand) {
 | 
				
			||||||
 | 
									LOGGER.debug("request: '{}'", elem);
 | 
				
			||||||
 | 
									daSQL.executeSimpleQuery(elem);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(2)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testSimpleInsertAndRetieve() throws Exception {
 | 
				
			||||||
 | 
							final Calendar calendar = Calendar.getInstance();
 | 
				
			||||||
 | 
							calendar.add(Calendar.MINUTE, -1);
 | 
				
			||||||
 | 
							final Date beginTestDate = calendar.getTime();
 | 
				
			||||||
 | 
							final TypeManyToManyOIDRoot test = new TypeManyToManyOIDRoot();
 | 
				
			||||||
 | 
							test.otherData = "kjhlkjlkj";
 | 
				
			||||||
 | 
							final TypeManyToManyOIDRoot insertedData = ConfigureDb.da.insert(test);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData.oid);
 | 
				
			||||||
 | 
							Assertions.assertTrue(insertedData.oid.getDate().after(beginTestDate));
 | 
				
			||||||
 | 
							Assertions.assertNull(insertedData.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Try to retrieve all the data:
 | 
				
			||||||
 | 
							final TypeManyToManyOIDRoot retrieve = ConfigureDb.da.get(TypeManyToManyOIDRoot.class, insertedData.oid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.oid, retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(retrieve.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							ConfigureDb.da.delete(TypeManyToManyOIDRoot.class, insertedData.oid);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(3)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testSimpleInsertAndRetieveSubValues() throws Exception {
 | 
				
			||||||
 | 
							final Calendar calendar = Calendar.getInstance();
 | 
				
			||||||
 | 
							calendar.add(Calendar.MINUTE, -1);
 | 
				
			||||||
 | 
							final Date beginTestDate = calendar.getTime();
 | 
				
			||||||
 | 
							TypeManyToManyOIDRemote remote = new TypeManyToManyOIDRemote();
 | 
				
			||||||
 | 
							remote.data = "remote1";
 | 
				
			||||||
 | 
							final TypeManyToManyOIDRemote insertedRemote1 = ConfigureDb.da.insert(remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote1.data, remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							remote = new TypeManyToManyOIDRemote();
 | 
				
			||||||
 | 
							remote.data = "remote2";
 | 
				
			||||||
 | 
							final TypeManyToManyOIDRemote insertedRemote2 = ConfigureDb.da.insert(remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.data, remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeManyToManyOIDRoot test = new TypeManyToManyOIDRoot();
 | 
				
			||||||
 | 
							test.otherData = "kjhlkjlkj";
 | 
				
			||||||
 | 
							final TypeManyToManyOIDRoot insertedData = ConfigureDb.da.insert(test);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData.oid);
 | 
				
			||||||
 | 
							Assertions.assertTrue(insertedData.oid.getDate().after(beginTestDate));
 | 
				
			||||||
 | 
							Assertions.assertNull(insertedData.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Try to retrieve all the data:
 | 
				
			||||||
 | 
							TypeManyToManyOIDRoot retrieve = ConfigureDb.da.get(TypeManyToManyOIDRoot.class, insertedData.oid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.oid, retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(retrieve.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Add remote elements
 | 
				
			||||||
 | 
							AddOnManyToMany.addLink(ConfigureDb.da, TypeManyToManyOIDRoot.class, retrieve.oid, "remote",
 | 
				
			||||||
 | 
									insertedRemote1.oid);
 | 
				
			||||||
 | 
							AddOnManyToMany.addLink(ConfigureDb.da, TypeManyToManyOIDRoot.class, retrieve.oid, "remote",
 | 
				
			||||||
 | 
									insertedRemote2.oid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							retrieve = ConfigureDb.da.get(TypeManyToManyOIDRoot.class, insertedData.oid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.oid, retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(2, retrieve.remote.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieve.remote.get(0), insertedRemote1.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieve.remote.get(1), insertedRemote2.oid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeManyToManyOIDRootExpand retrieveExpand = ConfigureDb.da.get(TypeManyToManyOIDRootExpand.class,
 | 
				
			||||||
 | 
									insertedData.oid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieveExpand);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieveExpand.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.oid, retrieveExpand.oid);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieveExpand.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieveExpand.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieveExpand.remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(2, retrieveExpand.remote.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieveExpand.remote.get(0).oid, insertedRemote1.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieveExpand.remote.get(1).oid, insertedRemote2.oid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Remove an element
 | 
				
			||||||
 | 
							long count = AddOnManyToMany.removeLink(ConfigureDb.da, TypeManyToManyOIDRoot.class, retrieve.oid, "remote",
 | 
				
			||||||
 | 
									insertedRemote1.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(1, count);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							retrieve = ConfigureDb.da.get(TypeManyToManyOIDRoot.class, insertedData.oid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.oid, retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieve.remote.size(), 1);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieve.remote.get(0), insertedRemote2.oid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Remove the second element
 | 
				
			||||||
 | 
							count = AddOnManyToMany.removeLink(ConfigureDb.da, TypeManyToManyOIDRoot.class, retrieve.oid, "remote",
 | 
				
			||||||
 | 
									insertedRemote2.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(1, count);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							retrieve = ConfigureDb.da.get(TypeManyToManyOIDRoot.class, insertedData.oid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.oid, retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(retrieve.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							ConfigureDb.da.delete(TypeManyToManyOIDRoot.class, insertedData.oid);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/* API TODO: - Replace list (permet de les ordonnées) - remove all links - delete en cascade .... (compliqué...) */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										177
									
								
								test/src/test/kar/archidata/dataAccess/TestManyToManyUUID.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										177
									
								
								test/src/test/kar/archidata/dataAccess/TestManyToManyUUID.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,177 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.io.IOException;
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.AfterAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Assertions;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.BeforeAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.MethodOrderer;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Order;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Test;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.TestMethodOrder;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.extension.ExtendWith;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DBAccessSQL;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DataFactory;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.addOnSQL.AddOnManyToMany;
 | 
				
			||||||
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import test.kar.archidata.ConfigureDb;
 | 
				
			||||||
 | 
					import test.kar.archidata.StepwiseExtension;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyLongRemote;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyLongRoot;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToManyLongRootExpand;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ExtendWith(StepwiseExtension.class)
 | 
				
			||||||
 | 
					@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
				
			||||||
 | 
					public class TestManyToManyUUID {
 | 
				
			||||||
 | 
						final static private Logger LOGGER = LoggerFactory.getLogger(TestManyToManyLong.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@BeforeAll
 | 
				
			||||||
 | 
						public static void configureWebServer() throws Exception {
 | 
				
			||||||
 | 
							ConfigureDb.configure();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@AfterAll
 | 
				
			||||||
 | 
						public static void removeDataBase() throws IOException {
 | 
				
			||||||
 | 
							ConfigureDb.clear();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(1)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testCreateTable() throws Exception {
 | 
				
			||||||
 | 
							final List<String> sqlCommand2 = DataFactory.createTable(TypeManyToManyLongRoot.class);
 | 
				
			||||||
 | 
							final List<String> sqlCommand = DataFactory.createTable(TypeManyToManyLongRemote.class);
 | 
				
			||||||
 | 
							sqlCommand.addAll(sqlCommand2);
 | 
				
			||||||
 | 
							if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
				
			||||||
 | 
								for (final String elem : sqlCommand) {
 | 
				
			||||||
 | 
									LOGGER.debug("request: '{}'", elem);
 | 
				
			||||||
 | 
									daSQL.executeSimpleQuery(elem);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(2)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testSimpleInsertAndRetieve() throws Exception {
 | 
				
			||||||
 | 
							final TypeManyToManyLongRoot test = new TypeManyToManyLongRoot();
 | 
				
			||||||
 | 
							test.otherData = "kjhlkjlkj";
 | 
				
			||||||
 | 
							final TypeManyToManyLongRoot insertedData = ConfigureDb.da.insert(test);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData.id);
 | 
				
			||||||
 | 
							Assertions.assertTrue(insertedData.id >= 0);
 | 
				
			||||||
 | 
							Assertions.assertNull(insertedData.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Try to retrieve all the data:
 | 
				
			||||||
 | 
							final TypeManyToManyLongRoot retrieve = ConfigureDb.da.get(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.id, retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(retrieve.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							ConfigureDb.da.delete(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(3)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testSimpleInsertAndRetieveSubValues() throws Exception {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							TypeManyToManyLongRemote remote = new TypeManyToManyLongRemote();
 | 
				
			||||||
 | 
							remote.data = "remote1";
 | 
				
			||||||
 | 
							final TypeManyToManyLongRemote insertedRemote1 = ConfigureDb.da.insert(remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote1.data, remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							remote = new TypeManyToManyLongRemote();
 | 
				
			||||||
 | 
							remote.data = "remote2";
 | 
				
			||||||
 | 
							final TypeManyToManyLongRemote insertedRemote2 = ConfigureDb.da.insert(remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.data, remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeManyToManyLongRoot test = new TypeManyToManyLongRoot();
 | 
				
			||||||
 | 
							test.otherData = "kjhlkjlkj";
 | 
				
			||||||
 | 
							final TypeManyToManyLongRoot insertedData = ConfigureDb.da.insert(test);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData.id);
 | 
				
			||||||
 | 
							Assertions.assertTrue(insertedData.id >= 0);
 | 
				
			||||||
 | 
							Assertions.assertNull(insertedData.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Try to retrieve all the data:
 | 
				
			||||||
 | 
							TypeManyToManyLongRoot retrieve = ConfigureDb.da.get(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.id, retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(retrieve.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Add remote elements
 | 
				
			||||||
 | 
							AddOnManyToMany.addLink(ConfigureDb.da, TypeManyToManyLongRoot.class, retrieve.id, "remote",
 | 
				
			||||||
 | 
									insertedRemote1.id);
 | 
				
			||||||
 | 
							AddOnManyToMany.addLink(ConfigureDb.da, TypeManyToManyLongRoot.class, retrieve.id, "remote",
 | 
				
			||||||
 | 
									insertedRemote2.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							retrieve = ConfigureDb.da.get(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.id, retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(2, retrieve.remote.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieve.remote.get(0), insertedRemote1.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieve.remote.get(1), insertedRemote2.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeManyToManyLongRootExpand retrieveExpand = ConfigureDb.da.get(TypeManyToManyLongRootExpand.class,
 | 
				
			||||||
 | 
									insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieveExpand);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieveExpand.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.id, retrieveExpand.id);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieveExpand.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieveExpand.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieveExpand.remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(2, retrieveExpand.remote.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieveExpand.remote.get(0).id, insertedRemote1.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieveExpand.remote.get(1).id, insertedRemote2.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Remove an element
 | 
				
			||||||
 | 
							long count = AddOnManyToMany.removeLink(ConfigureDb.da, TypeManyToManyLongRoot.class, retrieve.id, "remote",
 | 
				
			||||||
 | 
									insertedRemote1.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(1, count);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							retrieve = ConfigureDb.da.get(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.id, retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieve.remote.size(), 1);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retrieve.remote.get(0), insertedRemote2.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Remove the second element
 | 
				
			||||||
 | 
							count = AddOnManyToMany.removeLink(ConfigureDb.da, TypeManyToManyLongRoot.class, retrieve.id, "remote",
 | 
				
			||||||
 | 
									insertedRemote2.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(1, count);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							retrieve = ConfigureDb.da.get(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.id, retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(retrieve.remote);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							ConfigureDb.da.delete(TypeManyToManyLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						/* API TODO: - Replace list (permet de les ordonnées) - remove all links - delete en cascade .... (compliqué...) */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										120
									
								
								test/src/test/kar/archidata/dataAccess/TestManyToOneLong.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										120
									
								
								test/src/test/kar/archidata/dataAccess/TestManyToOneLong.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,120 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.io.IOException;
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.AfterAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Assertions;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.BeforeAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.MethodOrderer;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Order;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Test;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.TestMethodOrder;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.extension.ExtendWith;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DBAccessSQL;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DataFactory;
 | 
				
			||||||
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import test.kar.archidata.ConfigureDb;
 | 
				
			||||||
 | 
					import test.kar.archidata.StepwiseExtension;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneLongRemote;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneLongRoot;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneLongRootExpand;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRemote;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRoot;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ExtendWith(StepwiseExtension.class)
 | 
				
			||||||
 | 
					@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
				
			||||||
 | 
					public class TestManyToOneLong {
 | 
				
			||||||
 | 
						final static private Logger LOGGER = LoggerFactory.getLogger(TestManyToOneLong.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@BeforeAll
 | 
				
			||||||
 | 
						public static void configureWebServer() throws Exception {
 | 
				
			||||||
 | 
							ConfigureDb.configure();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@AfterAll
 | 
				
			||||||
 | 
						public static void removeDataBase() throws IOException {
 | 
				
			||||||
 | 
							ConfigureDb.clear();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(1)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testCreateTable() throws Exception {
 | 
				
			||||||
 | 
							final List<String> sqlCommand = DataFactory.createTable(TypeManyToOneLongRemote.class);
 | 
				
			||||||
 | 
							sqlCommand.addAll(DataFactory.createTable(TypeManyToOneLongRoot.class));
 | 
				
			||||||
 | 
							sqlCommand.addAll(DataFactory.createTable(TypeManyToOneUUIDRoot.class));
 | 
				
			||||||
 | 
							sqlCommand.addAll(DataFactory.createTable(TypeManyToOneUUIDRemote.class));
 | 
				
			||||||
 | 
							if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
				
			||||||
 | 
								for (final String elem : sqlCommand) {
 | 
				
			||||||
 | 
									LOGGER.debug("request: '{}'", elem);
 | 
				
			||||||
 | 
									daSQL.executeSimpleQuery(elem);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(2)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testRemoteLong() throws Exception {
 | 
				
			||||||
 | 
							TypeManyToOneLongRemote remote = new TypeManyToOneLongRemote();
 | 
				
			||||||
 | 
							remote.data = "remote1";
 | 
				
			||||||
 | 
							final TypeManyToOneLongRemote insertedRemote1 = ConfigureDb.da.insert(remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote1.data, remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							remote = new TypeManyToOneLongRemote();
 | 
				
			||||||
 | 
							remote.data = "remote2";
 | 
				
			||||||
 | 
							final TypeManyToOneLongRemote insertedRemote2 = ConfigureDb.da.insert(remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.data, remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeManyToOneLongRoot test = new TypeManyToOneLongRoot();
 | 
				
			||||||
 | 
							test.otherData = "kjhlkjlkj";
 | 
				
			||||||
 | 
							test.remoteId = insertedRemote2.id;
 | 
				
			||||||
 | 
							final TypeManyToOneLongRoot insertedData = ConfigureDb.da.insert(test);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData.id);
 | 
				
			||||||
 | 
							Assertions.assertTrue(insertedData.id >= 0);
 | 
				
			||||||
 | 
							Assertions.assertEquals(test.otherData, insertedData.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.id, insertedData.remoteId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							TypeManyToOneLongRoot retrieve = ConfigureDb.da.get(TypeManyToOneLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.id, retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.id, retrieve.remoteId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							TypeManyToOneLongRootExpand retrieve2 = ConfigureDb.da.get(TypeManyToOneLongRootExpand.class, insertedData.id);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve2);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve2.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.id, retrieve2.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve2.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve2.remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.id, retrieve2.remote.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.data, retrieve2.remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// remove values:
 | 
				
			||||||
 | 
							try {
 | 
				
			||||||
 | 
								final long count = ConfigureDb.da.delete(TypeManyToOneLongRemote.class, insertedRemote2.id);
 | 
				
			||||||
 | 
								Assertions.assertEquals(1L, count);
 | 
				
			||||||
 | 
							} catch (final Exception ex) {
 | 
				
			||||||
 | 
								ex.printStackTrace();
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							// check fail:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							retrieve = ConfigureDb.da.get(TypeManyToOneLongRoot.class, insertedData.id);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.id, retrieve.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.id, retrieve.remoteId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							retrieve2 = ConfigureDb.da.get(TypeManyToOneLongRootExpand.class, insertedData.id);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve2);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve2.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.id, retrieve2.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve2.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(retrieve2.remote);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										111
									
								
								test/src/test/kar/archidata/dataAccess/TestManyToOneOID.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										111
									
								
								test/src/test/kar/archidata/dataAccess/TestManyToOneOID.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,111 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.io.IOException;
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.AfterAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Assertions;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.BeforeAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.MethodOrderer;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Order;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Test;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.TestMethodOrder;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.extension.ExtendWith;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DBAccessSQL;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DataFactory;
 | 
				
			||||||
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import test.kar.archidata.ConfigureDb;
 | 
				
			||||||
 | 
					import test.kar.archidata.StepwiseExtension;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneOIDRemote;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneOIDRoot;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneOIDRootExpand;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ExtendWith(StepwiseExtension.class)
 | 
				
			||||||
 | 
					@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
				
			||||||
 | 
					public class TestManyToOneOID {
 | 
				
			||||||
 | 
						final static private Logger LOGGER = LoggerFactory.getLogger(TestManyToOneOID.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@BeforeAll
 | 
				
			||||||
 | 
						public static void configureWebServer() throws Exception {
 | 
				
			||||||
 | 
							ConfigureDb.configure();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@AfterAll
 | 
				
			||||||
 | 
						public static void removeDataBase() throws IOException {
 | 
				
			||||||
 | 
							ConfigureDb.clear();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(1)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testCreateTable() throws Exception {
 | 
				
			||||||
 | 
							final List<String> sqlCommand = DataFactory.createTable(TypeManyToOneOIDRemote.class);
 | 
				
			||||||
 | 
							sqlCommand.addAll(DataFactory.createTable(TypeManyToOneOIDRoot.class));
 | 
				
			||||||
 | 
							if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
				
			||||||
 | 
								for (final String elem : sqlCommand) {
 | 
				
			||||||
 | 
									LOGGER.debug("request: '{}'", elem);
 | 
				
			||||||
 | 
									daSQL.executeSimpleQuery(elem);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(3)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testRemoteOID() throws Exception {
 | 
				
			||||||
 | 
							TypeManyToOneOIDRemote remote = new TypeManyToOneOIDRemote();
 | 
				
			||||||
 | 
							remote.data = "remote1";
 | 
				
			||||||
 | 
							final TypeManyToOneOIDRemote insertedRemote1 = ConfigureDb.da.insert(remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote1.data, remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							remote = new TypeManyToOneOIDRemote();
 | 
				
			||||||
 | 
							remote.data = "remote2";
 | 
				
			||||||
 | 
							final TypeManyToOneOIDRemote insertedRemote2 = ConfigureDb.da.insert(remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.data, remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeManyToOneOIDRoot test = new TypeManyToOneOIDRoot();
 | 
				
			||||||
 | 
							test.otherData = "kjhlkjlkj";
 | 
				
			||||||
 | 
							test.remoteOid = insertedRemote2.oid;
 | 
				
			||||||
 | 
							final TypeManyToOneOIDRoot insertedData = ConfigureDb.da.insert(test);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(insertedData.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(test.otherData, insertedData.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.oid, insertedData.remoteOid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							TypeManyToOneOIDRoot retrieve = ConfigureDb.da.get(TypeManyToOneOIDRoot.class, insertedData.oid);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.oid, retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.oid, retrieve.remoteOid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							TypeManyToOneOIDRootExpand retrieve2 = ConfigureDb.da.get(TypeManyToOneOIDRootExpand.class, insertedData.oid);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve2);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve2.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.oid, retrieve2.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve2.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve2.remote);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.oid, retrieve2.remote.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.data, retrieve2.remote.data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// remove values:
 | 
				
			||||||
 | 
							final long count = ConfigureDb.da.delete(TypeManyToOneOIDRemote.class, insertedRemote2.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(1, count);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// check fail:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							retrieve = ConfigureDb.da.get(TypeManyToOneOIDRoot.class, insertedData.oid);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.oid, retrieve.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote2.oid, retrieve.remoteOid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							retrieve2 = ConfigureDb.da.get(TypeManyToOneOIDRootExpand.class, insertedData.oid);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve2);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retrieve2.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.oid, retrieve2.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedData.otherData, retrieve2.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(retrieve2.remote);
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -18,17 +18,15 @@ import org.slf4j.LoggerFactory;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import test.kar.archidata.ConfigureDb;
 | 
					import test.kar.archidata.ConfigureDb;
 | 
				
			||||||
import test.kar.archidata.StepwiseExtension;
 | 
					import test.kar.archidata.StepwiseExtension;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneRemote;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneLongRemote;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneRoot;
 | 
					 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneRootExpand;
 | 
					 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRemote;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRemote;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRoot;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRoot;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRootExpand;
 | 
					import test.kar.archidata.dataAccess.model.TypeManyToOneUUIDRootExpand;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ExtendWith(StepwiseExtension.class)
 | 
					@ExtendWith(StepwiseExtension.class)
 | 
				
			||||||
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
					@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
				
			||||||
public class TestManyToOne {
 | 
					public class TestManyToOneUUID {
 | 
				
			||||||
	final static private Logger LOGGER = LoggerFactory.getLogger(TestManyToOne.class);
 | 
						final static private Logger LOGGER = LoggerFactory.getLogger(TestManyToOneLong.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@BeforeAll
 | 
						@BeforeAll
 | 
				
			||||||
	public static void configureWebServer() throws Exception {
 | 
						public static void configureWebServer() throws Exception {
 | 
				
			||||||
@@ -43,8 +41,7 @@ public class TestManyToOne {
 | 
				
			|||||||
	@Order(1)
 | 
						@Order(1)
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	public void testCreateTable() throws Exception {
 | 
						public void testCreateTable() throws Exception {
 | 
				
			||||||
		final List<String> sqlCommand = DataFactory.createTable(TypeManyToOneRemote.class);
 | 
							final List<String> sqlCommand = DataFactory.createTable(TypeManyToOneLongRemote.class);
 | 
				
			||||||
		sqlCommand.addAll(DataFactory.createTable(TypeManyToOneRoot.class));
 | 
					 | 
				
			||||||
		sqlCommand.addAll(DataFactory.createTable(TypeManyToOneUUIDRoot.class));
 | 
							sqlCommand.addAll(DataFactory.createTable(TypeManyToOneUUIDRoot.class));
 | 
				
			||||||
		sqlCommand.addAll(DataFactory.createTable(TypeManyToOneUUIDRemote.class));
 | 
							sqlCommand.addAll(DataFactory.createTable(TypeManyToOneUUIDRemote.class));
 | 
				
			||||||
		if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
							if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
				
			||||||
@@ -55,69 +52,6 @@ public class TestManyToOne {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Order(2)
 | 
					 | 
				
			||||||
	@Test
 | 
					 | 
				
			||||||
	public void testRemoteLong() throws Exception {
 | 
					 | 
				
			||||||
		TypeManyToOneRemote remote = new TypeManyToOneRemote();
 | 
					 | 
				
			||||||
		remote.data = "remote1";
 | 
					 | 
				
			||||||
		final TypeManyToOneRemote insertedRemote1 = ConfigureDb.da.insert(remote);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote1.data, remote.data);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		remote = new TypeManyToOneRemote();
 | 
					 | 
				
			||||||
		remote.data = "remote2";
 | 
					 | 
				
			||||||
		final TypeManyToOneRemote insertedRemote2 = ConfigureDb.da.insert(remote);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote2.data, remote.data);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		final TypeManyToOneRoot test = new TypeManyToOneRoot();
 | 
					 | 
				
			||||||
		test.otherData = "kjhlkjlkj";
 | 
					 | 
				
			||||||
		test.remoteId = insertedRemote2.id;
 | 
					 | 
				
			||||||
		final TypeManyToOneRoot insertedData = ConfigureDb.da.insert(test);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(insertedData);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(insertedData.id);
 | 
					 | 
				
			||||||
		Assertions.assertTrue(insertedData.id >= 0);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(test.otherData, insertedData.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote2.id, insertedData.remoteId);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		TypeManyToOneRoot retrieve = ConfigureDb.da.get(TypeManyToOneRoot.class, insertedData.id);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retrieve);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retrieve.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedData.id, retrieve.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote2.id, retrieve.remoteId);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		TypeManyToOneRootExpand retrieve2 = ConfigureDb.da.get(TypeManyToOneRootExpand.class, insertedData.id);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retrieve2);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retrieve2.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedData.id, retrieve2.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedData.otherData, retrieve2.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retrieve2.remote);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote2.id, retrieve2.remote.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote2.data, retrieve2.remote.data);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		// remove values:
 | 
					 | 
				
			||||||
		try {
 | 
					 | 
				
			||||||
			final long count = ConfigureDb.da.delete(TypeManyToOneRemote.class, insertedRemote2.id);
 | 
					 | 
				
			||||||
			Assertions.assertEquals(1L, count);
 | 
					 | 
				
			||||||
		} catch (final Exception ex) {
 | 
					 | 
				
			||||||
			ex.printStackTrace();
 | 
					 | 
				
			||||||
		}
 | 
					 | 
				
			||||||
		// check fail:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		retrieve = ConfigureDb.da.get(TypeManyToOneRoot.class, insertedData.id);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retrieve);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retrieve.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedData.id, retrieve.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedData.otherData, retrieve.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote2.id, retrieve.remoteId);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		retrieve2 = ConfigureDb.da.get(TypeManyToOneRootExpand.class, insertedData.id);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retrieve2);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retrieve2.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedData.id, retrieve2.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedData.otherData, retrieve2.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertNull(retrieve2.remote);
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Order(3)
 | 
						@Order(3)
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	public void testRemoteUUID() throws Exception {
 | 
						public void testRemoteUUID() throws Exception {
 | 
				
			||||||
							
								
								
									
										131
									
								
								test/src/test/kar/archidata/dataAccess/TestOneToManyLong.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										131
									
								
								test/src/test/kar/archidata/dataAccess/TestOneToManyLong.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,131 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.io.IOException;
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.AfterAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Assertions;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.BeforeAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.MethodOrderer;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Order;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Test;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.TestMethodOrder;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.extension.ExtendWith;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DBAccessSQL;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DataFactory;
 | 
				
			||||||
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import test.kar.archidata.ConfigureDb;
 | 
				
			||||||
 | 
					import test.kar.archidata.StepwiseExtension;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyLongRemote;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyLongRoot;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyLongRootExpand;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ExtendWith(StepwiseExtension.class)
 | 
				
			||||||
 | 
					@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
				
			||||||
 | 
					public class TestOneToManyLong {
 | 
				
			||||||
 | 
						final static private Logger LOGGER = LoggerFactory.getLogger(TestOneToManyLong.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@BeforeAll
 | 
				
			||||||
 | 
						public static void configureWebServer() throws Exception {
 | 
				
			||||||
 | 
							ConfigureDb.configure();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@AfterAll
 | 
				
			||||||
 | 
						public static void removeDataBase() throws IOException {
 | 
				
			||||||
 | 
							ConfigureDb.clear();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(1)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testCreateTable() throws Exception {
 | 
				
			||||||
 | 
							final List<String> sqlCommand = DataFactory.createTable(TypeOneToManyLongRemote.class);
 | 
				
			||||||
 | 
							sqlCommand.addAll(DataFactory.createTable(TypeOneToManyLongRoot.class));
 | 
				
			||||||
 | 
							if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
				
			||||||
 | 
								for (final String elem : sqlCommand) {
 | 
				
			||||||
 | 
									LOGGER.debug("request: '{}'", elem);
 | 
				
			||||||
 | 
									daSQL.executeSimpleQuery(elem);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(2)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testParentLong() throws Exception {
 | 
				
			||||||
 | 
							// create parent:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyLongRoot root = new TypeOneToManyLongRoot();
 | 
				
			||||||
 | 
							root.otherData = "plouf";
 | 
				
			||||||
 | 
							final TypeOneToManyLongRoot insertedRoot = ConfigureDb.da.insert(root);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRoot.otherData, root.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(insertedRoot.remoteIds);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyLongRoot root2 = new TypeOneToManyLongRoot();
 | 
				
			||||||
 | 
							root2.otherData = "plouf 2";
 | 
				
			||||||
 | 
							final TypeOneToManyLongRoot insertedRoot2 = ConfigureDb.da.insert(root2);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRoot2.otherData, root2.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(insertedRoot2.remoteIds);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Create Some Remotes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyLongRemote remote10 = new TypeOneToManyLongRemote();
 | 
				
			||||||
 | 
							remote10.data = "remote10";
 | 
				
			||||||
 | 
							remote10.rootId = insertedRoot.id;
 | 
				
			||||||
 | 
							final TypeOneToManyLongRemote insertedRemote10 = ConfigureDb.da.insert(remote10);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.data, remote10.data);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.rootId, remote10.rootId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyLongRemote remote11 = new TypeOneToManyLongRemote();
 | 
				
			||||||
 | 
							remote11.data = "remote11";
 | 
				
			||||||
 | 
							remote11.rootId = insertedRoot.id;
 | 
				
			||||||
 | 
							final TypeOneToManyLongRemote insertedRemote11 = ConfigureDb.da.insert(remote11);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.data, remote11.data);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.rootId, remote11.rootId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyLongRemote remote20 = new TypeOneToManyLongRemote();
 | 
				
			||||||
 | 
							remote20.data = "remote20";
 | 
				
			||||||
 | 
							remote20.rootId = insertedRoot2.id;
 | 
				
			||||||
 | 
							final TypeOneToManyLongRemote insertedRemote20 = ConfigureDb.da.insert(remote20);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.data, remote20.data);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.rootId, remote20.rootId);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Check remote are inserted
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyLongRoot retreiveRoot1 = ConfigureDb.da.get(TypeOneToManyLongRoot.class, insertedRoot.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retreiveRoot1.otherData, insertedRoot.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retreiveRoot1.remoteIds);
 | 
				
			||||||
 | 
							Assertions.assertEquals(2, retreiveRoot1.remoteIds.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.id, retreiveRoot1.remoteIds.get(0));
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.id, retreiveRoot1.remoteIds.get(1));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyLongRoot retreiveRoot2 = ConfigureDb.da.get(TypeOneToManyLongRoot.class, insertedRoot2.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retreiveRoot2.otherData, insertedRoot2.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retreiveRoot2.remoteIds);
 | 
				
			||||||
 | 
							Assertions.assertEquals(1, retreiveRoot2.remoteIds.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.id, retreiveRoot2.remoteIds.get(0));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Check remote are inserted and expandable
 | 
				
			||||||
 | 
							final TypeOneToManyLongRootExpand retreiveRootExpand1 = ConfigureDb.da.get(TypeOneToManyLongRootExpand.class,
 | 
				
			||||||
 | 
									insertedRoot.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retreiveRootExpand1.otherData, insertedRoot.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retreiveRootExpand1.remotes);
 | 
				
			||||||
 | 
							Assertions.assertEquals(2, retreiveRootExpand1.remotes.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.id, retreiveRootExpand1.remotes.get(0).id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.rootId, retreiveRootExpand1.remotes.get(0).rootId);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.data, retreiveRootExpand1.remotes.get(0).data);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.id, retreiveRootExpand1.remotes.get(1).id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.rootId, retreiveRootExpand1.remotes.get(1).rootId);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.data, retreiveRootExpand1.remotes.get(1).data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyLongRootExpand retreiveRootExpand2 = ConfigureDb.da.get(TypeOneToManyLongRootExpand.class,
 | 
				
			||||||
 | 
									insertedRoot2.id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retreiveRootExpand2.otherData, insertedRoot2.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retreiveRootExpand2.remotes);
 | 
				
			||||||
 | 
							Assertions.assertEquals(1, retreiveRootExpand2.remotes.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.id, retreiveRootExpand2.remotes.get(0).id);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.rootId, retreiveRootExpand2.remotes.get(0).rootId);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.data, retreiveRootExpand2.remotes.get(0).data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										130
									
								
								test/src/test/kar/archidata/dataAccess/TestOneToManyOID.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										130
									
								
								test/src/test/kar/archidata/dataAccess/TestOneToManyOID.java
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,130 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.io.IOException;
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.AfterAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Assertions;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.BeforeAll;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.MethodOrderer;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Order;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.Test;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.TestMethodOrder;
 | 
				
			||||||
 | 
					import org.junit.jupiter.api.extension.ExtendWith;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DBAccessSQL;
 | 
				
			||||||
 | 
					import org.kar.archidata.dataAccess.DataFactory;
 | 
				
			||||||
 | 
					import org.slf4j.Logger;
 | 
				
			||||||
 | 
					import org.slf4j.LoggerFactory;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import test.kar.archidata.ConfigureDb;
 | 
				
			||||||
 | 
					import test.kar.archidata.StepwiseExtension;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyOIDRemote;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyOIDRoot;
 | 
				
			||||||
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyOIDRootExpand;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@ExtendWith(StepwiseExtension.class)
 | 
				
			||||||
 | 
					@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
				
			||||||
 | 
					public class TestOneToManyOID {
 | 
				
			||||||
 | 
						final static private Logger LOGGER = LoggerFactory.getLogger(TestOneToManyOID.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@BeforeAll
 | 
				
			||||||
 | 
						public static void configureWebServer() throws Exception {
 | 
				
			||||||
 | 
							ConfigureDb.configure();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@AfterAll
 | 
				
			||||||
 | 
						public static void removeDataBase() throws IOException {
 | 
				
			||||||
 | 
							ConfigureDb.clear();
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(1)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testCreateTable() throws Exception {
 | 
				
			||||||
 | 
							final List<String> sqlCommand = DataFactory.createTable(TypeOneToManyOIDRemote.class);
 | 
				
			||||||
 | 
							sqlCommand.addAll(DataFactory.createTable(TypeOneToManyOIDRoot.class));
 | 
				
			||||||
 | 
							if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
				
			||||||
 | 
								for (final String elem : sqlCommand) {
 | 
				
			||||||
 | 
									LOGGER.debug("request: '{}'", elem);
 | 
				
			||||||
 | 
									daSQL.executeSimpleQuery(elem);
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@Order(2)
 | 
				
			||||||
 | 
						@Test
 | 
				
			||||||
 | 
						public void testParent() throws Exception {
 | 
				
			||||||
 | 
							// create parent:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRoot root = new TypeOneToManyOIDRoot();
 | 
				
			||||||
 | 
							root.otherData = "plouf";
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRoot insertedRoot = ConfigureDb.da.insert(root);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRoot.otherData, root.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(insertedRoot.remoteIds);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRoot root2 = new TypeOneToManyOIDRoot();
 | 
				
			||||||
 | 
							root2.otherData = "plouf 2";
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRoot insertedRoot2 = ConfigureDb.da.insert(root2);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRoot2.otherData, root2.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNull(insertedRoot2.remoteIds);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Create Some Remotes
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRemote remote10 = new TypeOneToManyOIDRemote();
 | 
				
			||||||
 | 
							remote10.data = "remote10";
 | 
				
			||||||
 | 
							remote10.rootOid = insertedRoot.oid;
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRemote insertedRemote10 = ConfigureDb.da.insert(remote10);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.data, remote10.data);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.rootOid, remote10.rootOid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRemote remote11 = new TypeOneToManyOIDRemote();
 | 
				
			||||||
 | 
							remote11.data = "remote11";
 | 
				
			||||||
 | 
							remote11.rootOid = insertedRoot.oid;
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRemote insertedRemote11 = ConfigureDb.da.insert(remote11);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.data, remote11.data);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.rootOid, remote11.rootOid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRemote remote20 = new TypeOneToManyOIDRemote();
 | 
				
			||||||
 | 
							remote20.data = "remote20";
 | 
				
			||||||
 | 
							remote20.rootOid = insertedRoot2.oid;
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRemote insertedRemote20 = ConfigureDb.da.insert(remote20);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.data, remote20.data);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.rootOid, remote20.rootOid);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Check remote are inserted
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRoot retreiveRoot1 = ConfigureDb.da.get(TypeOneToManyOIDRoot.class, insertedRoot.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retreiveRoot1.otherData, insertedRoot.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retreiveRoot1.remoteIds);
 | 
				
			||||||
 | 
							Assertions.assertEquals(2, retreiveRoot1.remoteIds.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.oid, retreiveRoot1.remoteIds.get(0));
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.oid, retreiveRoot1.remoteIds.get(1));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRoot retreiveRoot2 = ConfigureDb.da.get(TypeOneToManyOIDRoot.class, insertedRoot2.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retreiveRoot2.otherData, insertedRoot2.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retreiveRoot2.remoteIds);
 | 
				
			||||||
 | 
							Assertions.assertEquals(1, retreiveRoot2.remoteIds.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.oid, retreiveRoot2.remoteIds.get(0));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Check remote are inserted and expandable
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRootExpand retreiveRootExpand1 = ConfigureDb.da.get(TypeOneToManyOIDRootExpand.class,
 | 
				
			||||||
 | 
									insertedRoot.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retreiveRootExpand1.otherData, insertedRoot.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retreiveRootExpand1.remotes);
 | 
				
			||||||
 | 
							Assertions.assertEquals(2, retreiveRootExpand1.remotes.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.oid, retreiveRootExpand1.remotes.get(0).oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.rootOid, retreiveRootExpand1.remotes.get(0).rootOid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote10.data, retreiveRootExpand1.remotes.get(0).data);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.oid, retreiveRootExpand1.remotes.get(1).oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.rootOid, retreiveRootExpand1.remotes.get(1).rootOid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote11.data, retreiveRootExpand1.remotes.get(1).data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							final TypeOneToManyOIDRootExpand retreiveRootExpand2 = ConfigureDb.da.get(TypeOneToManyOIDRootExpand.class,
 | 
				
			||||||
 | 
									insertedRoot2.oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(retreiveRootExpand2.otherData, insertedRoot2.otherData);
 | 
				
			||||||
 | 
							Assertions.assertNotNull(retreiveRootExpand2.remotes);
 | 
				
			||||||
 | 
							Assertions.assertEquals(1, retreiveRootExpand2.remotes.size());
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.oid, retreiveRootExpand2.remotes.get(0).oid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.rootOid, retreiveRootExpand2.remotes.get(0).rootOid);
 | 
				
			||||||
 | 
							Assertions.assertEquals(insertedRemote20.data, retreiveRootExpand2.remotes.get(0).data);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -18,17 +18,15 @@ import org.slf4j.LoggerFactory;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import test.kar.archidata.ConfigureDb;
 | 
					import test.kar.archidata.ConfigureDb;
 | 
				
			||||||
import test.kar.archidata.StepwiseExtension;
 | 
					import test.kar.archidata.StepwiseExtension;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyRemote;
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyLongRemote;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyRoot;
 | 
					 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyRootExpand;
 | 
					 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRemote;
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRemote;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRoot;
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRoot;
 | 
				
			||||||
import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRootExpand;
 | 
					import test.kar.archidata.dataAccess.model.TypeOneToManyUUIDRootExpand;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ExtendWith(StepwiseExtension.class)
 | 
					@ExtendWith(StepwiseExtension.class)
 | 
				
			||||||
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
					@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
 | 
				
			||||||
public class TestOneToMany {
 | 
					public class TestOneToManyUUID {
 | 
				
			||||||
	final static private Logger LOGGER = LoggerFactory.getLogger(TestOneToMany.class);
 | 
						final static private Logger LOGGER = LoggerFactory.getLogger(TestOneToManyLong.class);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@BeforeAll
 | 
						@BeforeAll
 | 
				
			||||||
	public static void configureWebServer() throws Exception {
 | 
						public static void configureWebServer() throws Exception {
 | 
				
			||||||
@@ -43,10 +41,9 @@ public class TestOneToMany {
 | 
				
			|||||||
	@Order(1)
 | 
						@Order(1)
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	public void testCreateTable() throws Exception {
 | 
						public void testCreateTable() throws Exception {
 | 
				
			||||||
		final List<String> sqlCommand = DataFactory.createTable(TypeOneToManyRemote.class);
 | 
							final List<String> sqlCommand = DataFactory.createTable(TypeOneToManyLongRemote.class);
 | 
				
			||||||
		sqlCommand.addAll(DataFactory.createTable(TypeOneToManyRoot.class));
 | 
					 | 
				
			||||||
		sqlCommand.addAll(DataFactory.createTable(TypeOneToManyUUIDRemote.class));
 | 
					 | 
				
			||||||
		sqlCommand.addAll(DataFactory.createTable(TypeOneToManyUUIDRoot.class));
 | 
							sqlCommand.addAll(DataFactory.createTable(TypeOneToManyUUIDRoot.class));
 | 
				
			||||||
 | 
							sqlCommand.addAll(DataFactory.createTable(TypeOneToManyUUIDRemote.class));
 | 
				
			||||||
		if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
							if (ConfigureDb.da instanceof final DBAccessSQL daSQL) {
 | 
				
			||||||
			for (final String elem : sqlCommand) {
 | 
								for (final String elem : sqlCommand) {
 | 
				
			||||||
				LOGGER.debug("request: '{}'", elem);
 | 
									LOGGER.debug("request: '{}'", elem);
 | 
				
			||||||
@@ -55,86 +52,6 @@ public class TestOneToMany {
 | 
				
			|||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Order(2)
 | 
					 | 
				
			||||||
	@Test
 | 
					 | 
				
			||||||
	public void testParentLong() throws Exception {
 | 
					 | 
				
			||||||
		// create parent:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		final TypeOneToManyRoot root = new TypeOneToManyRoot();
 | 
					 | 
				
			||||||
		root.otherData = "plouf";
 | 
					 | 
				
			||||||
		final TypeOneToManyRoot insertedRoot = ConfigureDb.da.insert(root);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRoot.otherData, root.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertNull(insertedRoot.remoteIds);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		final TypeOneToManyRoot root2 = new TypeOneToManyRoot();
 | 
					 | 
				
			||||||
		root2.otherData = "plouf 2";
 | 
					 | 
				
			||||||
		final TypeOneToManyRoot insertedRoot2 = ConfigureDb.da.insert(root2);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRoot2.otherData, root2.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertNull(insertedRoot2.remoteIds);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		// Create Some Remotes
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		final TypeOneToManyRemote remote10 = new TypeOneToManyRemote();
 | 
					 | 
				
			||||||
		remote10.data = "remote10";
 | 
					 | 
				
			||||||
		remote10.rootId = insertedRoot.id;
 | 
					 | 
				
			||||||
		final TypeOneToManyRemote insertedRemote10 = ConfigureDb.da.insert(remote10);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote10.data, remote10.data);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote10.rootId, remote10.rootId);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		final TypeOneToManyRemote remote11 = new TypeOneToManyRemote();
 | 
					 | 
				
			||||||
		remote11.data = "remote11";
 | 
					 | 
				
			||||||
		remote11.rootId = insertedRoot.id;
 | 
					 | 
				
			||||||
		final TypeOneToManyRemote insertedRemote11 = ConfigureDb.da.insert(remote11);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote11.data, remote11.data);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote11.rootId, remote11.rootId);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		final TypeOneToManyRemote remote20 = new TypeOneToManyRemote();
 | 
					 | 
				
			||||||
		remote20.data = "remote20";
 | 
					 | 
				
			||||||
		remote20.rootId = insertedRoot2.id;
 | 
					 | 
				
			||||||
		final TypeOneToManyRemote insertedRemote20 = ConfigureDb.da.insert(remote20);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote20.data, remote20.data);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote20.rootId, remote20.rootId);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		// Check remote are inserted
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		final TypeOneToManyRoot retreiveRoot1 = ConfigureDb.da.get(TypeOneToManyRoot.class, insertedRoot.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(retreiveRoot1.otherData, insertedRoot.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retreiveRoot1.remoteIds);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(2, retreiveRoot1.remoteIds.size());
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote10.id, retreiveRoot1.remoteIds.get(0));
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote11.id, retreiveRoot1.remoteIds.get(1));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		final TypeOneToManyRoot retreiveRoot2 = ConfigureDb.da.get(TypeOneToManyRoot.class, insertedRoot2.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(retreiveRoot2.otherData, insertedRoot2.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retreiveRoot2.remoteIds);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(1, retreiveRoot2.remoteIds.size());
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote20.id, retreiveRoot2.remoteIds.get(0));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		// Check remote are inserted and expandable
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		final TypeOneToManyRootExpand retreiveRootExpand1 = ConfigureDb.da.get(TypeOneToManyRootExpand.class,
 | 
					 | 
				
			||||||
				insertedRoot.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(retreiveRootExpand1.otherData, insertedRoot.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retreiveRootExpand1.remotes);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(2, retreiveRootExpand1.remotes.size());
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote10.id, retreiveRootExpand1.remotes.get(0).id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote10.rootId, retreiveRootExpand1.remotes.get(0).rootId);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote10.data, retreiveRootExpand1.remotes.get(0).data);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote11.id, retreiveRootExpand1.remotes.get(1).id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote11.rootId, retreiveRootExpand1.remotes.get(1).rootId);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote11.data, retreiveRootExpand1.remotes.get(1).data);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		final TypeOneToManyRootExpand retreiveRootExpand2 = ConfigureDb.da.get(TypeOneToManyRootExpand.class,
 | 
					 | 
				
			||||||
				insertedRoot2.id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(retreiveRootExpand2.otherData, insertedRoot2.otherData);
 | 
					 | 
				
			||||||
		Assertions.assertNotNull(retreiveRootExpand2.remotes);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(1, retreiveRootExpand2.remotes.size());
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote20.id, retreiveRootExpand2.remotes.get(0).id);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote20.rootId, retreiveRootExpand2.remotes.get(0).rootId);
 | 
					 | 
				
			||||||
		Assertions.assertEquals(insertedRemote20.data, retreiveRootExpand2.remotes.get(0).data);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	@Order(2)
 | 
						@Order(2)
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	public void testParentUUID() throws Exception {
 | 
						public void testParentUUID() throws Exception {
 | 
				
			||||||
@@ -9,8 +9,8 @@ import jakarta.persistence.FetchType;
 | 
				
			|||||||
import jakarta.persistence.ManyToMany;
 | 
					import jakarta.persistence.ManyToMany;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Entity
 | 
					@Entity
 | 
				
			||||||
public class TypeManyToManyRemote extends GenericData {
 | 
					public class TypeManyToManyLongRemote extends GenericData {
 | 
				
			||||||
	@ManyToMany(fetch = FetchType.LAZY, targetEntity = TypeManyToManyRoot.class, mappedBy = "remote")
 | 
						@ManyToMany(fetch = FetchType.LAZY, targetEntity = TypeManyToManyLongRoot.class, mappedBy = "remote")
 | 
				
			||||||
	public List<Long> remoteToParent;
 | 
						public List<Long> remoteToParent;
 | 
				
			||||||
	public String data;
 | 
						public String data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -9,10 +9,10 @@ import jakarta.persistence.FetchType;
 | 
				
			|||||||
import jakarta.persistence.ManyToMany;
 | 
					import jakarta.persistence.ManyToMany;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Entity
 | 
					@Entity
 | 
				
			||||||
public class TypeManyToManyRoot extends GenericData {
 | 
					public class TypeManyToManyLongRoot extends GenericData {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public String otherData;
 | 
						public String otherData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@ManyToMany(fetch = FetchType.LAZY, targetEntity = TypeManyToManyRemote.class)
 | 
						@ManyToMany(fetch = FetchType.LAZY, targetEntity = TypeManyToManyLongRemote.class)
 | 
				
			||||||
	public List<Long> remote;
 | 
						public List<Long> remote;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -9,13 +9,13 @@ import jakarta.persistence.FetchType;
 | 
				
			|||||||
import jakarta.persistence.ManyToMany;
 | 
					import jakarta.persistence.ManyToMany;
 | 
				
			||||||
import jakarta.persistence.Table;
 | 
					import jakarta.persistence.Table;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Table(name = "TypeManyToManyRoot")
 | 
					@Table(name = "TypeManyToManyLongRoot")
 | 
				
			||||||
// for Mongo
 | 
					// for Mongo
 | 
				
			||||||
@Entity(value = "TypeManyToManyRoot")
 | 
					@Entity(value = "TypeManyToManyLongRoot")
 | 
				
			||||||
public class TypeManyToManyRootExpand extends GenericData {
 | 
					public class TypeManyToManyLongRootExpand extends GenericData {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public String otherData;
 | 
						public String otherData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@ManyToMany(fetch = FetchType.LAZY, targetEntity = TypeManyToManyRemote.class)
 | 
						@ManyToMany(fetch = FetchType.LAZY, targetEntity = TypeManyToManyLongRemote.class)
 | 
				
			||||||
	public List<TypeManyToManyRemote> remote;
 | 
						public List<TypeManyToManyLongRemote> remote;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -0,0 +1,18 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess.model;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
 | 
					import org.kar.archidata.model.OIDGenericData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import dev.morphia.annotations.Entity;
 | 
				
			||||||
 | 
					import jakarta.persistence.FetchType;
 | 
				
			||||||
 | 
					import jakarta.persistence.ManyToMany;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Entity
 | 
				
			||||||
 | 
					public class TypeManyToManyOIDRemote extends OIDGenericData {
 | 
				
			||||||
 | 
						@ManyToMany(fetch = FetchType.LAZY, targetEntity = TypeManyToManyOIDRoot.class, mappedBy = "remote")
 | 
				
			||||||
 | 
						public List<ObjectId> remoteToParent;
 | 
				
			||||||
 | 
						public String data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -0,0 +1,19 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess.model;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
 | 
					import org.kar.archidata.model.OIDGenericData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import dev.morphia.annotations.Entity;
 | 
				
			||||||
 | 
					import jakarta.persistence.FetchType;
 | 
				
			||||||
 | 
					import jakarta.persistence.ManyToMany;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Entity
 | 
				
			||||||
 | 
					public class TypeManyToManyOIDRoot extends OIDGenericData {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public String otherData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@ManyToMany(fetch = FetchType.LAZY, targetEntity = TypeManyToManyOIDRemote.class)
 | 
				
			||||||
 | 
						public List<ObjectId> remote;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -0,0 +1,21 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess.model;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import java.util.List;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.kar.archidata.model.OIDGenericData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import dev.morphia.annotations.Entity;
 | 
				
			||||||
 | 
					import jakarta.persistence.FetchType;
 | 
				
			||||||
 | 
					import jakarta.persistence.ManyToMany;
 | 
				
			||||||
 | 
					import jakarta.persistence.Table;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Table(name = "TypeManyToManyOIDRoot")
 | 
				
			||||||
 | 
					// for Mongo
 | 
				
			||||||
 | 
					@Entity(value = "TypeManyToManyOIDRoot")
 | 
				
			||||||
 | 
					public class TypeManyToManyOIDRootExpand extends OIDGenericData {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public String otherData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@ManyToMany(fetch = FetchType.LAZY, targetEntity = TypeManyToManyOIDRemote.class)
 | 
				
			||||||
 | 
						public List<TypeManyToManyOIDRemote> remote;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -5,7 +5,7 @@ import org.kar.archidata.model.GenericData;
 | 
				
			|||||||
import dev.morphia.annotations.Entity;
 | 
					import dev.morphia.annotations.Entity;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Entity
 | 
					@Entity
 | 
				
			||||||
public class TypeManyToOneRemote extends GenericData {
 | 
					public class TypeManyToOneLongRemote extends GenericData {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public String data;
 | 
						public String data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -7,11 +7,11 @@ import jakarta.persistence.Column;
 | 
				
			|||||||
import jakarta.persistence.ManyToOne;
 | 
					import jakarta.persistence.ManyToOne;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Entity
 | 
					@Entity
 | 
				
			||||||
public class TypeManyToOneRoot extends GenericData {
 | 
					public class TypeManyToOneLongRoot extends GenericData {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public String otherData;
 | 
						public String otherData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@ManyToOne(targetEntity = TypeManyToOneRemote.class)
 | 
						@ManyToOne(targetEntity = TypeManyToOneLongRemote.class)
 | 
				
			||||||
	@Column(nullable = false)
 | 
						@Column(nullable = false)
 | 
				
			||||||
	public Long remoteId;
 | 
						public Long remoteId;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -8,16 +8,16 @@ import jakarta.persistence.FetchType;
 | 
				
			|||||||
import jakarta.persistence.ManyToOne;
 | 
					import jakarta.persistence.ManyToOne;
 | 
				
			||||||
import jakarta.persistence.Table;
 | 
					import jakarta.persistence.Table;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@Table(name = "TypeManyToOneRoot")
 | 
					@Table(name = "TypeManyToOneLongRoot")
 | 
				
			||||||
//for Mongo
 | 
					//for Morphia
 | 
				
			||||||
@Entity(value = "TypeManyToOneRoot")
 | 
					@Entity(value = "TypeManyToOneLongRoot")
 | 
				
			||||||
public class TypeManyToOneRootExpand extends GenericData {
 | 
					public class TypeManyToOneLongRootExpand extends GenericData {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public String otherData;
 | 
						public String otherData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@ManyToOne(fetch = FetchType.LAZY, targetEntity = TypeManyToOneRemote.class)
 | 
						@ManyToOne(fetch = FetchType.LAZY, targetEntity = TypeManyToOneLongRemote.class)
 | 
				
			||||||
	@Column(name = "remoteId", nullable = false)
 | 
						@Column(name = "remoteId", nullable = false)
 | 
				
			||||||
	public TypeManyToOneRemote remote;
 | 
						public TypeManyToOneLongRemote remote;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
	public String toString() {
 | 
						public String toString() {
 | 
				
			||||||
@@ -0,0 +1,12 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess.model;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.kar.archidata.model.OIDGenericData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import dev.morphia.annotations.Entity;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Entity
 | 
				
			||||||
 | 
					public class TypeManyToOneOIDRemote extends OIDGenericData {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public String data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -0,0 +1,18 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess.model;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.bson.types.ObjectId;
 | 
				
			||||||
 | 
					import org.kar.archidata.model.OIDGenericData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import dev.morphia.annotations.Entity;
 | 
				
			||||||
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
 | 
					import jakarta.persistence.ManyToOne;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Entity
 | 
				
			||||||
 | 
					public class TypeManyToOneOIDRoot extends OIDGenericData {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public String otherData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@ManyToOne(targetEntity = TypeManyToOneOIDRemote.class)
 | 
				
			||||||
 | 
						@Column(nullable = false)
 | 
				
			||||||
 | 
						public ObjectId remoteOid;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -0,0 +1,21 @@
 | 
				
			|||||||
 | 
					package test.kar.archidata.dataAccess.model;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import org.kar.archidata.model.OIDGenericData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					import dev.morphia.annotations.Entity;
 | 
				
			||||||
 | 
					import jakarta.persistence.Column;
 | 
				
			||||||
 | 
					import jakarta.persistence.FetchType;
 | 
				
			||||||
 | 
					import jakarta.persistence.ManyToOne;
 | 
				
			||||||
 | 
					import jakarta.persistence.Table;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@Table(name = "TypeManyToOneOIDRoot")
 | 
				
			||||||
 | 
					//for Mongo
 | 
				
			||||||
 | 
					@Entity(value = "TypeManyToOneOIDRoot")
 | 
				
			||||||
 | 
					public class TypeManyToOneOIDRootExpand extends OIDGenericData {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						public String otherData;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						@ManyToOne(fetch = FetchType.LAZY, targetEntity = TypeManyToOneOIDRemote.class)
 | 
				
			||||||
 | 
						@Column(name = "remoteOid", nullable = false)
 | 
				
			||||||
 | 
						public TypeManyToOneOIDRemote remote;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user