DaedaFusion Hibernate Utilities

Utility classes for dealing with Hibernate

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.daedafusion
ArtifactId

ArtifactId

hibernate-utils
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

DaedaFusion Hibernate Utilities
Utility classes for dealing with Hibernate
Project URL

Project URL

http://daedafusion.com
Source Code Management

Source Code Management

https://github.com/daedafusion/hibernate-utils.git

Download hibernate-utils

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.daedafusion : configuration-core jar 1.0
log4j : log4j jar 1.2.17

provided (2)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 4.3.8.Final
javax.servlet : servlet-api jar 2.5

test (3)

Group / Artifact Type Version
org.hibernate : hibernate-c3p0 jar 4.3.8.Final
org.hsqldb : hsqldb jar 2.3.2
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status

Coverage Status

hibernate-utils

Hibernate Utility Classes

  • HibernateSessionFactory -- Leveraging com.daedafusion:configuration-core
  • Transaction -- Basic transaction abstraction
  • DAO Pattern Classes
  • Servlet Filter for managing sessions

Maven

<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>hibernate-utils</artifactId>
    <version>1.0</version>
</dependency>
com.daedafusion

DaedaFusion

Versions

Version
1.0