Uses of Class
com.j256.ormlite.stmt.mapped.BaseMappedStatement

Packages that use BaseMappedStatement
com.j256.ormlite.stmt.mapped Compiled SQL query statements. 
 

Uses of BaseMappedStatement in com.j256.ormlite.stmt.mapped
 

Subclasses of BaseMappedStatement in com.j256.ormlite.stmt.mapped
 class BaseMappedQuery<T,ID>
          Abstract mapped statement for queries which handle the creating of a new object and the row mapping functionality.
 class MappedCreate<T,ID>
          A mapped statement for creating a new instance of an object.
 class MappedDelete<T,ID>
          A mapped statement for deleting an object.
 class MappedDeleteCollection<T,ID>
          A mapped statement for deleting objects that correspond to a collection of IDs.
 class MappedPreparedStmt<T,ID>
          Mapped statement used by the StatementBuilder.prepareStatement() method.
 class MappedQueryForId<T,ID>
          Mapped statement for querying for an object by its ID.
 class MappedRefresh<T,ID>
          Mapped statement for refreshing the fields in an object.
 class MappedUpdate<T,ID>
          Mapped statement for updating an object.
 class MappedUpdateId<T,ID>
          Mapped statement for updating an object's ID field.
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.