Interface WingsJournalTable

  • All Implemented Interfaces:
    pro.fessional.wings.faceless.database.jooq.WingsAliasTable

    
    public interface WingsJournalTable<T>
     implements WingsAliasTable<T>
                        
    Since:

    2020-08-12

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Map<Field<out Object>, out Object> markDelete(JournalService.Journal commit)
      Condition getOnlyDied()
      Condition getOnlyLive()
      Condition onlyDied(Condition cond) Combine other condition with `and onlyDiedData`
      Condition onlyLive(Condition cond) Combine other condition with `and onlyLiveData`
      • Methods inherited from class pro.fessional.wings.faceless.database.jooq.WingsAliasTable

        getAliasTable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onlyDied

        @NotNull() Condition onlyDied(Condition cond)

        Combine other condition with `and onlyDiedData`

        Parameters:
        cond - other condition
        Returns:

        Condition

      • onlyLive

        @NotNull() Condition onlyLive(Condition cond)

        Combine other condition with `and onlyLiveData`

        Parameters:
        cond - other condition
        Returns:

        Condition