HK2 persistence

HK2 bindings for entity persistence

License

License

Categories

Categories

HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

com.expanset.hk2
ArtifactId

ArtifactId

hk2-persistence
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

HK2 persistence
HK2 bindings for entity persistence

Download hk2-persistence

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
com.expanset.utils : utils-common jar 1.0.1
com.expanset.hk2 : hk2-contrib jar 1.0.1
javax.transaction : javax.transaction-api jar 1.2
javax.interceptor : javax.interceptor-api jar 1.2
org.glassfish.hk2 : hk2 jar 2.4.0-b25
org.apache.commons : commons-lang3 jar 3.4
org.slf4j : slf4j-api jar 1.7.12
org.slf4j : jul-to-slf4j jar 1.7.12
commons-configuration : commons-configuration jar 1.10
com.google.code.findbugs : jsr305 jar 3.0.0

test (3)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.10.19
ch.qos.logback : logback-classic jar 1.1.3
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Expanset

Build Status

Expanset is a suite for a fast creation of Java web applications:

  • Simplified configuration.
  • Web application localization.
  • Supports simple database connection configuration.
  • Ability to transparent use of multiple databases.
  • Pluggable persistence engines (like JPA, Ormlite etc).
  • Ready to use authentication features (web forms authentication, basic authentication etc).
  • Ability to create web applications which can be used in servlet containers.
  • Ability to create standalone web applications without any external servlet container.
  • Number of Java annotations for using usual web applications features.

Project site expanset.com.

Found an issue or need help?

Yoy may register you issue in Github issue tracker or ask any question you like in Expanset User Google Group

Versions

Version
1.0.1
1.0.0