1. MyBatis-Mapper resultType 정리 alias(별칭) Data Type(데이터 타입) string String date Date map Map hashmap HashMap list List arraylist ArrayList decimal BigDecimal bigdecimal BigDecimal biginteger BigInteger _byte byte _long long _short short _int int _integer int _double double _float float _boolean boolean _byte[] byte[] _long[] long[] _short[] short[] _int[] int[] _integer[] int[] _double[] double[]..