Package io.dialob.client.pgsql
Class PgSqlDialobStore
- java.lang.Object
-
- io.dialob.client.spi.store.PersistenceCommands
-
- io.dialob.client.spi.DialobStoreTemplate
-
- io.dialob.client.pgsql.PgSqlDialobStore
-
- All Implemented Interfaces:
DialobStore,DialobStoreConfig.Commands
public class PgSqlDialobStore extends DialobStoreTemplate implements DialobStore
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPgSqlDialobStore.Builder-
Nested classes/interfaces inherited from interface io.dialob.client.api.DialobStore
DialobStore.CreateStoreEntity, DialobStore.DeleteStoreEntity, DialobStore.DialobCreds, DialobStore.DialobCredsSupplier, DialobStore.EmptyCommand, DialobStore.QueryBuilder, DialobStore.StoreCommand, DialobStore.StoreEntity, DialobStore.StoreExceptionMsg, DialobStore.StoreRepoBuilder, DialobStore.StoreState, DialobStore.UpdateStoreEntity
-
-
Field Summary
-
Fields inherited from class io.dialob.client.spi.store.PersistenceCommands
config
-
-
Constructor Summary
Constructors Constructor Description PgSqlDialobStore(DialobStoreConfig config)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PgSqlDialobStore.Builderbuilder()-
Methods inherited from class io.dialob.client.spi.DialobStoreTemplate
batch, create, delete, getHeadName, getRepoName, query, repo, update
-
Methods inherited from class io.dialob.client.spi.store.PersistenceCommands
convertMessages, convertMessages1, convertMessages2, delete, get, getConfig, getEntityFromState, getEntityState, save, save
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.dialob.client.api.DialobStore
batch, create, delete, getHeadName, getRepoName, query, repo, update
-
-
-
-
Constructor Detail
-
PgSqlDialobStore
public PgSqlDialobStore(DialobStoreConfig config)
-
-
Method Detail
-
builder
public static PgSqlDialobStore.Builder builder()
-
-