|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.datasources.impl.StatementTypeImpl<T>
public class StatementTypeImpl<T>
This class implements the statementType
xsd type
Constructor Summary | |
---|---|
StatementTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
StatementTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
Method Summary | |
---|---|
Integer |
getPreparedStatementCacheSize()
Returns the prepared-statement-cache-size element |
TrackStatementsType |
getTrackStatements()
Returns the track-statements element |
String |
getTrackStatementsAsString()
Returns the track-statements element |
Boolean |
isSharePreparedStatements()
Removes the share-prepared-statements element |
StatementType<T> |
preparedStatementCacheSize(Integer preparedStatementCacheSize)
Sets the prepared-statement-cache-size element |
StatementType<T> |
removePreparedStatementCacheSize()
Removes the prepared-statement-cache-size element |
StatementType<T> |
removeSharePreparedStatements()
Removes the share-prepared-statements element |
StatementType<T> |
removeTrackStatements()
Removes the track-statements attribute |
StatementType<T> |
sharePreparedStatements()
Sets the share-prepared-statements element |
StatementType<T> |
trackStatements(String trackStatements)
Sets the track-statements element |
StatementType<T> |
trackStatements(TrackStatementsType trackStatements)
Sets the track-statements element |
T |
up()
Returns the parent of this Child |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public StatementTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public StatementType<T> trackStatements(TrackStatementsType trackStatements)
track-statements
element
trackStatements
in interface StatementType<T>
trackStatements
- the value for the element track-statements
StatementType
public StatementType<T> trackStatements(String trackStatements)
track-statements
element
trackStatements
in interface StatementType<T>
trackStatements
- the value for the element track-statements
StatementType
public TrackStatementsType getTrackStatements()
track-statements
element
getTrackStatements
in interface StatementType<T>
track-statements
public String getTrackStatementsAsString()
track-statements
element
getTrackStatementsAsString
in interface StatementType<T>
track-statements
public StatementType<T> removeTrackStatements()
track-statements
attribute
removeTrackStatements
in interface StatementType<T>
StatementType
public StatementType<T> preparedStatementCacheSize(Integer preparedStatementCacheSize)
prepared-statement-cache-size
element
preparedStatementCacheSize
in interface StatementType<T>
preparedStatementCacheSize
- the value for the element prepared-statement-cache-size
StatementType
public Integer getPreparedStatementCacheSize()
prepared-statement-cache-size
element
getPreparedStatementCacheSize
in interface StatementType<T>
prepared-statement-cache-size
public StatementType<T> removePreparedStatementCacheSize()
prepared-statement-cache-size
element
removePreparedStatementCacheSize
in interface StatementType<T>
StatementType
public StatementType<T> sharePreparedStatements()
share-prepared-statements
element
sharePreparedStatements
in interface StatementType<T>
StatementType
public Boolean isSharePreparedStatements()
share-prepared-statements
element
isSharePreparedStatements
in interface StatementType<T>
StatementType
public StatementType<T> removeSharePreparedStatements()
share-prepared-statements
element
removeSharePreparedStatements
in interface StatementType<T>
StatementType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |