License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.foreach.across.modules |
ArtifactId | ArtifactIdacross-hibernate-module |
Last Version | Last Version4.1.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAcross Hibernate Module
Contains AcrossHibernateJpaModule which builds a Hibernate persistence layer
that other modules can provide entities for.
|
<!-- https://jarcasting.com/artifacts/com.foreach.across.modules/across-hibernate-module/ -->
<dependency>
<groupId>com.foreach.across.modules</groupId>
<artifactId>across-hibernate-module</artifactId>
<version>4.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.across.modules/across-hibernate-module/
implementation 'com.foreach.across.modules:across-hibernate-module:4.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.foreach.across.modules/across-hibernate-module/
implementation ("com.foreach.across.modules:across-hibernate-module:4.1.0.RELEASE")
'com.foreach.across.modules:across-hibernate-module:jar:4.1.0.RELEASE'
<dependency org="com.foreach.across.modules" name="across-hibernate-module" rev="4.1.0.RELEASE">
<artifact name="across-hibernate-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.across.modules', module='across-hibernate-module', version='4.1.0.RELEASE')
)
libraryDependencies += "com.foreach.across.modules" % "across-hibernate-module" % "4.1.0.RELEASE"
[com.foreach.across.modules/across-hibernate-module "4.1.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.foreach.across : across-web Optional | jar | 5.1.0.RELEASE |
org.springframework.data : spring-data-jpa | jar | 2.3.5.RELEASE |
org.springframework : spring-orm | jar | 5.2.10.RELEASE |
org.springframework : spring-aop | jar | 5.2.10.RELEASE |
org.hibernate : hibernate-core | jar | 5.4.22.Final |
org.hibernate : hibernate-entitymanager | jar | 5.4.22.Final |
com.querydsl : querydsl-jpa | jar | 4.3.1 |
com.github.dozermapper : dozer-spring-boot-starter Optional | jar | 6.5.0 |
com.foreach.across : across-autoconfigure | jar | 2.1.0.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
org.projectlombok : lombok | jar | 1.18.16 |