Class MapKeyImpl

  • All Implemented Interfaces:
    MapKey

    public class MapKeyImpl
    extends MetadataImpl<MapKeyMetadata>
    implements MapKey
    JPA scripting API implementation.
    Since:
    EclipseLink 2.5.1
    Author:
    Guy Pelletier
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      MapKeyImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MapKey setName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapKeyImpl

        public MapKeyImpl()
    • Method Detail

      • setName

        public MapKey setName​(java.lang.String name)
        Specified by:
        setName in interface MapKey