Module org.eclipse.persistence.jpa
Class PLSQLParameterMetadata
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL:
Object to hold onto a PLSQL parameter meta-data.
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals method.
- all metadata mapped from XML should be initialized in the initXMLObject
method.
- when loading from annotations, the constructor accepts the metadata
accessor this metadata was loaded from. Used it to look up any
'companion' annotation needed for processing.
- methods should be preserved in alphabetical order.
- Since:
- EclipseLink 2.3
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project
-
Constructor Summary
ConstructorDescriptionINTERNAL: Used for XML loading.PLSQLParameterMetadata
(MetadataAnnotation storedProcedureParameter, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionboolean
INTERNAL:INTERNAL: Used for OX mapping.protected DatabaseType
getDatabaseTypeEnum
(String type) Return the DataType enum constant for the String type name.INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.getName()
INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.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 fieldsvoid
setDatabaseType
(String databaseType) INTERNAL: Used for OX mapping.void
setDirection
(String direction) INTERNAL: Used for OX mapping.void
INTERNAL: Used for OX mapping.void
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
INTERNAL: Used for OX mapping.Methods inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
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, valuesMatch
-
Constructor Details
-
PLSQLParameterMetadata
public PLSQLParameterMetadata()INTERNAL: Used for XML loading. -
PLSQLParameterMetadata
public PLSQLParameterMetadata(MetadataAnnotation storedProcedureParameter, MetadataAccessor accessor) INTERNAL: Used for annotation loading.
-
-
Method Details
-
equals
INTERNAL:- Specified by:
equals
in classORMetadata
-
hashCode
public int hashCode() -
getDatabaseType
INTERNAL: Used for OX mapping. -
getDatabaseTypeEnum
Return the DataType enum constant for the String type name. If type is not a JDBCType, OraclePLSQLType, PLSQLCursor or a ComplexMetadataType, the type will be wrapped in a PLSQLrecord.- Overrides:
getDatabaseTypeEnum
in classORMetadata
-
getDirection
INTERNAL: Used for OX mapping. -
getLength
INTERNAL: Used for OX mapping. -
getName
INTERNAL: Used for OX mapping. -
getOptional
INTERNAL: Used for OX mapping. -
getPrecision
INTERNAL: Used for OX mapping. -
getQueryParameter
INTERNAL: Used for OX mapping. -
getScale
INTERNAL: Used for OX mapping. -
process
INTERNAL: -
setDatabaseFieldSettings
INTERNAL: set the project level settings on the database fields -
setDatabaseType
INTERNAL: Used for OX mapping. -
setDirection
INTERNAL: Used for OX mapping. -
setLength
INTERNAL: Used for OX mapping. -
setName
INTERNAL: Used for OX mapping. -
setOptional
INTERNAL: Used for OX mapping. -
setPrecision
INTERNAL: Used for OX mapping. -
setQueryParameter
INTERNAL: Used for OX mapping. -
setScale
INTERNAL: Used for OX mapping.
-