Package com.ibatis.sqlmap.engine.mapper.matcher

Examples of com.ibatis.sqlmap.engine.mapper.matcher.Canonicalizer


    }
    return matchedNames;
  }

  private Map buildCanonicalMap(String[] properties) {
    return new Canonicalizer().buildCanonicalMap(properties);
  }
View Full Code Here

TOP

Related Classes of com.ibatis.sqlmap.engine.mapper.matcher.Canonicalizer

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.