Class FieldImpl

  • All Implemented Interfaces:
    Field

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

    • Constructor Summary

      Constructors 
      Constructor Description
      FieldImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Field 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

      • FieldImpl

        public FieldImpl()
    • Method Detail

      • setName

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