Interface StatementType<T>
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
StatementTypeImpl
public interface StatementType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
This interface defines the contract for the
statementType xsd type-
Method Summary
Modifier and TypeMethodDescriptionReturns theprepared-statement-cache-sizeelementReturns thetrack-statementselementReturns thetrack-statementselementRemoves theshare-prepared-statementselementpreparedStatementCacheSize(Integer preparedStatementCacheSize) Sets theprepared-statement-cache-sizeelementRemoves theprepared-statement-cache-sizeelementRemoves theshare-prepared-statementselementRemoves thetrack-statementsattributeSets theshare-prepared-statementselementtrackStatements(String trackStatements) Sets thetrack-statementselementtrackStatements(TrackStatementsType trackStatements) Sets thetrack-statementselementMethods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
-
Method Details
-
trackStatements
Sets thetrack-statementselement- Parameters:
trackStatements- the value for the elementtrack-statements- Returns:
- the current instance of
StatementType
-
trackStatements
Sets thetrack-statementselement- Parameters:
trackStatements- the value for the elementtrack-statements- Returns:
- the current instance of
StatementType
-
getTrackStatements
TrackStatementsType getTrackStatements()Returns thetrack-statementselement- Returns:
- the value found for the element
track-statements
-
getTrackStatementsAsString
String getTrackStatementsAsString()Returns thetrack-statementselement- Returns:
- the value found for the element
track-statements
-
removeTrackStatements
StatementType<T> removeTrackStatements()Removes thetrack-statementsattribute- Returns:
- the current instance of
StatementType
-
preparedStatementCacheSize
Sets theprepared-statement-cache-sizeelement- Parameters:
preparedStatementCacheSize- the value for the elementprepared-statement-cache-size- Returns:
- the current instance of
StatementType
-
getPreparedStatementCacheSize
Integer getPreparedStatementCacheSize()Returns theprepared-statement-cache-sizeelement- Returns:
- the node defined for the element
prepared-statement-cache-size
-
removePreparedStatementCacheSize
StatementType<T> removePreparedStatementCacheSize()Removes theprepared-statement-cache-sizeelement- Returns:
- the current instance of
StatementType
-