Class StructImpl

  • All Implemented Interfaces:
    Struct

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

    • Constructor Summary

      Constructors 
      Constructor Description
      StructImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Struct addField​(java.lang.String field)  
      Struct 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

      • StructImpl

        public StructImpl()
    • Method Detail

      • addField

        public Struct addField​(java.lang.String field)
        Specified by:
        addField in interface Struct
      • setName

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