Package | Description |
---|---|
org.jboss.datasources.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.datasources.impl |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
StatementType<XaDatasourceType<T>> |
XaDatasourceType.getOrCreateStatement()
If not already created, a new
statement element with the given value will be created. |
StatementType<DatasourceType<T>> |
DatasourceType.getOrCreateStatement()
If not already created, a new
statement element with the given value will be created. |
StatementType<T> |
StatementType.preparedStatementCacheSize(Integer preparedStatementCacheSize)
Sets the
prepared-statement-cache-size element |
StatementType<T> |
StatementType.removePreparedStatementCacheSize()
Removes the
prepared-statement-cache-size element |
StatementType<T> |
StatementType.removeSharePreparedStatements()
Removes the
share-prepared-statements element |
StatementType<T> |
StatementType.removeTrackStatements()
Removes the
track-statements attribute |
StatementType<T> |
StatementType.sharePreparedStatements()
Sets the
share-prepared-statements element |
StatementType<T> |
StatementType.trackStatements(String trackStatements)
Sets the
track-statements element |
StatementType<T> |
StatementType.trackStatements(TrackStatementsType trackStatements)
Sets the
track-statements element |
Modifier and Type | Class and Description |
---|---|
class |
StatementTypeImpl<T>
This class implements the
statementType xsd type |
Modifier and Type | Method and Description |
---|---|
StatementType<DatasourceType<T>> |
DatasourceTypeImpl.getOrCreateStatement()
If not already created, a new
statement element with the given value will be created. |
StatementType<XaDatasourceType<T>> |
XaDatasourceTypeImpl.getOrCreateStatement()
If not already created, a new
statement element with the given value will be created. |
StatementType<T> |
StatementTypeImpl.preparedStatementCacheSize(Integer preparedStatementCacheSize)
Sets the
prepared-statement-cache-size element |
StatementType<T> |
StatementTypeImpl.removePreparedStatementCacheSize()
Removes the
prepared-statement-cache-size element |
StatementType<T> |
StatementTypeImpl.removeSharePreparedStatements()
Removes the
share-prepared-statements element |
StatementType<T> |
StatementTypeImpl.removeTrackStatements()
Removes the
track-statements attribute |
StatementType<T> |
StatementTypeImpl.sharePreparedStatements()
Sets the
share-prepared-statements element |
StatementType<T> |
StatementTypeImpl.trackStatements(String trackStatements)
Sets the
track-statements element |
StatementType<T> |
StatementTypeImpl.trackStatements(TrackStatementsType trackStatements)
Sets the
track-statements element |
Copyright © 2014 JBoss by Red Hat. All rights reserved.