Package com.skyline.energy.annotation

Examples of com.skyline.energy.annotation.GenericTable


            throw new DaoGenerateException("@BatchParam can only on an array");
          }

        }
        if (GenericTable.class.equals(annotationType)) {
          GenericTable genericTable = (GenericTable) annotation;
          int order = genericTable.index();
          genericIndexes = CommonUtils.addElemToArray(genericIndexes, index, order);
        }
      }
    }
  }
View Full Code Here

TOP

Related Classes of com.skyline.energy.annotation.GenericTable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.