Uses of Class
org.infinispan.persistence.jdbc.common.configuration.Element
-
Packages that use Element Package Description org.infinispan.persistence.jdbc.common.configuration Common configuration for JDBC cache stores.org.infinispan.persistence.jdbc.configuration Configuration for the JDBC CacheStore. -
-
Uses of Element in org.infinispan.persistence.jdbc.common.configuration
Methods in org.infinispan.persistence.jdbc.common.configuration that return Element Modifier and Type Method Description static Element
Element. forName(String localName)
static Element
Element. valueOf(String name)
Returns the enum constant of this type with the specified name.static Element[]
Element. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.persistence.jdbc.common.configuration with parameters of type Element Modifier and Type Method Description protected boolean
AbstractJdbcStoreConfigurationParser. handleCommonElement(AbstractJdbcStoreConfigurationBuilder<?,?> builder, Element element, org.infinispan.commons.configuration.io.ConfigurationReader reader)
-
Uses of Element in org.infinispan.persistence.jdbc.configuration
Methods in org.infinispan.persistence.jdbc.configuration with parameters of type Element Modifier and Type Method Description protected void
JdbcStringBasedStoreConfigurationSerializer. writeJDBCStoreTable(org.infinispan.commons.configuration.io.ConfigurationWriter writer, Element element, TableManipulationConfiguration configuration)
-