- getConfiguration() - Method in class com.nimbusds.infinispan.persistence.sql.SQLStore
-
Returns the SQL store configuration.
- getCreateTableStatement() - Method in interface com.nimbusds.infinispan.persistence.sql.SQLRecordTransformer
-
Returns the SQL statement to create a table for the entries.
- getDataSource() - Method in interface com.nimbusds.infinispan.persistence.sql.query.SQLQueryExecutorInitContext
-
Returns the configured SQL data source.
- getDataSource() - Method in class com.nimbusds.infinispan.persistence.sql.SQLStore
-
Returns the underlying SQL data source.
- getFields() - Method in class com.nimbusds.infinispan.persistence.sql.ImmutableSQLRecord
-
- getFields() - Method in interface com.nimbusds.infinispan.persistence.sql.SQLRecord
-
Returns the fields for the SQL record.
- getKeyColumns() - Method in class com.nimbusds.infinispan.persistence.sql.ImmutableSQLRecord
-
- getKeyColumns() - Method in interface com.nimbusds.infinispan.persistence.sql.SQLRecord
-
Returns the column names that serve as keys for the SQL record.
- getLocalName() - Method in enum com.nimbusds.infinispan.persistence.sql.config.Attribute
-
Gets the local name of this attribute.
- getLocalName() - Method in enum com.nimbusds.infinispan.persistence.sql.config.Element
-
Gets the local name of this element.
- getNamespaces() - Method in class com.nimbusds.infinispan.persistence.sql.config.SQLStoreConfigurationParser22
-
- getQueryExecutor() - Method in class com.nimbusds.infinispan.persistence.sql.SQLStore
-
- getQueryExecutorClass() - Method in class com.nimbusds.infinispan.persistence.sql.config.SQLStoreConfiguration
-
Returns the optional class for executing direct SQL queries against
the database.
- getRecordTransformerClass() - Method in class com.nimbusds.infinispan.persistence.sql.config.SQLStoreConfiguration
-
Returns the class for transforming between Infinispan entries (key /
value pairs and optional metadata) and a corresponding SQL record.
- getSQLDialect() - Method in class com.nimbusds.infinispan.persistence.sql.config.SQLStoreConfiguration
-
Returns the configured SQL dialect.
- getSQLDialect() - Method in interface com.nimbusds.infinispan.persistence.sql.query.SQLQueryExecutorInitContext
-
Returns the configured SQL dialect.
- getSQLRecordTransformer() - Method in interface com.nimbusds.infinispan.persistence.sql.query.SQLQueryExecutorInitContext
-
Returns the configured SQL record transformer.
- getTableName() - Method in interface com.nimbusds.infinispan.persistence.sql.SQLRecordTransformer
-
Returns the associated SQL table name.