|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
FieldType and appends the SQL necessary to create the field to the string builder.
DatabaseType classes that provide the per-database type functionality to create
tables and build queries.SelectIterator for the class with a jdbcTemplate an the default mapped query for all
statement.
SelectIterator for the class with a jdbcTemplate and mapped statement.
Callable class inside of a transaction.
CloseableIterator.Log interface by delegating to the Apache commons logging
classes via reflection.Number object to its primitive object suitable for assigning to an ID field.
DatabaseType for the database URL.
FieldType or null if the field does not have a DatabaseField annotation.
SimpleDataSource associated with the databaseUrl and optional userName and
password.
DatabaseField annotation.DatabaseTable annotation.FieldType and adds the necessary statements to the before and after lists necessary so that the
dropping of the table will succeed and will clear other associated sequences or other database artifacts
DatabaseField annotation and the associated Field in the
class.FieldType.createFieldType(com.j256.ormlite.db.DatabaseType, java.lang.String, java.lang.reflect.Field) to instantiate one of these field if you have a Field.
Field that may have either a DatabaseField annotation
or the javax.persistence annotations.
DatabaseField.columnName() or from Field.getName().
DatabaseField.defaultValue() or null if none.
DatabaseField.width().
FieldConverter to associate with the FieldType.
DatabaseField.columnName() or from Field.getName().
DatabaseField annotations, you need to inject the table
configuration.
TableInfo associated with the foreign object if the DatabaseField.foreign() annotation
was set to true or null if none.
FieldType.isGeneratedIdSequence() is false.
JdbcType associated with this.
DatabaseField.width().
DatabaseField.canBeNull().
DataSource.
Iterable interface for the class and allows you to iterate through the objects in the
table using SQL.
Dao.iterator() but with a PreparedQuery parameter.
Dao.iterator(PreparedQuery) except it returns a RawResults object associated with the SQL select
query argument.
PreparedStatement object which we delegate to.ResultSet object which we delegate to.Log interface so we can bypass external logging classes if they are not available.Log interface by delegating to Apache Log4j via
reflection.Log interface and provides {} argument features like slf4j.Logger instances.JdbcType associated with the class argument or JdbcType.UNKNOWN if not
found.
JdbcType associated with the SQL type value or JdbcType.UNKNOWN if
JdbcType.UNKNOWN not found.
DatabaseAccess.queryForOne(java.lang.String, java.lang.Object[], int[], com.j256.ormlite.stmt.GenericRowMapper) if more than one result was found by the query
FieldType associated with the columnName.
QueryBuilder.prepareQuery() which supports custom queries.PreparedQuery object which then can be used by Dao.query(PreparedQuery) and
Dao.iterator(PreparedQuery) methods.
PreparedQuery.
PreparedQuery.
QueryBuilder object which allows you to build a custom query.
PreparedQuery.
PreparedQuery or null if none.
PreparedQuery.
Dao.queryForAllRaw(java.lang.String) or Dao.iteratorRaw(java.lang.String) which handles each result as a
String[].DatabaseField annotation in the class.
Where object on the query.
DataSource interface that supports what is needed by ORMLite.DataSource.DataSource.
Where object that should be used to add SQL where clauses to the statement.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||