Uses of Class
org.infinispan.persistence.sql.configuration.SchemaJdbcConfigurationBuilder
-
Uses of SchemaJdbcConfigurationBuilder in org.infinispan.persistence.sql.configuration
Modifier and TypeFieldDescriptionprotected final SchemaJdbcConfigurationBuilder
<S> AbstractSchemaJdbcConfigurationBuilder.schemaBuilder
Modifier and TypeMethodDescriptionSchemaJdbcConfigurationBuilder.embeddedKey
(boolean embeddedKey) Whether the key column(s) should be also written into the value object.SchemaJdbcConfigurationBuilder.keyMessageName
(String keyMessageName) The protobuf message name to use to marshall the cache key to the database.SchemaJdbcConfigurationBuilder.messageName
(String messageName) The protobuf message name to use to marshall the cache entry to the database.SchemaJdbcConfigurationBuilder.packageName
(String packageName) Sets the package name to be used when determining which schemas are used withmessageName(String)
andkeyMessageName(String)
.AbstractSchemaJdbcConfigurationBuilder.schema()
AbstractSchemaJdbcConfigurationBuilder.schemaJdbcConfigurationBuilder()
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractSchemaJdbcConfigurationBuilder.schema()
instead