Coder Social home page Coder Social logo

endlessworld / activejdbc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dessalines/activejdbc

0.0 0.0 0.0 8.87 MB

ActiveJDBC is a fast and lean Java ORM

Home Page: http://javalite.io

License: Apache License 2.0

Shell 0.08% Java 97.11% HTML 0.05% PLpgSQL 0.17% SQLPL 0.32% PLSQL 2.26%

activejdbc's Introduction

tchoulihan's no-instrument ActiveJDBC - โ€” ActiveRecord for Java

This is a fork of the ActiveJDBC for java, that doesn't require any instrumentation, and is usable with a simple maven dependency.

<dependency>
	<groupId>com.github.tchoulihan</groupId>
	<artifactId>activejdbc</artifactId>
	<version>1.4.20</version>
	<exclusions>
		<exclusion>
			<groupId>opensymphony</groupId>
			<artifactId>oscache</artifactId>
		</exclusion>
	</exclusions>
</dependency>

Setup a sample table(its best to put all the tables in a class called Tables.java)

@Table("User")
public static class User extends Model {}
public static final User USER = new User();

Use JDBC for that table:

import static com....Tables.*;
User user = USER.findFirst("id = ?", userId);

And use the constant USER for all activities, including .find, or .createit ...

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.