Uses of Package
com.j256.ormlite.stmt.mapped

Packages that use com.j256.ormlite.stmt.mapped
com.j256.ormlite.stmt SQL statement generation and processing. 
com.j256.ormlite.stmt.mapped Compiled SQL query statements. 
 

Classes in com.j256.ormlite.stmt.mapped used by com.j256.ormlite.stmt
MappedPreparedStmt
          Mapped statement used by the StatementBuilder.prepareStatement() method.
 

Classes in com.j256.ormlite.stmt.mapped used by com.j256.ormlite.stmt.mapped
BaseMappedQuery
          Abstract mapped statement for queries which handle the creating of a new object and the row mapping functionality.
BaseMappedStatement
          Abstract mapped statement which has common statements used by the subclasses.
MappedCreate
          A mapped statement for creating a new instance of an object.
MappedDelete
          A mapped statement for deleting an object.
MappedQueryForId
          Mapped statement for querying for an object by its ID.
MappedRefresh
          Mapped statement for refreshing the fields in an object.
MappedUpdate
          Mapped statement for updating an object.
MappedUpdateId
          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.