org.jsimpledb.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsimpledb-main Show documentation
Show all versions of jsimpledb-main Show documentation
JSimpleDB classes that map Java model classes onto the core API.
The newest version!
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
/**
* Abstraction layer allowing access to a {@link org.jsimpledb.core.Database} using normal Java objects.
*
* @see org.jsimpledb.JSimpleDB
* @see org.jsimpledb.core.Database
* @see The JSimpleDB Project
*/
package org.jsimpledb;