Uses of Interface
org.jboss.jca.embedded.dsl.datasources11.api.StatementType
-
Packages that use StatementType Package Description org.jboss.jca.embedded.dsl.datasources11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.datasources11.impl Provides the implementation classes as defined in the schema -
-
Uses of StatementType in org.jboss.jca.embedded.dsl.datasources11.api
Methods in org.jboss.jca.embedded.dsl.datasources11.api that return StatementType Modifier and Type Method Description StatementType<DatasourceType<T>>DatasourceType. getOrCreateStatement()If not already created, a newstatementelement with the given value will be created.StatementType<XaDatasourceType<T>>XaDatasourceType. getOrCreateStatement()If not already created, a newstatementelement with the given value will be created.StatementType<T>StatementType. preparedStatementCacheSize(Integer preparedStatementCacheSize)Sets theprepared-statement-cache-sizeelementStatementType<T>StatementType. removePreparedStatementCacheSize()Removes theprepared-statement-cache-sizeelementStatementType<T>StatementType. removeSharePreparedStatements()Removes theshare-prepared-statementselementStatementType<T>StatementType. removeTrackStatements()Removes thetrack-statementsattributeStatementType<T>StatementType. sharePreparedStatements()Sets theshare-prepared-statementselementStatementType<T>StatementType. trackStatements(String trackStatements)Sets thetrack-statementselementStatementType<T>StatementType. trackStatements(TrackStatementsType trackStatements)Sets thetrack-statementselement -
Uses of StatementType in org.jboss.jca.embedded.dsl.datasources11.impl
Classes in org.jboss.jca.embedded.dsl.datasources11.impl that implement StatementType Modifier and Type Class Description classStatementTypeImpl<T>This class implements thestatementTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return StatementType Modifier and Type Method Description StatementType<DatasourceType<T>>DatasourceTypeImpl. getOrCreateStatement()If not already created, a newstatementelement with the given value will be created.StatementType<XaDatasourceType<T>>XaDatasourceTypeImpl. getOrCreateStatement()If not already created, a newstatementelement with the given value will be created.StatementType<T>StatementTypeImpl. preparedStatementCacheSize(Integer preparedStatementCacheSize)Sets theprepared-statement-cache-sizeelementStatementType<T>StatementTypeImpl. removePreparedStatementCacheSize()Removes theprepared-statement-cache-sizeelementStatementType<T>StatementTypeImpl. removeSharePreparedStatements()Removes theshare-prepared-statementselementStatementType<T>StatementTypeImpl. removeTrackStatements()Removes thetrack-statementsattributeStatementType<T>StatementTypeImpl. sharePreparedStatements()Sets theshare-prepared-statementselementStatementType<T>StatementTypeImpl. trackStatements(String trackStatements)Sets thetrack-statementselementStatementType<T>StatementTypeImpl. trackStatements(TrackStatementsType trackStatements)Sets thetrack-statementselement
-