Scala JPA Utility Framework

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

Лицензия

Лицензия

Категории

Категории

Scala Языки программирования
Группа

Группа

org.scala-libs
Идентификатор

Идентификатор

scalajpa
Последняя версия

Последняя версия

1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Scala JPA Utility Framework
This module provides some basic classes to simplify using JPA (Java Persistence) under Scala.
Организация-разработчик

Организация-разработчик

Derek Chen-Becker
Система контроля версий

Система контроля версий

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

Скачать scalajpa

Имя Файла Размер
scalajpa-1.1.pom
scalajpa-1.1.jar 22 KB
scalajpa-1.1-sources.jar 10 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.7.4

provided (2)

Идентификатор библиотеки Тип Версия
javax.persistence : persistence-api jar 1.0
geronimo-spec : geronimo-spec-jta jar 1.0-M1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.4
org.specs : specs jar 1.2.5

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.1
1.0