public class VNoteStore extends AbstractItemValueStore<VNote>
AbstractItemValueStore.ItemV<T>
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>
datasource
Constructor and Description |
---|
VNoteStore(javax.sql.DataSource pool,
Container container) |
Modifier and Type | Method and Description |
---|---|
void |
create(Item item,
VNote note) |
void |
delete(Item item) |
void |
deleteAll() |
VNote |
get(Item item) |
java.util.List<java.lang.Long> |
sortedIds(SortDescriptor sorted) |
void |
update(Item item,
VNote value) |
getMultiple, join
batchInsert, 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, update
public VNoteStore(javax.sql.DataSource pool, Container container)
public void create(Item item, VNote note) throws java.sql.SQLException
java.sql.SQLException
public void update(Item item, VNote value) throws java.sql.SQLException
java.sql.SQLException
public void delete(Item item) throws java.sql.SQLException
java.sql.SQLException
public void deleteAll() throws java.sql.SQLException
java.sql.SQLException
public java.util.List<java.lang.Long> sortedIds(SortDescriptor sorted) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2023. All Rights Reserved.