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

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

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

Subclasses of BaseMappedQuery in com.j256.ormlite.stmt.mapped
 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.
 



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