API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.persistance.query
Author(s)
Since
Version
Serial
Description
This handles the DB queries (implementation code), uses the net.jot.db.* code under the hood.
See also:   
JOTDBQueryImpl View Source Implementation of The Query Interface for an SQL database.
Handle all the SQL CRUD functions Transforms DB java objects into actual SQL queries string and back.
JOTFSQueryImpl View Source Implementation of The Query Interface for an the JOT FSDB database.
Handle all the CRUD functions We use an "index" file to speed up things and cleanup data file during vacuum Does not support transactions.
JOTQueryInterface View Source Interface to query implementations
The query Implementations provide backend specific support for executing search querries for Models.
JOTQueryManager View Source Low(medium) level database access Usually you would rather use JOTMOdel methods or the JOTQueryBuilder unless you want to make a completely manual SQL query
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar