License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.polyforms |
ArtifactId | ArtifactIdpolyforms-repository |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRepository
Implementation of <ahref="http://www.martinfowler.com/eaaCatalog/repository.html"> repository pattern</a> base on JPA 2.0.
|
Project Organization |
Project OrganizationPolyforms Framework |
Filename | Size |
---|---|
polyforms-repository-0.8.1.pom | |
polyforms-repository-0.8.1.jar | 58 KB |
polyforms-repository-0.8.1-sources.jar | 32 KB |
polyforms-repository-0.8.1-javadoc.jar | 237 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.persistence : javax.persistence | jar | 2.0.3 |
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 |