Package | Description |
---|---|
net.bluemind.core.container.service.internal |
Modifier and Type | Field and Description |
---|---|
static JdbcAbstractStore.Creator<Dummy> |
Dummy.CREATOR |
static ContainerStoreService.IItemFlagsProvider<Dummy> |
ContainerStoreServiceTests.DUMMY_FLAGS |
static JdbcAbstractStore.EntityPopulator<Dummy> |
Dummy.POPUL |
Modifier and Type | Method and Description |
---|---|
Dummy |
DummyStore.get(Item item) |
Dummy |
ThrowingStore.get(Item item) |
Modifier and Type | Method and Description |
---|---|
static JdbcAbstractStore.StatementValues<Dummy> |
Dummy.value(Item it) |
Modifier and Type | Method and Description |
---|---|
void |
DummyStore.create(Item item,
Dummy value) |
void |
ThrowingStore.create(Item item,
Dummy value) |
void |
DummyStore.update(Item item,
Dummy value) |
void |
ThrowingStore.update(Item item,
Dummy value) |
Copyright © 2021. All Rights Reserved.