com.j256.ormlite.stmt.mapped
Class MappedDelete<T,ID>

java.lang.Object
  extended by com.j256.ormlite.stmt.mapped.BaseMappedStatement<T,ID>
      extended by com.j256.ormlite.stmt.mapped.MappedDelete<T,ID>

public class MappedDelete<T,ID>
extends BaseMappedStatement<T,ID>

A mapped statement for deleting an object.

Author:
graywatson

Field Summary
 
Fields inherited from class com.j256.ormlite.stmt.mapped.BaseMappedStatement
argFieldTypes, idField, logger, statement, tableInfo
 
Method Summary
static
<T,ID> MappedDelete<T,ID>
build(DatabaseType databaseType, TableInfo<T,ID> tableInfo)
           
 
Methods inherited from class com.j256.ormlite.stmt.mapped.BaseMappedStatement
convertIdToFieldObject, delete, extractIdToFieldObject, getFieldObjects, getStatement, insert, toString, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

build

public static <T,ID> MappedDelete<T,ID> build(DatabaseType databaseType,
                                              TableInfo<T,ID> tableInfo)
                                throws SQLException
Throws:
SQLException


Copyright © 2011. All Rights Reserved.