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
ConstructorsConstructorDescriptionINTERNAL: Used for XML loading.PLSQLParameterMetadata(MetadataAnnotation storedProcedureParameter, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionbooleanINTERNAL:INTERNAL: Used for OX mapping.protected DatabaseTypegetDatabaseTypeEnum(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.inthashCode()voidprocess(PLSQLStoredProcedureCall call, boolean functionReturn) INTERNAL:protected voidsetDatabaseFieldSettings(DatabaseField field, MetadataProject project) INTERNAL: set the project level settings on the database fieldsvoidsetDatabaseType(String databaseType) INTERNAL: Used for OX mapping.voidsetDirection(String direction) INTERNAL: Used for OX mapping.voidINTERNAL: Used for OX mapping.voidINTERNAL: Used for OX mapping.voidsetOptional(Boolean optional) INTERNAL: Used for OX mapping.voidsetPrecision(Integer precision) INTERNAL: Used for OX mapping.voidsetQueryParameter(String queryParameter) INTERNAL: Used for OX mapping.voidINTERNAL: 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:
equalsin 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:
getDatabaseTypeEnumin 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.
-