Package 

Object AuditLogTable

  • All Implemented Interfaces:
    edu.wgu.osmt.db.BaseTable , org.jetbrains.exposed.sql.DdlAware , org.jetbrains.exposed.sql.FieldSet

    
    public class AuditLogTable
    extends LongIdTable implements BaseTable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Column<LocalDateTime> getCreationDate()
      final Column<String> getUser()
      final Column<String> getOperationType()
      final Column<String> getTargetTableName()
      final Column<Long> getEntityId()
      final Column<String> getChangedFields()
      • Methods inherited from class org.jetbrains.exposed.sql.Table

        autoGenerate, autoIncrement, autoinc, binary, binary, blob, bool, byte, char, char, check, check, clientDefault, createStatement, crossJoin, customEnumeration, decimal, default, defaultExpression, describe, double, dropStatement, entityId, entityId, entityId, enumeration, enumerationByName, equals, float, fullJoin, getAutoIncColumn, getColumns, getDdl, getIndices, getTableName, hashCode, index, index, index, innerJoin, integer, join, leftJoin, long, modifyStatement, nameInDatabaseCase, nullable, optReference, optReference, optReferenceByIdColumn, primaryKey, reference, reference, referenceByIdColumn, references, references, referencesById, registerColumn, replaceColumn, rightJoin, short, text, uniqueIndex, uniqueIndex, uniqueIndex, uuid, varchar
      • Methods inherited from class org.jetbrains.exposed.sql.ColumnSet

        getFields, getSource, slice, slice
      • Methods inherited from class org.jetbrains.exposed.dao.id.LongIdTable

        getId, getPrimaryKey
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait