public class PLSQLParameterMetadata extends ORMetadata
m_project| Constructor and Description |
|---|
PLSQLParameterMetadata()
INTERNAL:
Used for XML loading.
|
PLSQLParameterMetadata(MetadataAnnotation storedProcedureParameter,
MetadataAccessor accessor)
INTERNAL:
Used for annotation loading.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
INTERNAL:
|
String |
getDatabaseType()
INTERNAL:
Used for OX mapping.
|
protected DatabaseType |
getDatabaseTypeEnum(String type)
Return the DataType enum constant for the String type name.
|
String |
getDirection()
INTERNAL:
Used for OX mapping.
|
Integer |
getLength()
INTERNAL:
Used for OX mapping.
|
String |
getName()
INTERNAL:
Used for OX mapping.
|
Boolean |
getOptional()
INTERNAL:
Used for OX mapping.
|
Integer |
getPrecision()
INTERNAL:
Used for OX mapping.
|
String |
getQueryParameter()
INTERNAL:
Used for OX mapping.
|
Integer |
getScale()
INTERNAL:
Used for OX mapping.
|
int |
hashCode() |
void |
process(PLSQLStoredProcedureCall call,
boolean functionReturn)
INTERNAL:
|
protected void |
setDatabaseFieldSettings(DatabaseField field,
MetadataProject project)
INTERNAL:
set the project level settings on the database fields
|
void |
setDatabaseType(String databaseType)
INTERNAL:
Used for OX mapping.
|
void |
setDirection(String direction)
INTERNAL:
Used for OX mapping.
|
void |
setLength(Integer length)
INTERNAL:
Used for OX mapping.
|
void |
setName(String name)
INTERNAL:
Used for OX mapping.
|
void |
setOptional(Boolean optional)
INTERNAL:
Used for OX mapping.
|
void |
setPrecision(Integer precision)
INTERNAL:
Used for OX mapping.
|
void |
setQueryParameter(String queryParameter)
INTERNAL:
Used for OX mapping.
|
void |
setScale(Integer scale)
INTERNAL:
Used for OX mapping.
|
getAccessibleObject, getAccessibleObjectName, getAnnotation, getBoxedType, getEntityMappings, getFullyQualifiedClassName, getIdentifier, getJavaClass, getJavaClassName, getLoader, getLocation, getLogger, getMetadataClass, getMetadataClass, getMetadataClass, getMetadataFactory, getName, getPrimitiveClassForName, getProject, getText, getXMLElement, hasIdentifier, hasText, initXMLClassName, initXMLObject, initXMLObject, initXMLObjects, initXMLTextObject, loadedFromAnnotation, loadedFromEclipseLinkXML, loadedFromXML, merge, mergeORObjectLists, mergeORObjects, mergeSimpleObjects, reloadEntity, reloadMappedSuperclass, setAccessibleObject, setEntityMappings, setFieldName, setFieldName, setProject, shouldOverride, valuesMatch, valuesMatchpublic PLSQLParameterMetadata()
public PLSQLParameterMetadata(MetadataAnnotation storedProcedureParameter, MetadataAccessor accessor)
public boolean equals(Object objectToCompare)
equals in class ORMetadatapublic String getDatabaseType()
protected DatabaseType getDatabaseTypeEnum(String type)
getDatabaseTypeEnum in class ORMetadatapublic String getDirection()
public Integer getLength()
public String getName()
public Boolean getOptional()
public Integer getPrecision()
public String getQueryParameter()
public Integer getScale()
public void process(PLSQLStoredProcedureCall call, boolean functionReturn)
protected void setDatabaseFieldSettings(DatabaseField field, MetadataProject project)
public void setDatabaseType(String databaseType)
public void setDirection(String direction)
public void setLength(Integer length)
public void setName(String name)
public void setOptional(Boolean optional)
public void setPrecision(Integer precision)
public void setQueryParameter(String queryParameter)
public void setScale(Integer scale)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.