Hibernate Example

A simple example of Hibernate functionality

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-tutorial-eg
Last Version

Last Version

3.5.0.Beta-1
Release Date

Release Date

Type

Type

jar
Description

Description

Hibernate Example
A simple example of Hibernate functionality
Project Organization

Project Organization

Hibernate.org

Download hibernate-tutorial-eg

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 3.5.0.Beta-1
org.hibernate : hibernate-testing jar 3.5.0.Beta-1
javassist : javassist jar 3.9.0.GA
cglib : cglib jar 2.2
jaxen : jaxen jar 1.1
hsqldb : hsqldb jar 1.8.0.2
org.slf4j : jcl-over-slf4j jar 1.5.8
org.slf4j : slf4j-log4j12 jar 1.5.8
commons-logging : commons-logging jar 99.0-does-not-exist
commons-logging : commons-logging-api jar 99.0-does-not-exist
org.slf4j : slf4j-api jar 1.5.8

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.5.0.Beta-1
3.3.2.GA
3.3.1.GA
3.3.0.SP1
3.3.0.GA
3.3.0.CR2
3.3.0.CR1