jdevelops-annotations-jpa
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.tannn.jdevelops</groupId> <artifactId>jdevelops-annotations-jpa</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>cn.tannn.jdevelops</groupId> <artifactId>jdevelops-annotations</artifactId> <version>1.0.1</version> </parent> <artifactId>jdevelops-annotations-jpa</artifactId> <version>1.0.1</version> <name>jdevelops :: annotations :: jpa</name> <description>jpa 相关的注解 [考虑参数实体跟主体项目分离时轻量导包]</description> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <dependencies> <dependency> <groupId>jakarta.persistence</groupId> <artifactId>jakarta.persistence-api</artifactId> <optional>true</optional> </dependency> </dependencies> </project>