Module eclipselink

Class TypeTableDefinition

    • Field Detail

      • typeName

        protected String typeName
        The name of the type that this table is of.
      • additional

        protected String additional
    • Constructor Detail

      • TypeTableDefinition

        public TypeTableDefinition()
    • Method Detail

      • buildCreationWriter

        @Deprecated(forRemoval=true,
                    since="4.0.9")
        public Writer buildCreationWriter​(org.eclipse.persistence.internal.sessions.AbstractSession session,
                                          Writer writer)
        Deprecated, for removal: This API element is subject to removal in a future version.
        INTERNAL: Return the create table statement.
        Overrides:
        buildCreationWriter in class TableDefinition
      • getAdditonal

        @Deprecated(forRemoval=true,
                    since="4.0.9")
        public String getAdditonal()
        Deprecated, for removal: This API element is subject to removal in a future version.
        PUBLIC: The name of the type that this table is of.
      • getAdditional

        public String getAdditional()
        PUBLIC: The name of the type that this table is of.
      • getTypeName

        public String getTypeName()
        PUBLIC: The name of the type that this table is of.
      • setAdditional

        public void setAdditional​(String additional)
        PUBLIC: The name of the type that this table is of.
      • setTypeName

        public void setTypeName​(String typeName)
        PUBLIC: The name of the type that this table is of.