Repository

Implementation of <ahref="http://www.martinfowler.com/eaaCatalog/repository.html"> repository pattern</a> base on JPA 2.0.

License

License

Categories

Categories

ORM Data
GroupId

GroupId

org.polyforms
ArtifactId

ArtifactId

polyforms-repository
Last Version

Last Version

0.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

Repository
Implementation of <ahref="http://www.martinfowler.com/eaaCatalog/repository.html"> repository pattern</a> base on JPA 2.0.
Project Organization

Project Organization

Polyforms Framework

Download polyforms-repository

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.4
javax.inject : javax.inject jar 1
aopalliance : aopalliance jar 1.0
org.springframework : spring-core jar 3.1.0.RELEASE
org.polyforms : polyforms-util jar 0.8.1
org.springframework : spring-context Optional jar 3.1.0.RELEASE

provided (1)

Group / Artifact Type Version
org.eclipse.persistence : javax.persistence jar 2.0.3

test (12)

Group / Artifact Type Version
junit : junit jar 4.10
org.easymock : easymock jar 3.1
org.slf4j : slf4j-simple jar 1.6.4
org.polyforms : polyforms-di jar 0.8.1
org.springframework : spring-orm jar 3.1.0.RELEASE
org.springframework : spring-test jar 3.1.0.RELEASE
org.springframework : spring-instrument jar 3.1.0.RELEASE
org.eclipse.persistence : eclipselink jar 2.3.2
org.apache.openjpa : openjpa jar 2.1.1
org.hibernate : hibernate-entitymanager jar 3.6.9.Final
org.liquibase : liquibase-core jar 2.0.3
org.hsqldb : hsqldb-j5 jar 2.2.4

Project Modules

There are no modules declared in this project.
org.polyforms

Polyforms Framework

Versions

Version
0.8.1
0.8
0.7
0.6.1
0.6
0.5
0.4