ScalaJPA

This module provides some basic classes to simplify using JPA (Java Persistence) under Scala.

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scala-libs
ArtifactId

ArtifactId

scalajpa_2.8.0
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

ScalaJPA
This module provides some basic classes to simplify using JPA (Java Persistence) under Scala.
Project URL

Project URL

https://github.com/dchenbecker/scalajpa
Project Organization

Project Organization

org.scala-libs
Source Code Management

Source Code Management

http://github.com/dchenbecker/scalajpa/tree/master

Download scalajpa_2.8.0

How to add to project

<!-- https://jarcasting.com/artifacts/org.scala-libs/scalajpa_2.8.0/ -->
<dependency>
    <groupId>org.scala-libs</groupId>
    <artifactId>scalajpa_2.8.0</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-libs/scalajpa_2.8.0/
implementation 'org.scala-libs:scalajpa_2.8.0:1.4'
// https://jarcasting.com/artifacts/org.scala-libs/scalajpa_2.8.0/
implementation ("org.scala-libs:scalajpa_2.8.0:1.4")
'org.scala-libs:scalajpa_2.8.0:jar:1.4'
<dependency org="org.scala-libs" name="scalajpa_2.8.0" rev="1.4">
  <artifact name="scalajpa_2.8.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-libs', module='scalajpa_2.8.0', version='1.4')
)
libraryDependencies += "org.scala-libs" % "scalajpa_2.8.0" % "1.4"
[org.scala-libs/scalajpa_2.8.0 "1.4"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.8.0

provided (2)

Group / Artifact Type Version
javax.persistence : persistence-api jar 1.0
geronimo-spec : geronimo-spec-jta jar 1.0-M1

test (4)

Group / Artifact Type Version
com.h2database : h2 jar 1.3.152
org.hibernate : hibernate-entitymanager jar 3.4.0.GA
org.specs2 : specs2_2.8.0 jar 1.5
ch.qos.logback : logback-classic jar 0.9.27

Project Modules

There are no modules declared in this project.

About

This project aims to provide an easy-to-use framework for JPA from your Scala code.

Patch Policy

Patches are gladly accepted from their original author.

Along with any patches, please state that the patch is your original work and that you license the work to the ScalaJPA project under the project's open source license.

Releasing

To build across all configured Scala versions, run

sbt '+ publish'

This will require a signing key and credentials to publish to staging at SonaType. In general, follow the instructions at http://central.sonatype.org/pages/producers.html.

License

Copyright © 2008-2016 Derek Chen-Becker

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Versions

Version
1.4
1.3
1.2