vraptor-plugin-hibernate4

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

br.com.caelum.vraptor
ArtifactId

ArtifactId

vraptor-plugin-hibernate4
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

vraptor-plugin-hibernate4
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

http://github.com/garcia-jj/vraptor-plugin-hibernate4

Download vraptor-plugin-hibernate4

How to add to project

<!-- https://jarcasting.com/artifacts/br.com.caelum.vraptor/vraptor-plugin-hibernate4/ -->
<dependency>
    <groupId>br.com.caelum.vraptor</groupId>
    <artifactId>vraptor-plugin-hibernate4</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum.vraptor/vraptor-plugin-hibernate4/
implementation 'br.com.caelum.vraptor:vraptor-plugin-hibernate4:1.5.0'
// https://jarcasting.com/artifacts/br.com.caelum.vraptor/vraptor-plugin-hibernate4/
implementation ("br.com.caelum.vraptor:vraptor-plugin-hibernate4:1.5.0")
'br.com.caelum.vraptor:vraptor-plugin-hibernate4:jar:1.5.0'
<dependency org="br.com.caelum.vraptor" name="vraptor-plugin-hibernate4" rev="1.5.0">
  <artifact name="vraptor-plugin-hibernate4" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum.vraptor', module='vraptor-plugin-hibernate4', version='1.5.0')
)
libraryDependencies += "br.com.caelum.vraptor" % "vraptor-plugin-hibernate4" % "1.5.0"
[br.com.caelum.vraptor/vraptor-plugin-hibernate4 "1.5.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 4.3.0.Final
javax.annotation : javax.annotation-api jar 1.2
br.com.caelum : vraptor jar 3.5.0
br.com.caelum.vraptor : vraptor-environment Optional jar 1.1.2

provided (1)

Group / Artifact Type Version
org.mortbay.jetty : servlet-api jar 3.0.20100224

test (5)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-core jar 1.8.5
org.hamcrest : hamcrest-core jar 1.2
org.hamcrest : hamcrest-library jar 1.2
hsqldb : hsqldb jar 1.8.0.10

Project Modules

There are no modules declared in this project.

VRaptor Hibernate 4 Plugin

VRaptor Hibernate 4 Plugin provides support to use with Hibernate 4 if you are using VRaptor 3. For VRaptor 4 releases checkout http://github.com/caelum/vraptor-hibernate.

How to install?

You only need to copy the jar to your classpath. VRaptor will register plugin when your application starts without any configurations. Downloads are available in here or in Maven Repository:

<dependency>
  <groupId>br.com.caelum.vraptor</groupId>
  <artifactId>vraptor-plugin-hibernate4</artifactId>
  <version>1.0.0</version> <!--- or the last version --->
</dependency>

Environment support

This plugin optional supports VRaptor Environment. If vraptor-environment jar is available in classpath, environment supports will be activated.

See instructions here: https://github.com/caelum/vraptor-environment

Versions

Version
1.5.0
1.0.3
1.0.2
1.0.1
1.0.0