added constraints and constraint annotations, except foreign key annotation

This commit is contained in:
wea_ondara
2022-07-21 21:45:26 +02:00
parent 878d235e64
commit 7ac7799d57
28 changed files with 1055 additions and 86 deletions

10
pom.xml
View File

@@ -133,10 +133,10 @@
<version>${lombok.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
<version>2.2</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>javax.persistence</groupId>-->
<!-- <artifactId>javax.persistence-api</artifactId>-->
<!-- <version>2.2</version>-->
<!-- </dependency>-->
</dependencies>
</project>