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

        public Writer buildCreationWriter​(org.eclipse.persistence.internal.sessions.AbstractSession session,
                                          Writer writer)
        INTERNAL: Return the create table statement.
        Overrides:
        buildCreationWriter in class TableDefinition
      • getAdditonal

        public String getAdditonal()
        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.