is not current version
Last Version 4.4.1812

com.centit.framework:framework-persistence-hibernate 4.1.1803

定义了一组和core兼容的表结构,并用hibernate实现了表的增删改查

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.centit.framework
ArtifactId

ArtifactId

framework-persistence-hibernate
Version

Version

4.1.1803
Type

Type

jar

Download framework-persistence-hibernate 4.1.1803


<!-- https://jarcasting.com/artifacts/com.centit.framework/framework-persistence-hibernate/ -->
<dependency>
    <groupId>com.centit.framework</groupId>
    <artifactId>framework-persistence-hibernate</artifactId>
    <version>4.1.1803</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/framework-persistence-hibernate/
implementation 'com.centit.framework:framework-persistence-hibernate:4.1.1803'
// https://jarcasting.com/artifacts/com.centit.framework/framework-persistence-hibernate/
implementation ("com.centit.framework:framework-persistence-hibernate:4.1.1803")
'com.centit.framework:framework-persistence-hibernate:jar:4.1.1803'
<dependency org="com.centit.framework" name="framework-persistence-hibernate" rev="4.1.1803">
  <artifact name="framework-persistence-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='framework-persistence-hibernate', version='4.1.1803')
)
libraryDependencies += "com.centit.framework" % "framework-persistence-hibernate" % "4.1.1803"
[com.centit.framework/framework-persistence-hibernate "4.1.1803"]