Class AsideUpsert


  • public class AsideUpsert
    extends Object
    Author:
    Lang Empty aspect for placeholder here
    • Constructor Detail

      • AsideUpsert

        public AsideUpsert()
    • Method Detail

      • upsert

        public <T> T upsert​(org.aspectj.lang.ProceedingJoinPoint point)
                     throws Throwable
        Throws:
        Throwable
      • upsertAsync

        public <T> io.vertx.core.Future<T> upsertAsync​(org.aspectj.lang.ProceedingJoinPoint point)
                                                throws Throwable
        Throws:
        Throwable
      • upsertByCond

        public <T> T upsertByCond​(org.aspectj.lang.ProceedingJoinPoint point)
                           throws Throwable
        Throws:
        Throwable
      • upsertByCondAsync

        public <T> io.vertx.core.Future<T> upsertByCondAsync​(org.aspectj.lang.ProceedingJoinPoint point)
                                                      throws Throwable
        Throws:
        Throwable
      • upsertByPojo

        public <T> T upsertByPojo​(org.aspectj.lang.ProceedingJoinPoint point)
                           throws Throwable
        Throws:
        Throwable
      • upsertByPojoAsync

        public <T> io.vertx.core.Future<T> upsertByPojoAsync​(org.aspectj.lang.ProceedingJoinPoint point)
                                                      throws Throwable
        Throws:
        Throwable
      • upsertList

        public <T> List<T> upsertList​(org.aspectj.lang.ProceedingJoinPoint point)
                               throws Throwable
        Throws:
        Throwable
      • upsertListAsync

        public <T> io.vertx.core.Future<List<T>> upsertListAsync​(org.aspectj.lang.ProceedingJoinPoint point)
                                                          throws Throwable
        Throws:
        Throwable
      • upsertListFn

        public <T> List<T> upsertListFn​(org.aspectj.lang.ProceedingJoinPoint point)
                                 throws Throwable
        Throws:
        Throwable
      • upsertListFnAsync

        public <T> io.vertx.core.Future<List<T>> upsertListFnAsync​(org.aspectj.lang.ProceedingJoinPoint point)
                                                            throws Throwable
        Throws:
        Throwable
      • writeAsync

        protected <T,​R> T writeAsync​(List<CMessage> messages,
                                           org.aspectj.lang.ProceedingJoinPoint point)
      • logger

        protected io.vertx.up.log.Annal logger()
      • messageUniqueField

        protected CMessage messageUniqueField​(org.aspectj.lang.ProceedingJoinPoint point)
      • messageUniqueCond

        protected CMessage messageUniqueCond​(org.aspectj.lang.ProceedingJoinPoint point)
      • messageUniquePojo

        protected CMessage messageUniquePojo​(org.aspectj.lang.ProceedingJoinPoint point)
      • messageListField

        protected CMessage messageListField​(org.aspectj.lang.ProceedingJoinPoint point)
      • messageListCond

        protected CMessage messageListCond​(org.aspectj.lang.ProceedingJoinPoint point)
      • messageListPojo

        protected CMessage messageListPojo​(org.aspectj.lang.ProceedingJoinPoint point)
      • messageKey

        protected CMessage messageKey​(Object id,
                                      org.aspectj.lang.ProceedingJoinPoint point)
      • messagesCond

        protected List<CMessage> messagesCond​(org.aspectj.lang.ProceedingJoinPoint point)
      • messagesPojo

        protected List<CMessage> messagesPojo​(org.aspectj.lang.ProceedingJoinPoint point,
                                              int index)
      • messagesT

        protected List<CMessage> messagesT​(org.aspectj.lang.ProceedingJoinPoint point)
      • messages

        protected List<CMessage> messages​(Object args,
                                          org.aspectj.lang.ProceedingJoinPoint point)
      • executor

        protected L1Aside executor​(org.aspectj.lang.ProceedingJoinPoint point)