public class DeviceStore extends AbstractItemValueStore<Device>
AbstractItemValueStore.ItemV<T>JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>datasource, logger| Constructor and Description | 
|---|
DeviceStore(javax.sql.DataSource dataSource,
           Container container)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
byIdentifier(java.lang.String identifier)  | 
void | 
create(Item item,
      Device value)  | 
void | 
delete(Item item)  | 
void | 
deleteAll()  | 
Device | 
get(Item item)  | 
java.util.List<Device> | 
getWipedDevice()  | 
void | 
update(Item item,
      Device value)  | 
getMultiple, joinbatchInsert, batchInsert, delete, doOrContinue, doOrFail, getConnection, insert, insert, insert, insert, insertAndReturn, insertWithSerial, inTransaction, lastInsertId, select, select, select, staticInTransaction, unique, unique, unique, unique, update, update, update, update, updatepublic DeviceStore(javax.sql.DataSource dataSource,
                   Container container)
public void create(Item item, Device value) throws java.sql.SQLException
java.sql.SQLExceptionpublic void update(Item item, Device value) throws java.sql.SQLException
java.sql.SQLExceptionpublic void delete(Item item) throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteAll()
               throws java.sql.SQLException
java.sql.SQLExceptionpublic java.util.List<Device> getWipedDevice() throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String byIdentifier(java.lang.String identifier)
                              throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2021. All Rights Reserved.