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