is not current version
Last Version 4.4.1812

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

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

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.centit.framework
ArtifactId

ArtifactId

framework-persistence-hibernate
Version

Version

4.0.1
Type

Type

jar

Download framework-persistence-hibernate 4.0.1


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