Class TableOperationModel
java.lang.Object
org.eclipse.persistence.tools.dbws.OperationModel
org.eclipse.persistence.tools.dbws.TableOperationModel
-
Field Summary
Fields inherited from class org.eclipse.persistence.tools.dbws.OperationModel
attachmentType, binaryAttachment, isCollection, isSimpleXMLFormat, name, returnType, simpleXMLFormatTag, xmlTag
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOperation
(OperationModel additionalOperation) Add an operation to the List of additional (nested) operations for this TableOperationModelReturn the List of additional (nested) operations for this TableOperationModelboolean
void
setCatalogPattern
(String catalogPattern) void
setDbTables
(List<TableType> dbTables) void
setSchemaPattern
(String schemaPattern) void
setTablePattern
(String tablePattern) Methods inherited from class org.eclipse.persistence.tools.dbws.OperationModel
buildOperation, getAttachmentType, getBinaryAttachment, getIsSimpleXMLFormat, getName, getReturnType, getSimpleXMLFormatTag, getXmlTag, hasBuildSql, isBatchSQLOperation, isCollection, isProcedureOperation, isSimpleXMLFormat, isSQLOperation, setAttachmentType, setBinaryAttachment, setIsCollection, setIsSimpleXMLFormat, setName, setReturnType, setSimpleXMLFormatTag, setXmlTag
-
Field Details
-
catalogPattern
-
schemaPattern
-
tablePattern
-
additionalOperations
-
dbTables
-
-
Constructor Details
-
TableOperationModel
public TableOperationModel()
-
-
Method Details
-
isTableOperation
public boolean isTableOperation()- Overrides:
isTableOperation
in classOperationModel
-
getTablePattern
-
setTablePattern
-
getCatalogPattern
-
setCatalogPattern
-
getSchemaPattern
-
setSchemaPattern
-
getDbTables
-
setDbTables
-
getAdditionalOperations
Return the List of additional (nested) operations for this TableOperationModel -
addOperation
Add an operation to the List of additional (nested) operations for this TableOperationModel
-