Class AbstractUnmanagedConnectionFactoryConfiguration
java.lang.Object
org.infinispan.persistence.jdbc.common.configuration.AbstractUnmanagedConnectionFactoryConfiguration
- All Implemented Interfaces:
ConnectionFactoryConfiguration
- Direct Known Subclasses:
PooledConnectionFactoryConfiguration
,SimpleConnectionFactoryConfiguration
public abstract class AbstractUnmanagedConnectionFactoryConfiguration
extends Object
implements ConnectionFactoryConfiguration
-
Field Summary
Modifier and TypeFieldDescriptionprotected AttributeSet
static final AttributeDefinition
<String> static final AttributeDefinition
<String> static final AttributeDefinition
<String> static final AttributeDefinition
<String> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeSet
boolean
int
hashCode()
password()
toString()
username()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.infinispan.persistence.jdbc.common.configuration.ConnectionFactoryConfiguration
attributes, connectionFactoryClass
-
Field Details
-
USERNAME
-
PASSWORD
-
DRIVER
-
CONNECTION_URL
-
attributes
-
-
Constructor Details
-
AbstractUnmanagedConnectionFactoryConfiguration
-
-
Method Details