public class DomainStore extends AbstractItemValueStore<Domain>
AbstractItemValueStore.ItemV<T>
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>
datasource
Constructor and Description |
---|
DomainStore(javax.sql.DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
void |
create(Item item,
Domain value) |
void |
delete(Item item) |
void |
deleteAll() |
java.lang.String |
findByNameOrAliases(java.lang.String name) |
Domain |
get(Item item) |
void |
update(Item item,
Domain 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 void create(Item item, Domain value) throws java.sql.SQLException
java.sql.SQLException
public void update(Item item, Domain 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.lang.String findByNameOrAliases(java.lang.String name) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.