Coder Social home page Coder Social logo

jgcomptech / javaultimatetools-databases Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 12 KB

A Large Repository Of Awesome Scripts For Java. Includes a complete JDBC and Hibernate toolset.

License: Other

database hibernate jdbc jdbc-driver jdbc-database sqlbuilder

javaultimatetools-databases's Introduction

JavaUltimateTools Databases v2.0.0

Build Status CircleCI Language grade: Java Maven Central Javadocs

Java Ultimate Tools Databases allows for easier connection to databases. It contains the following:

  • Hibernate Tools - Allows for easier use of Hibernate without all the overhead and boilerplate code usually required to get Hibernate working.
  • DatabaseTools - Contains tools to communicate with a database using JDBC. The goal behind this class is to allow connection with the database and creation of auto-generated SQL statements so manually creating native SQL code is not needed. This includes initial table creation which is not normally included in most database frameworks.
  • SQL Statement Builders - Allows for using methods instead of native SQL code to generate Prepared Statements
  • And Much More!

NOTE: This Project Has Now Been Updated To Use Java 11!!!

NOTE: This project used to be merged with the JavaUltimateTools project but, to allow for ease of development process and the ability to update each section sepeately, it made sense to create seperate libraries. This project has a dependancy on the JavaUltimateTools base library and, if using a package manager, will be auto-imported.

Development

Want to contribute? Great! Any help with development is greatly appreciated. If you want to add something or fix any issues please submit a pull request and if it is helpful it may be merged. Please check out our Code of Conduct for Contributors.

Documentation

The documentation for JUT is currently a work in progress and new changes will be occurring soon. To access the documentation site go to: https://javatools.jgcomptech.com. If you would like to view the JavaDoc info, it is hosted at github.io(Current GitHub Branch) and at javadoc.io(Current Maven Release). The github.io version is what is stored in the doc folder in the project.

Download

Download v2.0.0

The changelog can be found here

Using with Maven

If you are familiar with Maven, add the following XML fragments into your pom.xml file. With those settings, your Maven will automatically download our library into your local Maven repository, since our libraries are synchronized with the Maven central repository.

<dependencies>
   <dependency>
      <groupId>com.jgcomptech.tools</groupId>
     <artifactId>java-ultimate-tools-databases</artifactId>
     <version>2.0.0</version>
   </dependency>
</dependencies>

License

Creative Commons License

JavaUltimateTools by J&G CompTech is licensed under a Creative Commons Attribution 4.0 International License.

©2020 J&G CompTech

javaultimatetools-databases's People

Contributors

jlgager24 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.