Interface Table


  • public interface Table
    JPA scripting API implementation.
    Author:
    Guy Pelletier
    Since:
    EclipseLink 2.5.1
    • Method Detail

      • addIndex

        Index addIndex()
      • setCatalog

        Table setCatalog​(java.lang.String catalog)
      • setCreationSuffix

        Table setCreationSuffix​(java.lang.String creationSuffix)
      • setName

        Table setName​(java.lang.String name)
      • setSchema

        Table setSchema​(java.lang.String schema)