Class DatabaseMiscLogEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Long client  
      private java.util.Calendar date  
      private java.lang.String message  
      private java.lang.Long server  
      private java.lang.Long user  
    • Constructor Summary

      Constructors 
      Constructor Description
      DatabaseMiscLogEntry​(java.lang.Long server, java.lang.Long client, java.lang.Long user, java.lang.String message)  
    • Field Detail

      • date

        private final java.util.Calendar date
      • server

        private final java.lang.Long server
      • client

        private final java.lang.Long client
      • user

        private final java.lang.Long user
      • message

        private final java.lang.String message
    • Constructor Detail

      • DatabaseMiscLogEntry

        public DatabaseMiscLogEntry​(java.lang.Long server,
                                    java.lang.Long client,
                                    java.lang.Long user,
                                    java.lang.String message)
    • Method Detail

      • getMapping

        public java.util.Map<java.lang.Object,​java.lang.Object> getMapping()
        Specified by:
        getMapping in class DatabaseLogEntry
        Returns:
        parameters for mybatis SQL statement
      • getMappingIdentifier

        public java.lang.String getMappingIdentifier()
        Specified by:
        getMappingIdentifier in class DatabaseLogEntry
        Returns:
        identifier for mybatis SQL statement