Skip navigation links

Package org.skife.jdbi.v2.sqlobject

SQL Objects

See: Description

Package org.skife.jdbi.v2.sqlobject Description

SQL Objects

The sql objects API allows for declarative definition of interfaces which will handle the generation of sql statements and queries on your behalf when needed. Take the following interface:

public interface TheBasics {

Copyright © 2014. All rights reserved.