Class AbstractJdbcStoreConfigurationParser
java.lang.Object
org.infinispan.persistence.jdbc.common.configuration.AbstractJdbcStoreConfigurationParser
- All Implemented Interfaces:
ConfigurationParser
- Direct Known Subclasses:
JdbcStoreConfigurationParser
,SqlStoreConfigurationParser
public abstract class AbstractJdbcStoreConfigurationParser
extends Object
implements ConfigurationParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
handleCommonAttributes
(ConfigurationReader reader, AbstractJdbcStoreConfigurationBuilder<?, ?> builder, Attribute attribute, String value) protected boolean
handleCommonElement
(AbstractJdbcStoreConfigurationBuilder<?, ?> builder, Element element, ConfigurationReader reader) protected void
parseConnectionPoolAttributes
(ConfigurationReader reader, PooledConnectionFactoryConfigurationBuilder<?> builder) protected void
parseDataSourceAttributes
(ConfigurationReader reader, ManagedConnectionFactoryConfigurationBuilder<?> builder) protected void
parseSimpleConnectionAttributes
(ConfigurationReader reader, SimpleConnectionFactoryConfigurationBuilder<?> builder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.configuration.parsing.ConfigurationParser
getNamespaces, readAttribute, readElement
-
Constructor Details
-
AbstractJdbcStoreConfigurationParser
public AbstractJdbcStoreConfigurationParser()
-
-
Method Details
-
handleCommonAttributes
protected boolean handleCommonAttributes(ConfigurationReader reader, AbstractJdbcStoreConfigurationBuilder<?, ?> builder, Attribute attribute, String value) -
handleCommonElement
protected boolean handleCommonElement(AbstractJdbcStoreConfigurationBuilder<?, ?> builder, Element element, ConfigurationReader reader) -
parseDataSourceAttributes
protected void parseDataSourceAttributes(ConfigurationReader reader, ManagedConnectionFactoryConfigurationBuilder<?> builder) -
parseConnectionPoolAttributes
protected void parseConnectionPoolAttributes(ConfigurationReader reader, PooledConnectionFactoryConfigurationBuilder<?> builder) -
parseSimpleConnectionAttributes
protected void parseSimpleConnectionAttributes(ConfigurationReader reader, SimpleConnectionFactoryConfigurationBuilder<?> builder)
-