momomo.com.platform.DB.base.jpa
momomo.com.platform.DB.base.jpa.session
momomo.com.platform.DB.base.transactional.Hibernate
momomo.com.platform.DB.base.transactional.Spring
momomo.com.example.app.Crypto.based.on.hibernate.libraries
momomo.com.example.app.Crypto.based.on.spring.libraries
Maven dependencies available on maven central search.maven.org
<dependency>
<groupId>com.momomo</groupId>
<artifactId>m.platform.DB.base</artifactId>
<version>5.0.2</version>
</dependency>
<repository>
<id>maven-central</id>
<url>http://repo1.maven.org/maven2</url>
</repository>
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 offunctional interfaces
similar toRunnable
,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.Obj
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 withSystem.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.
Provides a ton of classes and libraries to do JDBC related things, and exists mostly to support functionality for other libraries / repositories and/or applications.
See our used by list at the top.
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.