Uses of Class
org.infinispan.persistence.jdbc.common.configuration.Attribute
-
Packages that use Attribute Package Description org.infinispan.persistence.jdbc.common.configuration Common configuration for JDBC cache stores. -
-
Uses of Attribute in org.infinispan.persistence.jdbc.common.configuration
Methods in org.infinispan.persistence.jdbc.common.configuration that return Attribute Modifier and Type Method Description static AttributeAttribute. forName(String localName)static AttributeAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static Attribute[]Attribute. 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 Attribute Modifier and Type Method Description protected booleanAbstractJdbcStoreConfigurationParser. handleCommonAttributes(AbstractJdbcStoreConfigurationBuilder<?,?> builder, Attribute attribute, String value)
-