Module org.eclipse.persistence.jpa
Class SecondaryTableMetadata
java.lang.Object
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL:
Object to hold onto a secondary table metadata in a TopLink database table.
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals 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:
- TopLink EJB 3.0 Reference Implementation
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
m_project -
Constructor Summary
ConstructorsConstructorDescriptionINTERNAL: Used for XML loading.SecondaryTableMetadata(MetadataAnnotation secondaryTable, MetadataAccessor accessor) INTERNAL: Used for annotation loading. -
Method Summary
Modifier and TypeMethodDescriptionbooleanINTERNAL:INTERNAL:INTERNAL:INTERNAL: Used for OX mapping.INTERNAL: Used for OX mapping.INTERNAL:inthashCode()voidinitXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:voidINTERNAL: Process any primary key foreign key specification for this table.voidsetPrimaryKeyForeignKey(PrimaryKeyForeignKeyMetadata primaryKeyForeignKey) INTERNAL: Used for OX mapping.voidsetPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata> primaryKeyJoinColumns) INTERNAL: Used for OX mapping.Methods inherited from class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
getCatalog, getCreationSuffix, getDatabaseTable, getIndexes, getName, getSchema, getUniqueConstraints, processCreationSuffix, processIndexes, processUniqueConstraints, setCatalog, setCreationSuffix, setDatabaseTable, setFullyQualifiedTableName, setIndexes, setName, setSchema, setUniqueConstraints, setUseDelimitersMethods inherited from class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
getAccessibleObject, getAccessibleObjectName, getAnnotation, getBoxedType, getDatabaseTypeEnum, getEntityMappings, getFullyQualifiedClassName, getIdentifier, getJavaClass, getJavaClassName, getLoader, getLocation, getLogger, getMetadataClass, getMetadataClass, getMetadataClass, getMetadataFactory, getName, getPrimitiveClassForName, getProject, getText, getXMLElement, hasIdentifier, hasText, initXMLClassName, initXMLObject, initXMLObjects, initXMLTextObject, loadedFromAnnotation, loadedFromEclipseLinkXML, loadedFromXML, merge, mergeORObjectLists, mergeORObjects, mergeSimpleObjects, reloadEntity, reloadMappedSuperclass, setAccessibleObject, setEntityMappings, setFieldName, setFieldName, setProject, shouldOverride, valuesMatch, valuesMatch
-
Constructor Details
-
SecondaryTableMetadata
public SecondaryTableMetadata()INTERNAL: Used for XML loading. -
SecondaryTableMetadata
INTERNAL: Used for annotation loading.
-
-
Method Details
-
equals
INTERNAL:- Overrides:
equalsin classTableMetadata
-
hashCode
public int hashCode()- Overrides:
hashCodein classTableMetadata
-
getCatalogContext
INTERNAL:- Overrides:
getCatalogContextin classTableMetadata
-
getNameContext
INTERNAL:- Overrides:
getNameContextin classTableMetadata
-
getPrimaryKeyForeignKey
INTERNAL: Used for OX mapping. -
getPrimaryKeyJoinColumns
INTERNAL: Used for OX mapping. -
getSchemaContext
INTERNAL:- Overrides:
getSchemaContextin classTableMetadata
-
initXMLObject
public void initXMLObject(MetadataAccessibleObject accessibleObject, XMLEntityMappings entityMappings) INTERNAL:- Overrides:
initXMLObjectin classTableMetadata
-
processForeignKey
public void processForeignKey()INTERNAL: Process any primary key foreign key specification for this table.- Overrides:
processForeignKeyin classTableMetadata
-
setPrimaryKeyForeignKey
INTERNAL: Used for OX mapping. -
setPrimaryKeyJoinColumns
INTERNAL: Used for OX mapping.
-