momomo.com.platform.db.base.jpa.session

The absolute base of our database related hibernate session based jpa modules

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.momomo
ArtifactId

ArtifactId

momomo.com.platform.db.base.jpa.session
Last Version

Last Version

5.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

momomo.com.platform.db.base.jpa.session
The absolute base of our database related hibernate session based jpa modules
Project URL

Project URL

https://github.com/momomo
Source Code Management

Source Code Management

https://github.com/momomo/momomo.com.platform.db.base.jpa.session

Download momomo.com.platform.db.base.jpa.session

How to add to project

<!-- https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.db.base.jpa.session/ -->
<dependency>
    <groupId>com.momomo</groupId>
    <artifactId>momomo.com.platform.db.base.jpa.session</artifactId>
    <version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.db.base.jpa.session/
implementation 'com.momomo:momomo.com.platform.db.base.jpa.session:5.0.2'
// https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.db.base.jpa.session/
implementation ("com.momomo:momomo.com.platform.db.base.jpa.session:5.0.2")
'com.momomo:momomo.com.platform.db.base.jpa.session:jar:5.0.2'
<dependency org="com.momomo" name="momomo.com.platform.db.base.jpa.session" rev="5.0.2">
  <artifact name="momomo.com.platform.db.base.jpa.session" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.momomo', module='momomo.com.platform.db.base.jpa.session', version='5.0.2')
)
libraryDependencies += "com.momomo" % "momomo.com.platform.db.base.jpa.session" % "5.0.2"
[com.momomo/momomo.com.platform.db.base.jpa.session "5.0.2"]

Dependencies

compile (9)

Group / Artifact Type Version
com.momomo : momomo.com.platform.db.base.jpa jar 5.0.2
org.hibernate : hibernate-core jar 5.4.20.Final
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar 1.0.2.Final
org.hibernate : hibernate-entitymanager jar 5.4.20.Final
org.hibernate : hibernate-validator jar 6.1.5.Final
org.hibernate : hibernate-c3p0 jar 5.4.20.Final
org.hibernate : hibernate-ehcache jar 5.4.20.Final
org.hibernate : hibernate-jcache jar 5.4.20.Final
org.ehcache : ehcache jar 3.8.1

Project Modules

There are no modules declared in this project.
The absolute base of our database related jpa modules
Dependencies
Used by
Maven dependencies available on maven central search.maven.org
Dependency
<dependency>
  <groupId>com.momomo</groupId>
  <artifactId>momomo.com.platform.db.base.jpa</artifactId>
  <version>5.0.2</version>
</dependency>                                                      
Repository
<repository>
    <id>maven-central</id>
    <url>http://repo1.maven.org/maven2</url>
</repository>

Background

Provides classes and libraries to do JPA related things, and exists mostly to support functionality for other libraries / repositories and/or applications.

See our used by list at the top.

Our other, highlighted repositories
  • momomo.com.platform.Core Is essentially what makes the our the core of several of momomo.com's public releases and contains a bunch of Java utility.

  • momomo.com.platform.Lambda Contains a bunch of functional interfaces similar to Runnable, Supplier, Function, BiFunction, Consumer ... and so forth all packed in a easily accessed and understood intuitive pattern that are used plenty in our libraries. Lambda.V1E, Lambda.V2E, Lambda.R1E, Lambda.R2E, ...

  • momomo.com.platform.Return Intuitive library that makes it easier for you to return multiple, fully defined objects on the fly from any method, any time rather than being limited to the default maximum of one.

  • momomo.com.platform.Nanotime Allows for nanosecond time resolution when asking for time from Java Runtime in contrast with System.currentTimeMillis().

  • momomo.com.platform.db.transactional.Hibernate A library to execute database commands in transactions without having to use annotations based on Hibernate libraries. No Spring!

  • momomo.com.platform.db.transactional.Spring A library to execute database commands in transactions without having to use annotations based on Spring libraries.

Contribute

Send an email to opensource{at}momomo.com if you would like to contribute in any way, make changes or otherwise have thoughts and/or ideas on things to improve.

Versions

Version
5.0.2
5.0.1
2.1.9
2.1.8