Module org.eclipse.persistence.jpa
Interface MappedKeyMapAccessor
-
- All Known Implementing Classes:
CollectionAccessor,ElementCollectionAccessor,ManyToManyAccessor,OneToManyAccessor
public interface MappedKeyMapAccessorInterface class to define the common map mapping metadata.- Since:
- EclipseLink 1.2
- Author:
- Guy Pelletier
- See Also:
CollectionAccessor,ElementCollectionAccessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapKeyMetadatagetMapKey()INTERNAL:List<AssociationOverrideMetadata>getMapKeyAssociationOverrides()INTERNAL:List<AttributeOverrideMetadata>getMapKeyAttributeOverrides()INTERNAL:MetadataClassgetMapKeyClass()INTERNAL:MetadataClassgetMapKeyClassWithGenerics()INTERNAL:ColumnMetadatagetMapKeyColumn()INTERNAL:StringgetMapKeyConvert()INTERNAL:List<ConvertMetadata>getMapKeyConverts()INTERNAL:ForeignKeyMetadatagetMapKeyForeignKey()INTERNAL:List<JoinColumnMetadata>getMapKeyJoinColumns()INTERNAL:voidsetMapKeyClass(MetadataClass cls)INTERNAL:
-
-
-
Method Detail
-
getMapKeyAssociationOverrides
List<AssociationOverrideMetadata> getMapKeyAssociationOverrides()
INTERNAL:
-
getMapKeyAttributeOverrides
List<AttributeOverrideMetadata> getMapKeyAttributeOverrides()
INTERNAL:
-
getMapKey
MapKeyMetadata getMapKey()
INTERNAL:
-
getMapKeyClass
MetadataClass getMapKeyClass()
INTERNAL:
-
getMapKeyClassWithGenerics
MetadataClass getMapKeyClassWithGenerics()
INTERNAL:
-
getMapKeyConvert
String getMapKeyConvert()
INTERNAL:
-
getMapKeyConverts
List<ConvertMetadata> getMapKeyConverts()
INTERNAL:
-
getMapKeyColumn
ColumnMetadata getMapKeyColumn()
INTERNAL:
-
getMapKeyForeignKey
ForeignKeyMetadata getMapKeyForeignKey()
INTERNAL:
-
getMapKeyJoinColumns
List<JoinColumnMetadata> getMapKeyJoinColumns()
INTERNAL:
-
setMapKeyClass
void setMapKeyClass(MetadataClass cls)
INTERNAL:
-
-