Class ModelWithBuildSql
java.lang.Object
org.eclipse.persistence.tools.dbws.OperationModel
org.eclipse.persistence.tools.dbws.ModelWithBuildSql
- Direct Known Subclasses:
ProcedureOperationModel
,SQLOperationModel
-
Field Summary
Fields inherited from class org.eclipse.persistence.tools.dbws.OperationModel
attachmentType, binaryAttachment, isCollection, isSimpleXMLFormat, name, returnType, simpleXMLFormatTag, xmlTag
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.persistence.tools.dbws.OperationModel
buildOperation, getAttachmentType, getBinaryAttachment, getIsSimpleXMLFormat, getName, getReturnType, getSimpleXMLFormatTag, getXmlTag, isBatchSQLOperation, isCollection, isProcedureOperation, isSimpleXMLFormat, isSQLOperation, isTableOperation, setAttachmentType, setBinaryAttachment, setIsCollection, setIsSimpleXMLFormat, setName, setReturnType, setSimpleXMLFormatTag, setXmlTag
-
Field Details
-
buildSql
-
-
Constructor Details
-
ModelWithBuildSql
public ModelWithBuildSql()
-
-
Method Details
-
getBuildSql
-
setBuildSql
-
hasBuildSql
public boolean hasBuildSql()- Overrides:
hasBuildSql
in classOperationModel
-