Class SqlStoreConfigurationParser
java.lang.Object
org.infinispan.persistence.jdbc.common.configuration.AbstractJdbcStoreConfigurationParser
org.infinispan.persistence.sql.configuration.SqlStoreConfigurationParser
- All Implemented Interfaces:
ConfigurationParser
@MetaInfServices(ConfigurationParser.class)
public class SqlStoreConfigurationParser
extends AbstractJdbcStoreConfigurationParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreadElement(ConfigurationReader reader, ConfigurationBuilderHolder holder) The entry point of a configuration parser which gets passed aConfigurationReaderpositioned at a root element associated with the parser itself according to the registered mapping.Methods inherited from class AbstractJdbcStoreConfigurationParser
handleCommonAttributes, handleCommonElement, parseCDIDataSourceAttributes, parseConnectionPoolAttributes, parseDataSourceAttributes, parseSimpleConnectionAttributesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConfigurationParser
readAttribute
-
Constructor Details
-
SqlStoreConfigurationParser
public SqlStoreConfigurationParser()
-
-
Method Details
-
readElement
Description copied from interface:ConfigurationParserThe entry point of a configuration parser which gets passed aConfigurationReaderpositioned at a root element associated with the parser itself according to the registered mapping.- Parameters:
reader- the configuration stream readerholder- a holder object used by the parser to maintain state
-
getNamespaces
-