SYMBOL INDEX (2745 symbols across 409 files) FILE: all/mapper/src/main/java/tk/mybatis/mapper/ApiInfo.java class ApiInfo (line 8) | public class ApiInfo { FILE: base/src/main/java/tk/mybatis/mapper/common/BaseMapper.java type BaseMapper (line 42) | @tk.mybatis.mapper.annotation.RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/ConditionMapper.java type ConditionMapper (line 36) | @tk.mybatis.mapper.annotation.RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/ExampleMapper.java type ExampleMapper (line 35) | @tk.mybatis.mapper.annotation.RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/IdsMapper.java type IdsMapper (line 36) | @tk.mybatis.mapper.annotation.RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/Mapper.java type Mapper (line 37) | @tk.mybatis.mapper.annotation.RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/Marker.java type Marker (line 33) | public interface Marker { FILE: base/src/main/java/tk/mybatis/mapper/common/MySqlMapper.java type MySqlMapper (line 36) | @tk.mybatis.mapper.annotation.RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/RowBoundsMapper.java type RowBoundsMapper (line 40) | @tk.mybatis.mapper.annotation.RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/SaveMapper.java type SaveMapper (line 12) | public interface SaveMapper { method save (line 20) | @InsertProvider(type = SaveProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/SqlServerMapper.java type SqlServerMapper (line 37) | @tk.mybatis.mapper.annotation.RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/base/BaseDeleteMapper.java type BaseDeleteMapper (line 37) | @RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/base/BaseInsertMapper.java type BaseInsertMapper (line 37) | @RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/base/BaseSelectMapper.java type BaseSelectMapper (line 36) | @RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/base/BaseUpdateMapper.java type BaseUpdateMapper (line 37) | @RegisterMapper FILE: base/src/main/java/tk/mybatis/mapper/common/base/delete/DeleteByPrimaryKeyMapper.java type DeleteByPrimaryKeyMapper (line 37) | @RegisterMapper method deleteByPrimaryKey (line 46) | @DeleteProvider(type = BaseDeleteProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/delete/DeleteMapper.java type DeleteMapper (line 37) | @RegisterMapper method delete (line 46) | @DeleteProvider(type = BaseDeleteProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/insert/InsertMapper.java type InsertMapper (line 37) | @RegisterMapper method insert (line 46) | @InsertProvider(type = BaseInsertProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/insert/InsertSelectiveMapper.java type InsertSelectiveMapper (line 37) | @RegisterMapper method insertSelective (line 46) | @InsertProvider(type = BaseInsertProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/select/ExistsWithPrimaryKeyMapper.java type ExistsWithPrimaryKeyMapper (line 37) | @RegisterMapper method existsWithPrimaryKey (line 46) | @SelectProvider(type = BaseSelectProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/select/SelectAllMapper.java type SelectAllMapper (line 36) | @RegisterMapper method selectAll (line 44) | @SelectProvider(type = BaseSelectProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/select/SelectByPrimaryKeyMapper.java type SelectByPrimaryKeyMapper (line 43) | @RegisterMapper method selectByPrimaryKey (line 52) | @SelectProvider(type = BaseSelectProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/select/SelectCountMapper.java type SelectCountMapper (line 37) | @RegisterMapper method selectCount (line 46) | @SelectProvider(type = BaseSelectProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/select/SelectMapper.java type SelectMapper (line 39) | @RegisterMapper method select (line 48) | @SelectProvider(type = BaseSelectProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/select/SelectOneMapper.java type SelectOneMapper (line 37) | @RegisterMapper method selectOne (line 46) | @SelectProvider(type = BaseSelectProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/update/UpdateByPrimaryKeyMapper.java type UpdateByPrimaryKeyMapper (line 37) | @RegisterMapper method updateByPrimaryKey (line 46) | @UpdateProvider(type = BaseUpdateProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/base/update/UpdateByPrimaryKeySelectiveMapper.java type UpdateByPrimaryKeySelectiveMapper (line 37) | @RegisterMapper method updateByPrimaryKeySelective (line 46) | @UpdateProvider(type = BaseUpdateProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/condition/DeleteByConditionMapper.java type DeleteByConditionMapper (line 37) | @RegisterMapper method deleteByCondition (line 46) | @DeleteProvider(type = ConditionProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/condition/SelectByConditionMapper.java type SelectByConditionMapper (line 38) | @tk.mybatis.mapper.annotation.RegisterMapper method selectByCondition (line 47) | @SelectProvider(type = ConditionProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/condition/SelectCountByConditionMapper.java type SelectCountByConditionMapper (line 36) | @tk.mybatis.mapper.annotation.RegisterMapper method selectCountByCondition (line 45) | @SelectProvider(type = ConditionProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/condition/UpdateByConditionMapper.java type UpdateByConditionMapper (line 37) | @tk.mybatis.mapper.annotation.RegisterMapper method updateByCondition (line 47) | @UpdateProvider(type = ConditionProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/condition/UpdateByConditionSelectiveMapper.java type UpdateByConditionSelectiveMapper (line 37) | @tk.mybatis.mapper.annotation.RegisterMapper method updateByConditionSelective (line 47) | @UpdateProvider(type = ConditionProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/example/DeleteByExampleMapper.java type DeleteByExampleMapper (line 36) | @tk.mybatis.mapper.annotation.RegisterMapper method deleteByExample (line 45) | @DeleteProvider(type = ExampleProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/example/SelectByExampleMapper.java type SelectByExampleMapper (line 38) | @tk.mybatis.mapper.annotation.RegisterMapper method selectByExample (line 47) | @SelectProvider(type = ExampleProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/example/SelectCountByExampleMapper.java type SelectCountByExampleMapper (line 36) | @tk.mybatis.mapper.annotation.RegisterMapper method selectCountByExample (line 45) | @SelectProvider(type = ExampleProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/example/SelectOneByExampleMapper.java type SelectOneByExampleMapper (line 36) | @tk.mybatis.mapper.annotation.RegisterMapper method selectOneByExample (line 45) | @SelectProvider(type = ExampleProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/example/UpdateByExampleMapper.java type UpdateByExampleMapper (line 37) | @tk.mybatis.mapper.annotation.RegisterMapper method updateByExample (line 47) | @UpdateProvider(type = ExampleProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/example/UpdateByExampleSelectiveMapper.java type UpdateByExampleSelectiveMapper (line 37) | @tk.mybatis.mapper.annotation.RegisterMapper method updateByExampleSelective (line 47) | @UpdateProvider(type = ExampleProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/ids/DeleteByIdsMapper.java type DeleteByIdsMapper (line 36) | @tk.mybatis.mapper.annotation.RegisterMapper method deleteByIds (line 45) | @DeleteProvider(type = IdsProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/ids/SelectByIdsMapper.java type SelectByIdsMapper (line 38) | @tk.mybatis.mapper.annotation.RegisterMapper method selectByIds (line 47) | @SelectProvider(type = IdsProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/progressive/ProgressiveMapper.java type ProgressiveMapper (line 21) | @RegisterMapper method handleRecordProgressive (line 31) | default void handleRecordProgressive(Consumer consumer) throws NoSu... method deleteAllProgressive (line 61) | default void deleteAllProgressive() throws NoSuchFieldException, Illeg... method getParameterType (line 87) | default Class getParameterType() { method getParameterizedType (line 102) | default ParameterizedType getParameterizedType(Type[] rawClassGenericI... method getMinimumId (line 118) | default Long getMinimumId() throws NoSuchFieldException, IllegalAccess... method getMaxId (line 141) | default Long getMaxId() throws NoSuchFieldException, IllegalAccessExce... FILE: base/src/main/java/tk/mybatis/mapper/common/rowbounds/SelectByConditionRowBoundsMapper.java type SelectByConditionRowBoundsMapper (line 39) | @tk.mybatis.mapper.annotation.RegisterMapper method selectByConditionAndRowBounds (line 49) | @SelectProvider(type = ConditionProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/rowbounds/SelectByExampleRowBoundsMapper.java type SelectByExampleRowBoundsMapper (line 39) | @tk.mybatis.mapper.annotation.RegisterMapper method selectByExampleAndRowBounds (line 49) | @SelectProvider(type = ExampleProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/rowbounds/SelectRowBoundsMapper.java type SelectRowBoundsMapper (line 39) | @tk.mybatis.mapper.annotation.RegisterMapper method selectByRowBounds (line 49) | @SelectProvider(type = BaseSelectProvider.class, method = "dynamicSQL") FILE: base/src/main/java/tk/mybatis/mapper/common/special/InsertListMapper.java type InsertListMapper (line 39) | @tk.mybatis.mapper.annotation.RegisterMapper method insertList (line 48) | @Options(useGeneratedKeys = true) FILE: base/src/main/java/tk/mybatis/mapper/common/special/InsertUseGeneratedKeysMapper.java type InsertUseGeneratedKeysMapper (line 37) | @tk.mybatis.mapper.annotation.RegisterMapper method insertUseGeneratedKeys (line 46) | @Options(useGeneratedKeys = true) FILE: base/src/main/java/tk/mybatis/mapper/common/sqlserver/InsertMapper.java type InsertMapper (line 37) | @tk.mybatis.mapper.annotation.RegisterMapper method insert (line 46) | @Options(useGeneratedKeys = true) FILE: base/src/main/java/tk/mybatis/mapper/common/sqlserver/InsertSelectiveMapper.java type InsertSelectiveMapper (line 37) | @tk.mybatis.mapper.annotation.RegisterMapper method insertSelective (line 40) | @Options(useGeneratedKeys = true) FILE: base/src/main/java/tk/mybatis/mapper/provider/ConditionProvider.java class ConditionProvider (line 36) | public class ConditionProvider extends MapperTemplate { method ConditionProvider (line 40) | public ConditionProvider(Class mapperClass, MapperHelper mapperHelp... method selectCountByCondition (line 51) | public String selectCountByCondition(MappedStatement ms) { method deleteByCondition (line 61) | public String deleteByCondition(MappedStatement ms) { method selectByCondition (line 72) | public String selectByCondition(MappedStatement ms) { method selectByConditionAndRowBounds (line 82) | public String selectByConditionAndRowBounds(MappedStatement ms) { method updateByConditionSelective (line 92) | public String updateByConditionSelective(MappedStatement ms) { method updateByCondition (line 102) | public String updateByCondition(MappedStatement ms) { FILE: base/src/main/java/tk/mybatis/mapper/provider/ExampleProvider.java class ExampleProvider (line 39) | public class ExampleProvider extends MapperTemplate { method ExampleProvider (line 41) | public ExampleProvider(Class mapperClass, MapperHelper mapperHelper) { method selectCountByExample (line 51) | public String selectCountByExample(MappedStatement ms) { method deleteByExample (line 70) | public String deleteByExample(MappedStatement ms) { method selectByExample (line 100) | public String selectByExample(MappedStatement ms) { method selectByExampleAndRowBounds (line 124) | public String selectByExampleAndRowBounds(MappedStatement ms) { method updateByExampleSelective (line 134) | public String updateByExampleSelective(MappedStatement ms) { method updateByExample (line 156) | public String updateByExample(MappedStatement ms) { method selectOneByExample (line 178) | public String selectOneByExample(MappedStatement ms) { FILE: base/src/main/java/tk/mybatis/mapper/provider/IdsProvider.java class IdsProvider (line 44) | public class IdsProvider extends MapperTemplate { method IdsProvider (line 46) | public IdsProvider(Class mapperClass, MapperHelper mapperHelper) { method deleteByIds (line 56) | public String deleteByIds(MappedStatement ms) { method selectByIds (line 78) | public String selectByIds(MappedStatement ms) { FILE: base/src/main/java/tk/mybatis/mapper/provider/SaveProvider.java class SaveProvider (line 16) | public class SaveProvider extends MapperTemplate { method SaveProvider (line 19) | public SaveProvider(Class mapperClass, MapperHelper mapperHelper) { method save (line 28) | public String save(MappedStatement ms){ method updateByPrimaryKey (line 56) | public String updateByPrimaryKey(MappedStatement ms) { method insert (line 65) | public String insert(MappedStatement ms) { method processKey (line 98) | private void processKey(StringBuilder sql, Class entityClass, Mappe... FILE: base/src/main/java/tk/mybatis/mapper/provider/SpecialProvider.java class SpecialProvider (line 41) | public class SpecialProvider extends MapperTemplate { method SpecialProvider (line 43) | public SpecialProvider(Class mapperClass, MapperHelper mapperHelper) { method insertList (line 52) | public String insertList(MappedStatement ms) { method insertUseGeneratedKeys (line 84) | public String insertUseGeneratedKeys(MappedStatement ms) { FILE: base/src/main/java/tk/mybatis/mapper/provider/SqlServerProvider.java class SqlServerProvider (line 38) | public class SqlServerProvider extends MapperTemplate { method SqlServerProvider (line 40) | public SqlServerProvider(Class mapperClass, MapperHelper mapperHelp... method insert (line 49) | public String insert(MappedStatement ms) { method insertSelective (line 69) | public String insertSelective(MappedStatement ms) { FILE: base/src/main/java/tk/mybatis/mapper/provider/base/BaseDeleteProvider.java class BaseDeleteProvider (line 40) | public class BaseDeleteProvider extends MapperTemplate { method BaseDeleteProvider (line 42) | public BaseDeleteProvider(Class mapperClass, MapperHelper mapperHel... method delete (line 52) | public String delete(MappedStatement ms) { method deleteByPrimaryKey (line 78) | public String deleteByPrimaryKey(MappedStatement ms) { FILE: base/src/main/java/tk/mybatis/mapper/provider/base/BaseInsertProvider.java class BaseInsertProvider (line 39) | public class BaseInsertProvider extends MapperTemplate { method BaseInsertProvider (line 41) | public BaseInsertProvider(Class mapperClass, MapperHelper mapperHel... method insert (line 45) | public String insert(MappedStatement ms) { method insertSelective (line 83) | public String insertSelective(MappedStatement ms) { method processKey (line 135) | private void processKey(StringBuilder sql, Class entityClass, Mappe... FILE: base/src/main/java/tk/mybatis/mapper/provider/base/BaseSelectProvider.java class BaseSelectProvider (line 37) | public class BaseSelectProvider extends MapperTemplate { method BaseSelectProvider (line 39) | public BaseSelectProvider(Class mapperClass, MapperHelper mapperHel... method selectOne (line 49) | public String selectOne(MappedStatement ms) { method select (line 66) | public String select(MappedStatement ms) { method selectByRowBounds (line 84) | public String selectByRowBounds(MappedStatement ms) { method selectByPrimaryKey (line 93) | public String selectByPrimaryKey(MappedStatement ms) { method selectCount (line 110) | public String selectCount(MappedStatement ms) { method existsWithPrimaryKey (line 125) | public String existsWithPrimaryKey(MappedStatement ms) { method selectAll (line 140) | public String selectAll(MappedStatement ms) { FILE: base/src/main/java/tk/mybatis/mapper/provider/base/BaseUpdateProvider.java class BaseUpdateProvider (line 37) | public class BaseUpdateProvider extends MapperTemplate { method BaseUpdateProvider (line 39) | public BaseUpdateProvider(Class mapperClass, MapperHelper mapperHel... method updateByPrimaryKey (line 48) | public String updateByPrimaryKey(MappedStatement ms) { method updateByPrimaryKeySelective (line 63) | public String updateByPrimaryKeySelective(MappedStatement ms) { FILE: base/src/test/java/tk/mybatis/mapper/base/BaseTest.java class BaseTest (line 46) | public abstract class BaseTest { method init (line 49) | @Before method configMapperHelper (line 67) | protected void configMapperHelper() { method runSql (line 86) | protected void runSql(Reader reader) { method getConfig (line 110) | protected Config getConfig() { method getConfigFileAsReader (line 119) | protected Reader getConfigFileAsReader() throws IOException { method getSqlFileAsReader (line 131) | protected Reader getSqlFileAsReader() throws IOException { method toReader (line 145) | protected Reader toReader(URL url) throws IOException { method getSqlSession (line 154) | protected SqlSession getSqlSession() { FILE: base/src/test/java/tk/mybatis/mapper/base/Country.java class Country (line 33) | public class Country implements Serializable { method getId (line 40) | public Long getId() { method setId (line 44) | public void setId(Long id) { method getCountryname (line 48) | public String getCountryname() { method setCountryname (line 52) | public void setCountryname(String countryname) { method getCountrycode (line 56) | public String getCountrycode() { method setCountrycode (line 60) | public void setCountrycode(String countrycode) { FILE: base/src/test/java/tk/mybatis/mapper/base/CountryMapper.java type CountryMapper (line 5) | public interface CountryMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/base/CreateDB.sql type country (line 3) | create table country FILE: base/src/test/java/tk/mybatis/mapper/base/delete/DeleteByPrimaryKeyMapperTest.java class DeleteByPrimaryKeyMapperTest (line 9) | public class DeleteByPrimaryKeyMapperTest extends BaseTest { method testDeleteByPrimaryKey (line 11) | @Test FILE: base/src/test/java/tk/mybatis/mapper/base/delete/SafeDeleteByFieldTest.java class SafeDeleteByFieldTest (line 12) | public class SafeDeleteByFieldTest extends BaseTest { method getConfig (line 14) | @Override method testSafeDelete (line 21) | @Test(expected = PersistenceException.class) method testSafeDeleteNull (line 32) | @Test(expected = PersistenceException.class) method testSafeDeleteByExample (line 43) | @Test(expected = PersistenceException.class) method testSafeDeleteByExampleNull (line 54) | @Test(expected = PersistenceException.class) FILE: base/src/test/java/tk/mybatis/mapper/base/delete/SafeDeleteByMethodTest.java class SafeDeleteByMethodTest (line 12) | public class SafeDeleteByMethodTest extends BaseTest { method getConfig (line 14) | @Override method testSafeDelete (line 23) | @Test(expected = PersistenceException.class) method testSafeDeleteNull (line 34) | @Test(expected = PersistenceException.class) method testSafeDeleteByExample (line 46) | @Test(expected = PersistenceException.class) method testSafeDeleteByExampleNull (line 57) | @Test(expected = PersistenceException.class) method testSafeDeleteByExampleWithNullValueCriterion (line 68) | @Test(expected = PersistenceException.class) FILE: base/src/test/java/tk/mybatis/mapper/base/genid/Country.java class Country (line 35) | public class Country implements Serializable { method Country (line 43) | public Country() { method Country (line 46) | public Country(String countryname, String countrycode) { method getId (line 51) | public Long getId() { method setId (line 55) | public void setId(Long id) { method getCountryname (line 59) | public String getCountryname() { method setCountryname (line 63) | public void setCountryname(String countryname) { method getCountrycode (line 67) | public String getCountrycode() { method setCountrycode (line 71) | public void setCountrycode(String countrycode) { FILE: base/src/test/java/tk/mybatis/mapper/base/genid/CountryMapper.java type CountryMapper (line 5) | public interface CountryMapper extends BaseInsertMapper { FILE: base/src/test/java/tk/mybatis/mapper/base/genid/CreateDB.sql type country (line 4) | create table country type user (line 11) | create table user FILE: base/src/test/java/tk/mybatis/mapper/base/genid/InsertGenIdTest.java class InsertGenIdTest (line 15) | public class InsertGenIdTest extends BaseTest { method getConfigFileAsReader (line 59) | protected Reader getConfigFileAsReader() throws IOException { method getSqlFileAsReader (line 71) | protected Reader getSqlFileAsReader() throws IOException { method testGenId (line 78) | @Test method testGenIdWithExistsId (line 94) | @Test method testUUID (line 111) | @Test FILE: base/src/test/java/tk/mybatis/mapper/base/genid/SimpleGenId.java class SimpleGenId (line 10) | public class SimpleGenId implements GenId { method genId (line 14) | @Override FILE: base/src/test/java/tk/mybatis/mapper/base/genid/UUIdGenId.java class UUIdGenId (line 10) | public class UUIdGenId implements GenId { method genId (line 11) | @Override FILE: base/src/test/java/tk/mybatis/mapper/base/genid/User.java class User (line 10) | public class User { method User (line 17) | public User() { method User (line 20) | public User(String name, String code) { method getId (line 25) | public String getId() { method setId (line 29) | public void setId(String id) { method getName (line 33) | public String getName() { method setName (line 37) | public void setName(String name) { method getCode (line 41) | public String getCode() { method setCode (line 45) | public void setCode(String code) { FILE: base/src/test/java/tk/mybatis/mapper/base/genid/UserMapper.java type UserMapper (line 5) | public interface UserMapper extends BaseInsertMapper { FILE: base/src/test/java/tk/mybatis/mapper/base/update/SafeUpdateByFieldTest.java class SafeUpdateByFieldTest (line 12) | public class SafeUpdateByFieldTest extends BaseTest { method getConfig (line 14) | @Override method testSafeUpdate (line 21) | @Test(expected = PersistenceException.class) method testSafeUpdateNull (line 32) | @Test(expected = PersistenceException.class) method testSafeUpdateNull2 (line 43) | @Test(expected = PersistenceException.class) method testSafeUpdateByExample (line 54) | @Test(expected = PersistenceException.class) method testSafeUpdateByExampleNull (line 65) | @Test(expected = PersistenceException.class) FILE: base/src/test/java/tk/mybatis/mapper/base/update/SafeUpdateByMethodTest.java class SafeUpdateByMethodTest (line 12) | public class SafeUpdateByMethodTest extends BaseTest { method getConfig (line 14) | @Override method testSafeUpdate (line 23) | @Test(expected = PersistenceException.class) method testSafeUpdateNull (line 34) | @Test(expected = PersistenceException.class) method testSafeUpdateNull2 (line 45) | @Test(expected = PersistenceException.class) method testSafeUpdateByExample (line 56) | @Test(expected = PersistenceException.class) method testSafeUpdateByExampleNull (line 67) | @Test(expected = PersistenceException.class) FILE: base/src/test/java/tk/mybatis/mapper/cache/CacheTest.java class CacheTest (line 17) | public class CacheTest extends BaseTest { method getConfigFileAsReader (line 19) | @Override method testNoCache (line 24) | @Test method testSingleInterfaceCache (line 54) | @Test method testCountryCacheRefMapper (line 93) | @Test method testCountryCacheWithXmlMapper (line 157) | @Test FILE: base/src/test/java/tk/mybatis/mapper/cache/CountryCacheMapper.java type CountryCacheMapper (line 10) | @CacheNamespace FILE: base/src/test/java/tk/mybatis/mapper/cache/CountryCacheRefMapper.java type CountryCacheRefMapper (line 12) | @CacheNamespaceRef(CountryCacheRefMapper.class) method selectById (line 22) | Country selectById(Integer id); FILE: base/src/test/java/tk/mybatis/mapper/cache/CountryCacheWithXmlMapper.java type CountryCacheWithXmlMapper (line 12) | @CacheNamespace method selectById (line 21) | Country selectById(Integer id); FILE: base/src/test/java/tk/mybatis/mapper/defaultenumtypehandler/CreateDB.sql type user (line 3) | create table user FILE: base/src/test/java/tk/mybatis/mapper/defaultenumtypehandler/DefaultEnumTypeHandlerTest.java class DefaultEnumTypeHandlerTest (line 16) | public class DefaultEnumTypeHandlerTest extends BaseTest { method getConfig (line 18) | @Override method getConfigFileAsReader (line 25) | @Override method getSqlFileAsReader (line 30) | @Override method testSelect (line 35) | @Test method testInsert (line 61) | @Test method testUpdate (line 84) | @Test method testDelete (line 107) | @Test FILE: base/src/test/java/tk/mybatis/mapper/defaultenumtypehandler/Dict.java type Dict (line 6) | public interface Dict { method getValue (line 8) | int getValue(); method getName (line 10) | String getName(); FILE: base/src/test/java/tk/mybatis/mapper/defaultenumtypehandler/DictTypeHandler.java class DictTypeHandler (line 14) | public class DictTypeHandler extends BaseTypeHandler { method DictTypeHandler (line 19) | public DictTypeHandler(Class type) { method setNonNullParameter (line 30) | @Override method convertToDict (line 35) | private Dict convertToDict(int value) { method getNullableResult (line 44) | @Override method getNullableResult (line 53) | @Override method getNullableResult (line 62) | @Override FILE: base/src/test/java/tk/mybatis/mapper/defaultenumtypehandler/LockDictEnum.java type LockDictEnum (line 6) | public enum LockDictEnum implements Dict { method LockDictEnum (line 12) | private LockDictEnum(int value) { method getValue (line 16) | @Override method getName (line 21) | @Override FILE: base/src/test/java/tk/mybatis/mapper/defaultenumtypehandler/StateDictEnum.java type StateDictEnum (line 6) | public enum StateDictEnum implements Dict { method StateDictEnum (line 12) | private StateDictEnum(int value) { method getValue (line 16) | @Override method getName (line 21) | @Override FILE: base/src/test/java/tk/mybatis/mapper/defaultenumtypehandler/User.java class User (line 9) | public class User implements Serializable { method getId (line 17) | public Integer getId() { method setId (line 21) | public void setId(Integer id) { method getName (line 25) | public String getName() { method setName (line 29) | public void setName(String name) { method getLock (line 33) | public LockDictEnum getLock() { method setLock (line 37) | public void setLock(LockDictEnum lock) { method getState (line 41) | public StateDictEnum getState() { method setState (line 45) | public void setState(StateDictEnum state) { FILE: base/src/test/java/tk/mybatis/mapper/defaultenumtypehandler/UserMapper.java type UserMapper (line 8) | public interface UserMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/entity/model/CountryExample.java class CountryExample (line 30) | public class CountryExample { method CountryExample (line 37) | public CountryExample() { method or (line 41) | public void or(Criteria criteria) { method or (line 45) | public Criteria or() { method createCriteria (line 51) | public Criteria createCriteria() { method createCriteriaInternal (line 59) | protected Criteria createCriteriaInternal() { method clear (line 64) | public void clear() { class GeneratedCriteria (line 70) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 73) | protected GeneratedCriteria() { method addCriterion (line 78) | protected void addCriterion(String condition) { method addCriterion (line 85) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 92) | protected void addCriterion(String condition, Object value1, Object ... method andIdIsNull (line 99) | public Criteria andIdIsNull() { method andIdIsNotNull (line 104) | public Criteria andIdIsNotNull() { method andIdEqualTo (line 109) | public Criteria andIdEqualTo(Integer value) { method andIdNotEqualTo (line 114) | public Criteria andIdNotEqualTo(Integer value) { method andIdGreaterThan (line 119) | public Criteria andIdGreaterThan(Integer value) { method andIdGreaterThanOrEqualTo (line 124) | public Criteria andIdGreaterThanOrEqualTo(Integer value) { method andIdLessThan (line 129) | public Criteria andIdLessThan(Integer value) { method andIdLessThanOrEqualTo (line 134) | public Criteria andIdLessThanOrEqualTo(Integer value) { method andIdIn (line 139) | public Criteria andIdIn(List values) { method andIdNotIn (line 144) | public Criteria andIdNotIn(List values) { method andIdBetween (line 149) | public Criteria andIdBetween(Integer value1, Integer value2) { method andIdNotBetween (line 154) | public Criteria andIdNotBetween(Integer value1, Integer value2) { method andCountrynameIsNull (line 159) | public Criteria andCountrynameIsNull() { method andCountrynameIsNotNull (line 164) | public Criteria andCountrynameIsNotNull() { method andCountrynameEqualTo (line 169) | public Criteria andCountrynameEqualTo(String value) { method andCountrynameNotEqualTo (line 174) | public Criteria andCountrynameNotEqualTo(String value) { method andCountrynameGreaterThan (line 179) | public Criteria andCountrynameGreaterThan(String value) { method andCountrynameGreaterThanOrEqualTo (line 184) | public Criteria andCountrynameGreaterThanOrEqualTo(String value) { method andCountrynameLessThan (line 189) | public Criteria andCountrynameLessThan(String value) { method andCountrynameLessThanOrEqualTo (line 194) | public Criteria andCountrynameLessThanOrEqualTo(String value) { method andCountrynameLike (line 199) | public Criteria andCountrynameLike(String value) { method andCountrynameNotLike (line 204) | public Criteria andCountrynameNotLike(String value) { method andCountrynameIn (line 209) | public Criteria andCountrynameIn(List values) { method andCountrynameNotIn (line 214) | public Criteria andCountrynameNotIn(List values) { method andCountrynameBetween (line 219) | public Criteria andCountrynameBetween(String value1, String value2) { method andCountrynameNotBetween (line 224) | public Criteria andCountrynameNotBetween(String value1, String value... method andCountrycodeIsNull (line 229) | public Criteria andCountrycodeIsNull() { method andCountrycodeIsNotNull (line 234) | public Criteria andCountrycodeIsNotNull() { method andCountrycodeEqualTo (line 239) | public Criteria andCountrycodeEqualTo(String value) { method andCountrycodeNotEqualTo (line 244) | public Criteria andCountrycodeNotEqualTo(String value) { method andCountrycodeGreaterThan (line 249) | public Criteria andCountrycodeGreaterThan(String value) { method andCountrycodeGreaterThanOrEqualTo (line 254) | public Criteria andCountrycodeGreaterThanOrEqualTo(String value) { method andCountrycodeLessThan (line 259) | public Criteria andCountrycodeLessThan(String value) { method andCountrycodeLessThanOrEqualTo (line 264) | public Criteria andCountrycodeLessThanOrEqualTo(String value) { method andCountrycodeLike (line 269) | public Criteria andCountrycodeLike(String value) { method andCountrycodeNotLike (line 274) | public Criteria andCountrycodeNotLike(String value) { method andCountrycodeIn (line 279) | public Criteria andCountrycodeIn(List values) { method andCountrycodeNotIn (line 284) | public Criteria andCountrycodeNotIn(List values) { method andCountrycodeBetween (line 289) | public Criteria andCountrycodeBetween(String value1, String value2) { method andCountrycodeNotBetween (line 294) | public Criteria andCountrycodeNotBetween(String value1, String value... method getAllCriteria (line 299) | public List getAllCriteria() { method getCriteria (line 303) | public List getCriteria() { method isValid (line 307) | public boolean isValid() { class Criteria (line 312) | public static class Criteria extends GeneratedCriteria { method Criteria (line 314) | protected Criteria() { class Criterion (line 319) | public static class Criterion { method Criterion (line 336) | protected Criterion(String condition) { method Criterion (line 343) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 355) | protected Criterion(String condition, Object value) { method Criterion (line 359) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 368) | protected Criterion(String condition, Object value, Object secondVal... method getCondition (line 372) | public String getCondition() { method getSecondValue (line 376) | public Object getSecondValue() { method getTypeHandler (line 380) | public String getTypeHandler() { method getValue (line 384) | public Object getValue() { method isBetweenValue (line 388) | public boolean isBetweenValue() { method isListValue (line 392) | public boolean isListValue() { method isNoValue (line 396) | public boolean isNoValue() { method isSingleValue (line 400) | public boolean isSingleValue() { method getOrderByClause (line 405) | public String getOrderByClause() { method setOrderByClause (line 409) | public void setOrderByClause(String orderByClause) { method getOredCriteria (line 413) | public List getOredCriteria() { method isDistinct (line 417) | public boolean isDistinct() { method setDistinct (line 421) | public void setDistinct(boolean distinct) { FILE: base/src/test/java/tk/mybatis/mapper/generatedvalue/CreateDB.sql type `user` (line 7) | CREATE TABLE `user` type `user_auto_increment` (line 19) | CREATE TABLE `user_auto_increment` FILE: base/src/test/java/tk/mybatis/mapper/generatedvalue/GeneratedValueTest.java class GeneratedValueTest (line 16) | @Ignore("这个测试需要使用 MySql 数据库") method getConfig (line 19) | @Override method getConfigFileAsReader (line 27) | @Override method getSqlFileAsReader (line 32) | @Override method testUserAutoIncrement (line 37) | @Test method testUserAutoIncrementIdentity (line 55) | @Test method testUserSqlAfter (line 73) | @Test FILE: base/src/test/java/tk/mybatis/mapper/generatedvalue/UserAutoIncrement.java class UserAutoIncrement (line 11) | @Table(name = "user_auto_increment") method getId (line 19) | public Integer getId() { method setId (line 23) | public void setId(Integer id) { method getName (line 27) | public String getName() { method setName (line 31) | public void setName(String name) { FILE: base/src/test/java/tk/mybatis/mapper/generatedvalue/UserAutoIncrementIdentity.java class UserAutoIncrementIdentity (line 8) | @Table(name = "user_auto_increment") method getId (line 16) | public Integer getId() { method setId (line 20) | public void setId(Integer id) { method getName (line 24) | public String getName() { method setName (line 28) | public void setName(String name) { FILE: base/src/test/java/tk/mybatis/mapper/generatedvalue/UserAutoIncrementIdentityMapper.java type UserAutoIncrementIdentityMapper (line 8) | public interface UserAutoIncrementIdentityMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/helper/CamelCaseTest.java class CamelCaseTest (line 35) | public class CamelCaseTest { method testCamelhumpToUnderline (line 37) | @Test FILE: base/src/test/java/tk/mybatis/mapper/helper/FieldHelperTest.java class FieldHelperTest (line 40) | public class FieldHelperTest { method test1 (line 42) | @Test method test2 (line 57) | @Test FILE: base/src/test/java/tk/mybatis/mapper/helper/FieldTest.java class FieldTest (line 48) | public class FieldTest { method _getProperties (line 56) | private static List _getProperties(Class entityClass) { method _getGenericTypeMap (line 88) | private static Map> _getGenericTypeMap(Class entit... method processAllColumns (line 117) | private static void processAllColumns(Class entityClass, List mapperClass, MapperHelper mapperHelper) { method selectPage (line 52) | public SqlNode selectPage(MappedStatement ms) { FILE: base/src/test/java/tk/mybatis/mapper/issues/_216_datetime/CreateDB.sql type test_timestamp (line 3) | create table test_timestamp FILE: base/src/test/java/tk/mybatis/mapper/issues/_216_datetime/DateTimeTest.java class DateTimeTest (line 15) | public class DateTimeTest extends BaseTest { method getConfigFileAsReader (line 17) | @Override method getSqlFileAsReader (line 22) | @Override method toDate (line 27) | private String toDate(Date date) { method toTime (line 32) | private String toTime(Date date) { method toDatetime (line 37) | private String toDatetime(Date date) { method testSelect (line 42) | @Test method testInsert (line 62) | @Test method testSelect2 (line 91) | @Test method testInsert2 (line 111) | @Test method testSelect3 (line 141) | @Test method testInsert3 (line 161) | @Test FILE: base/src/test/java/tk/mybatis/mapper/issues/_216_datetime/TimeModel.java class TimeModel (line 11) | @Table(name = "test_timestamp") method getId (line 20) | public Integer getId() { method setId (line 24) | public void setId(Integer id) { method getTestDate (line 28) | public Date getTestDate() { method setTestDate (line 32) | public void setTestDate(Date testDate) { method getTestTime (line 36) | public Date getTestTime() { method setTestTime (line 40) | public void setTestTime(Date testTime) { method getTestDatetime (line 44) | public Date getTestDatetime() { method setTestDatetime (line 48) | public void setTestDatetime(Date testDatetime) { FILE: base/src/test/java/tk/mybatis/mapper/issues/_216_datetime/TimeModel2.java class TimeModel2 (line 12) | @Table(name = "test_timestamp") method getId (line 21) | public Integer getId() { method setId (line 25) | public void setId(Integer id) { method getTestDate (line 29) | public Date getTestDate() { method setTestDate (line 33) | public void setTestDate(Date testDate) { method getTestDatetime (line 37) | public Timestamp getTestDatetime() { method setTestDatetime (line 41) | public void setTestDatetime(Timestamp testDatetime) { method getTestTime (line 45) | public Date getTestTime() { method setTestTime (line 49) | public void setTestTime(Date testTime) { FILE: base/src/test/java/tk/mybatis/mapper/issues/_216_datetime/TimeModel2Mapper.java type TimeModel2Mapper (line 8) | public interface TimeModel2Mapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/issues/_216_datetime/TimeModel3.java class TimeModel3 (line 14) | @Table(name = "test_timestamp") method getId (line 26) | public Integer getId() { method setId (line 30) | public void setId(Integer id) { method getTestDate (line 34) | public Date getTestDate() { method setTestDate (line 38) | public void setTestDate(Date testDate) { method getTestDatetime (line 42) | public Date getTestDatetime() { method setTestDatetime (line 46) | public void setTestDatetime(Date testDatetime) { method getTestTime (line 50) | public Date getTestTime() { method setTestTime (line 54) | public void setTestTime(Date testTime) { FILE: base/src/test/java/tk/mybatis/mapper/issues/_216_datetime/TimeModel3Mapper.java type TimeModel3Mapper (line 8) | public interface TimeModel3Mapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/issues/_216_datetime/TimeModelMapper.java type TimeModelMapper (line 8) | public interface TimeModelMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/keysql/CreateDB.sql type `user` (line 7) | CREATE TABLE `user` type `user_auto_increment` (line 19) | CREATE TABLE `user_auto_increment` FILE: base/src/test/java/tk/mybatis/mapper/keysql/KeySqlTest.java class KeySqlTest (line 15) | @Ignore("这个测试需要使用 MySql 数据库") method getConfigFileAsReader (line 18) | @Override method getSqlFileAsReader (line 23) | @Override method testUserAutoIncrement (line 28) | @Test method testUserAutoIncrementIdentity (line 46) | @Test method testUserSqlAfter (line 64) | @Test method testUserSqlBefore (line 82) | @Test FILE: base/src/test/java/tk/mybatis/mapper/keysql/UserAutoIncrement.java class UserAutoIncrement (line 12) | @Table(name = "user_auto_increment") method getId (line 20) | public Integer getId() { method setId (line 24) | public void setId(Integer id) { method getName (line 28) | public String getName() { method setName (line 32) | public void setName(String name) { FILE: base/src/test/java/tk/mybatis/mapper/keysql/UserAutoIncrementIdentity.java class UserAutoIncrementIdentity (line 13) | @Table(name = "user_auto_increment") method getId (line 21) | public Integer getId() { method setId (line 25) | public void setId(Integer id) { method getName (line 29) | public String getName() { method setName (line 33) | public void setName(String name) { FILE: base/src/test/java/tk/mybatis/mapper/keysql/UserAutoIncrementIdentityMapper.java type UserAutoIncrementIdentityMapper (line 8) | public interface UserAutoIncrementIdentityMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/keysql/UserSqlBefore.java class UserSqlBefore (line 12) | @Table(name = "user") method getId (line 19) | public Integer getId() { method setId (line 23) | public void setId(Integer id) { method getName (line 27) | public String getName() { method setName (line 31) | public void setName(String name) { FILE: base/src/test/java/tk/mybatis/mapper/keysql/UserSqlBeforeMapper.java type UserSqlBeforeMapper (line 8) | public interface UserSqlBeforeMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/CachedCountryMapper.java type CachedCountryMapper (line 35) | public interface CachedCountryMapper extends Mapper, HsqldbMapp... method selectCache (line 36) | int selectCache(int id); FILE: base/src/test/java/tk/mybatis/mapper/mapper/Country2Mapper.java type Country2Mapper (line 33) | public interface Country2Mapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/CountryIMapper.java type CountryIMapper (line 33) | public interface CountryIMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/CountryJDBCMapper.java type CountryJDBCMapper (line 33) | public interface CountryJDBCMapper extends SqlServerMapper { method insertA (line 34) | int insertA(CountryJDBC countryJDBC); FILE: base/src/test/java/tk/mybatis/mapper/mapper/CountryMapper.java type CountryMapper (line 36) | public interface CountryMapper extends Mapper, HsqldbMapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/CountryVersionMapper.java type CountryVersionMapper (line 33) | public interface CountryVersionMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/JDBCMapper.java type JDBCMapper (line 33) | public interface JDBCMapper extends MySqlMapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/MultipleCommonMapper.java type MultipleCommonMapper (line 11) | @RegisterMapper method select (line 13) | @SelectProvider(type = BaseSelectProvider.class, method = "dynamicSQL") method insert (line 15) | @InsertProvider(type = BaseInsertProvider.class, method = "dynamicSQL") FILE: base/src/test/java/tk/mybatis/mapper/mapper/MybatisHelper.java class MybatisHelper (line 44) | public class MybatisHelper { method getSqlSession (line 113) | public static SqlSession getSqlSession() { FILE: base/src/test/java/tk/mybatis/mapper/mapper/TbUserLogicDeleteMapper.java type TbUserLogicDeleteMapper (line 6) | public interface TbUserLogicDeleteMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/UserInfoAbleMapper.java type UserInfoAbleMapper (line 33) | public interface UserInfoAbleMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/UserInfoMapMapper.java type UserInfoMapMapper (line 33) | public interface UserInfoMapMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/UserInfoMapper.java type UserInfoMapper (line 33) | public interface UserInfoMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/UserLogin2Mapper.java type UserLogin2Mapper (line 33) | public interface UserLogin2Mapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/mapper/UserLoginMapper.java type UserLoginMapper (line 33) | public interface UserLoginMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/model/BaseLogicDelete.java class BaseLogicDelete (line 10) | public class BaseLogicDelete { method getId (line 20) | public Integer getId() { method setId (line 24) | public void setId(Integer id) { method getIsValid (line 28) | public Integer getIsValid() { method setIsValid (line 32) | public void setIsValid(Integer isValid) { FILE: base/src/test/java/tk/mybatis/mapper/model/Country.java class Country (line 40) | public class Country extends Entity implements Serializ... method getCountrycode (line 50) | public String getCountrycode() { method setCountrycode (line 54) | public void setCountrycode(String countrycode) { method getCountryname (line 58) | public String getCountryname() { method setCountryname (line 62) | public void setCountryname(String countryname) { method getDynamicTableName (line 66) | @Override method getList (line 72) | public List getList() { method setList (line 76) | public void setList(List list) { method setDynamicTableName123 (line 80) | public void setDynamicTableName123(String dynamicTableName) { FILE: base/src/test/java/tk/mybatis/mapper/model/Country2.java class Country2 (line 36) | public class Country2 { method toString (line 43) | @Override method getCountrycode (line 52) | public String getCountrycode() { method setCountrycode (line 56) | public void setCountrycode(String countrycode) { method getCountryname (line 60) | public String getCountryname() { method setCountryname (line 64) | public void setCountryname(String countryname) { method getId (line 68) | public Integer getId() { method setId (line 72) | public void setId(Integer id) { FILE: base/src/test/java/tk/mybatis/mapper/model/CountryExample.java class CountryExample (line 30) | public class CountryExample { method CountryExample (line 61) | public CountryExample() { method or (line 71) | public void or(Criteria criteria) { method or (line 81) | public Criteria or() { method createCriteria (line 93) | public Criteria createCriteria() { method createCriteriaInternal (line 107) | protected Criteria createCriteriaInternal() { method clear (line 118) | public void clear() { class GeneratedCriteria (line 130) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 133) | protected GeneratedCriteria() { method addCriterion (line 138) | protected void addCriterion(String condition) { method addCriterion (line 145) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 152) | protected void addCriterion(String condition, Object value1, Object ... method andIdIsNull (line 159) | public Criteria andIdIsNull() { method andIdIsNotNull (line 164) | public Criteria andIdIsNotNull() { method andIdEqualTo (line 169) | public Criteria andIdEqualTo(Integer value) { method andIdNotEqualTo (line 174) | public Criteria andIdNotEqualTo(Integer value) { method andIdGreaterThan (line 179) | public Criteria andIdGreaterThan(Integer value) { method andIdGreaterThanOrEqualTo (line 184) | public Criteria andIdGreaterThanOrEqualTo(Integer value) { method andIdLessThan (line 189) | public Criteria andIdLessThan(Integer value) { method andIdLessThanOrEqualTo (line 194) | public Criteria andIdLessThanOrEqualTo(Integer value) { method andIdIn (line 199) | public Criteria andIdIn(List values) { method andIdNotIn (line 204) | public Criteria andIdNotIn(List values) { method andIdBetween (line 209) | public Criteria andIdBetween(Integer value1, Integer value2) { method andIdNotBetween (line 214) | public Criteria andIdNotBetween(Integer value1, Integer value2) { method andCountrynameIsNull (line 219) | public Criteria andCountrynameIsNull() { method andCountrynameIsNotNull (line 224) | public Criteria andCountrynameIsNotNull() { method andCountrynameEqualTo (line 229) | public Criteria andCountrynameEqualTo(String value) { method andCountrynameNotEqualTo (line 234) | public Criteria andCountrynameNotEqualTo(String value) { method andCountrynameGreaterThan (line 239) | public Criteria andCountrynameGreaterThan(String value) { method andCountrynameGreaterThanOrEqualTo (line 244) | public Criteria andCountrynameGreaterThanOrEqualTo(String value) { method andCountrynameLessThan (line 249) | public Criteria andCountrynameLessThan(String value) { method andCountrynameLessThanOrEqualTo (line 254) | public Criteria andCountrynameLessThanOrEqualTo(String value) { method andCountrynameLike (line 259) | public Criteria andCountrynameLike(String value) { method andCountrynameNotLike (line 264) | public Criteria andCountrynameNotLike(String value) { method andCountrynameIn (line 269) | public Criteria andCountrynameIn(List values) { method andCountrynameNotIn (line 274) | public Criteria andCountrynameNotIn(List values) { method andCountrynameBetween (line 279) | public Criteria andCountrynameBetween(String value1, String value2) { method andCountrynameNotBetween (line 284) | public Criteria andCountrynameNotBetween(String value1, String value... method andCountrycodeIsNull (line 289) | public Criteria andCountrycodeIsNull() { method andCountrycodeIsNotNull (line 294) | public Criteria andCountrycodeIsNotNull() { method andCountrycodeEqualTo (line 299) | public Criteria andCountrycodeEqualTo(String value) { method andCountrycodeNotEqualTo (line 304) | public Criteria andCountrycodeNotEqualTo(String value) { method andCountrycodeGreaterThan (line 309) | public Criteria andCountrycodeGreaterThan(String value) { method andCountrycodeGreaterThanOrEqualTo (line 314) | public Criteria andCountrycodeGreaterThanOrEqualTo(String value) { method andCountrycodeLessThan (line 319) | public Criteria andCountrycodeLessThan(String value) { method andCountrycodeLessThanOrEqualTo (line 324) | public Criteria andCountrycodeLessThanOrEqualTo(String value) { method andCountrycodeLike (line 329) | public Criteria andCountrycodeLike(String value) { method andCountrycodeNotLike (line 334) | public Criteria andCountrycodeNotLike(String value) { method andCountrycodeIn (line 339) | public Criteria andCountrycodeIn(List values) { method andCountrycodeNotIn (line 344) | public Criteria andCountrycodeNotIn(List values) { method andCountrycodeBetween (line 349) | public Criteria andCountrycodeBetween(String value1, String value2) { method andCountrycodeNotBetween (line 354) | public Criteria andCountrycodeNotBetween(String value1, String value... method getAllCriteria (line 359) | public List getAllCriteria() { method getCriteria (line 363) | public List getCriteria() { method isValid (line 367) | public boolean isValid() { class Criteria (line 378) | public static class Criteria extends GeneratedCriteria { method Criteria (line 380) | protected Criteria() { class Criterion (line 391) | public static class Criterion { method Criterion (line 408) | protected Criterion(String condition) { method Criterion (line 415) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 427) | protected Criterion(String condition, Object value) { method Criterion (line 431) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 440) | protected Criterion(String condition, Object value, Object secondVal... method getCondition (line 444) | public String getCondition() { method getSecondValue (line 448) | public Object getSecondValue() { method getTypeHandler (line 452) | public String getTypeHandler() { method getValue (line 456) | public Object getValue() { method isBetweenValue (line 460) | public boolean isBetweenValue() { method isListValue (line 464) | public boolean isListValue() { method isNoValue (line 468) | public boolean isNoValue() { method isSingleValue (line 472) | public boolean isSingleValue() { method getOrderByClause (line 483) | public String getOrderByClause() { method setOrderByClause (line 493) | public void setOrderByClause(String orderByClause) { method getOredCriteria (line 503) | public List getOredCriteria() { method isDistinct (line 513) | public boolean isDistinct() { method setDistinct (line 523) | public void setDistinct(boolean distinct) { FILE: base/src/test/java/tk/mybatis/mapper/model/CountryI.java class CountryI (line 39) | @NameStyle(Style.camelhump) method toString (line 47) | @Override method getCountrycode (line 56) | public String getCountrycode() { method setCountrycode (line 60) | public void setCountrycode(String countrycode) { method getCountryname (line 64) | public String getCountryname() { method setCountryname (line 68) | public void setCountryname(String countryname) { method getId (line 72) | public Integer getId() { method setId (line 76) | public void setId(Integer id) { FILE: base/src/test/java/tk/mybatis/mapper/model/CountryJDBC.java class CountryJDBC (line 36) | @Table(name = "country") method toString (line 46) | @Override method getCountrycode (line 55) | public String getCountrycode() { method setCountrycode (line 59) | public void setCountrycode(String countrycode) { method getCountryname (line 63) | public String getCountryname() { method setCountryname (line 67) | public void setCountryname(String countryname) { method getId (line 71) | public Integer getId() { method setId (line 75) | public void setId(Integer id) { FILE: base/src/test/java/tk/mybatis/mapper/model/CountryT.java class CountryT (line 35) | public class CountryT { method toString (line 44) | @Override method getCountrycode (line 53) | public String getCountrycode() { method setCountrycode (line 57) | public void setCountrycode(String countrycode) { method getCountryname (line 61) | public String getCountryname() { method setCountryname (line 65) | public void setCountryname(String countryname) { method getId (line 69) | public Integer getId() { method setId (line 73) | public void setId(Integer id) { FILE: base/src/test/java/tk/mybatis/mapper/model/CountryVersion.java class CountryVersion (line 36) | @Table(name = "country") method getVersion (line 41) | public Integer getVersion() { method setVersion (line 45) | public void setVersion(Integer version) { FILE: base/src/test/java/tk/mybatis/mapper/model/Entity.java class Entity (line 37) | public class Entity { method getId (line 47) | @Id method setId (line 52) | public void setId(ID id) { method getName (line 56) | public NAME getName() { method setName (line 60) | public void setName(NAME name) { FILE: base/src/test/java/tk/mybatis/mapper/model/TbUser.java class TbUser (line 5) | @Table(name = "tb_user") method toString (line 21) | @Override method getId (line 31) | public Integer getId() { method setId (line 35) | public void setId(Integer id) { method getUsername (line 39) | public String getUsername() { method setUsername (line 43) | public void setUsername(String username) { method getPassword (line 47) | public String getPassword() { method setPassword (line 51) | public void setPassword(String password) { method getIsValid (line 55) | public Integer getIsValid() { method setIsValid (line 59) | public void setIsValid(Integer isValid) { FILE: base/src/test/java/tk/mybatis/mapper/model/TbUserLogicDelete.java class TbUserLogicDelete (line 6) | @Table(name = "tb_user") method toString (line 15) | @Override method getUsername (line 25) | public String getUsername() { method setUsername (line 29) | public void setUsername(String username) { method getPassword (line 33) | public String getPassword() { method setPassword (line 37) | public void setPassword(String password) { FILE: base/src/test/java/tk/mybatis/mapper/model/UserInfo.java class UserInfo (line 35) | public class UserInfo implements Serializable { method toString (line 50) | @Override method getAddress (line 65) | public String getAddress() { method setAddress (line 69) | public void setAddress(String address) { method getEmail (line 73) | public String getEmail() { method setEmail (line 77) | public void setEmail(String email) { method getId (line 81) | public Integer getId() { method setId (line 85) | public void setId(Integer id) { method getPassword (line 89) | public String getPassword() { method setPassword (line 93) | public void setPassword(String password) { method getQq (line 97) | public String getQq() { method setQq (line 101) | public void setQq(String qq) { method getRealname (line 105) | public String getRealname() { method setRealname (line 109) | public void setRealname(String realname) { method getTel (line 113) | public String getTel() { method setTel (line 117) | public void setTel(String tel) { method getUsername (line 121) | public String getUsername() { method setUsername (line 125) | public void setUsername(String username) { method getUsertype (line 129) | public String getUsertype() { method setUsertype (line 133) | public void setUsertype(String usertype) { FILE: base/src/test/java/tk/mybatis/mapper/model/UserInfoAble.java class UserInfoAble (line 33) | @Table(name = "user_info") method toString (line 48) | @Override method getEmail (line 62) | public String getEmail() { method setEmail (line 66) | @Column(insertable = false) method getId (line 71) | public Integer getId() { method setId (line 75) | public void setId(Integer id) { method getPassword (line 79) | public String getPassword() { method setPassword (line 83) | public void setPassword(String password) { method getQq (line 87) | public String getQq() { method setQq (line 91) | public void setQq(String qq) { method getRealname (line 95) | public String getRealname() { method setRealname (line 99) | public void setRealname(String realname) { method getTel (line 103) | public String getTel() { method setTel (line 107) | public void setTel(String tel) { method getUsername (line 111) | public String getUsername() { method setUsername (line 115) | public void setUsername(String username) { method getUsertype (line 119) | public String getUsertype() { method setUsertype (line 123) | public void setUsertype(String usertype) { FILE: base/src/test/java/tk/mybatis/mapper/model/UserInfoMap.java class UserInfoMap (line 36) | public class UserInfoMap extends HashMap implements Seri... method toString (line 47) | @Override method getId (line 59) | public Integer getId() { method setId (line 63) | public void setId(Integer id) { method getPassword (line 67) | public String getPassword() { method setPassword (line 71) | public void setPassword(String password) { method getRealName (line 75) | public String getRealName() { method setRealName (line 79) | public void setRealName(String realName) { method getUserName (line 83) | public String getUserName() { method setUserName (line 87) | public void setUserName(String userName) { method getUserType (line 91) | public String getUserType() { method setUserType (line 95) | public void setUserType(String userType) { FILE: base/src/test/java/tk/mybatis/mapper/model/UserLogin.java class UserLogin (line 35) | public class UserLogin { method toString (line 45) | @Override method getLogid (line 55) | public Integer getLogid() { method setLogid (line 59) | public void setLogid(Integer logid) { method getLogindate (line 63) | public Date getLogindate() { method setLogindate (line 67) | public void setLogindate(Date logindate) { method getLoginip (line 71) | public String getLoginip() { method setLoginip (line 75) | public void setLoginip(String loginip) { method getUsername (line 79) | public String getUsername() { method setUsername (line 83) | public void setUsername(String username) { FILE: base/src/test/java/tk/mybatis/mapper/model/UserLogin2.java class UserLogin2 (line 33) | @Table(name = "USER_LOGIN") method getLogindate (line 38) | public Date getLogindate() { method setLogindate (line 42) | public void setLogindate(Date logindate) { method getLoginip (line 46) | public String getLoginip() { method setLoginip (line 50) | public void setLoginip(String loginip) { FILE: base/src/test/java/tk/mybatis/mapper/model/UserLogin2Key.java class UserLogin2Key (line 34) | public class UserLogin2Key { method toString (line 42) | @Override method getLogid (line 50) | public Integer getLogid() { method setLogid (line 54) | public void setLogid(Integer logid) { method getUsername (line 58) | public String getUsername() { method setUsername (line 62) | public void setUsername(String username) { FILE: base/src/test/java/tk/mybatis/mapper/model/UserParent.java class UserParent (line 33) | public class UserParent { method getAddress (line 38) | public String getAddress() { method setAddress (line 42) | public void setAddress(String address) { FILE: base/src/test/java/tk/mybatis/mapper/rawresultmap/CreateDB.sql type user (line 3) | create table user FILE: base/src/test/java/tk/mybatis/mapper/rawresultmap/RawResultMapTest.java class RawResultMapTest (line 19) | public class RawResultMapTest extends BaseTest { method getConfig (line 21) | @Override method getConfigFileAsReader (line 29) | @Override method getSqlFileAsReader (line 34) | @Override method testSelect (line 40) | @Test FILE: base/src/test/java/tk/mybatis/mapper/rawresultmap/User.java class User (line 15) | @NameStyle(Style.camelhump) method getId (line 35) | public Integer getId() { method setId (line 39) | public void setId(Integer id) { method getName (line 43) | public String getName() { method setName (line 47) | public void setName(String name) { method getUname (line 51) | public String getUname() { method setUname (line 55) | public void setUname(String uname) { method getAge (line 59) | public Integer getAge() { method setAge (line 63) | public void setAge(Integer age) { method getEmail (line 67) | public String getEmail() { method setEmail (line 71) | public void setEmail(String email) { method getCreateTime (line 75) | public Date getCreateTime() { method setCreateTime (line 79) | public void setCreateTime(Date createTime) { method toString (line 83) | @Override FILE: base/src/test/java/tk/mybatis/mapper/rawresultmap/UserMapper.java type UserMapper (line 12) | public interface UserMapper extends BaseMapper { method selectRawAnnotation (line 15) | @Select("SELECT * FROM user") method fetchRawResultType (line 18) | List fetchRawResultType(); method fetchRawResultMap (line 20) | List fetchRawResultMap(); method getMapUser (line 22) | Map getMapUser(); method selectCount2 (line 24) | Integer selectCount2(); FILE: base/src/test/java/tk/mybatis/mapper/test/able/TestBasicAble.java class TestBasicAble (line 39) | public class TestBasicAble { method testInsert (line 44) | @Test method testUpdateByPrimaryKey (line 71) | @Test method testUpdateByPrimaryKeySelective (line 97) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestCache.java class TestCache (line 38) | public class TestCache { method testCache (line 40) | @Test method testCache2 (line 66) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestDeleteByPrimaryKey.java class TestDeleteByPrimaryKey (line 48) | public class TestDeleteByPrimaryKey { method setupDB (line 50) | @Before method testDynamicDelete (line 69) | @Test method testDynamicDeleteZero (line 92) | @Test method testDynamicDeleteEntity (line 110) | @Test method testDynamicDeleteMap (line 127) | @Test method testDynamicDeleteNotFoundKeyProperties (line 148) | @Test(expected = Exception.class) method testDynamicDeleteException (line 163) | @Test class Key (line 176) | class Key { FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestExistsWithPrimaryKey.java class TestExistsWithPrimaryKey (line 39) | public class TestExistsWithPrimaryKey { method testDynamicExistsWithPrimaryKey (line 44) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestInsert.java class TestInsert (line 42) | public class TestInsert { method testDynamicInsertAll (line 47) | @Test(expected = PersistenceException.class) method testDynamicInsertAllByNull (line 61) | @Test(expected = PersistenceException.class) method testDynamicInsert (line 75) | @Test method testDynamicInsertNull (line 102) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestInsertSelective.java class TestInsertSelective (line 42) | public class TestInsertSelective { method testDynamicInsertAll (line 47) | @Test(expected = PersistenceException.class) method testDynamicInsertSelectiveAllByNull (line 61) | @Test(expected = PersistenceException.class) method testDynamicInsertSelective (line 75) | @Test method testDynamicInsertSelectiveNull (line 102) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestSelect.java class TestSelect (line 41) | public class TestSelect { method testDynamicSelectAll (line 46) | @Test method testDynamicSelectPage (line 70) | @Test method testAllColumns (line 92) | @Test method testDynamicSelectAllByNull (line 112) | @Test method testDynamicSelect (line 126) | @Test method testDynamicSelectZero (line 146) | @Test method testDynamicSelectNotFoundKeyProperties (line 165) | @Test class Key (line 182) | class Key extends Country { method getCountrytel (line 185) | public String getCountrytel() { method setCountrytel (line 189) | public void setCountrytel(String countrytel) { FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestSelectAll.java class TestSelectAll (line 41) | public class TestSelectAll { method testDynamicSelectPage (line 46) | @Test method testDynamicSelectPage2 (line 63) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestSelectByPrimaryKey.java class TestSelectByPrimaryKey (line 42) | public class TestSelectByPrimaryKey { method testDynamicSelectByPrimaryKey2 (line 47) | @Test method testDynamicSelectByPrimaryKey (line 66) | @Test method testDynamicSelectByPrimaryKeyZero (line 86) | @Test method testSelectByPrimaryKeyMap (line 105) | @Test method testDynamicDeleteNotFoundKeyProperties (line 130) | @Test(expected = Exception.class) method testDynamicDeleteException (line 144) | @Test class Key (line 155) | class Key { FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestSelectCount.java class TestSelectCount (line 39) | public class TestSelectCount { method testDynamicSelectCount (line 44) | @Test method testDynamicSelectAllByNull (line 59) | @Test method testDynamicSelect (line 74) | @Test method testDynamicSelectZero (line 90) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestSelectOne.java class TestSelectOne (line 40) | public class TestSelectOne { method testDynamicSelectAll (line 45) | @Test(expected = TooManyResultsException.class) method testDynamicSelectAllByNull (line 59) | @Test(expected = TooManyResultsException.class) method testDynamicSelect (line 73) | @Test method testDynamicSelectZero (line 92) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestUpdateByPrimaryKey.java class TestUpdateByPrimaryKey (line 41) | public class TestUpdateByPrimaryKey { method testDynamicUpdateByPrimaryKeyAll (line 46) | @Test method testDynamicUpdateByPrimaryKeyAllByNull (line 60) | @Test method testDynamicUpdateByPrimaryKey (line 74) | @Test method testDynamicUpdateByPrimaryKeyNotFoundKeyProperties (line 98) | @Test method testUpdateByPrimaryKeyAndVersion (line 119) | @Test class Key (line 152) | class Key extends Country { method getCountrytel (line 155) | public String getCountrytel() { method setCountrytel (line 159) | public void setCountrytel(String countrytel) { FILE: base/src/test/java/tk/mybatis/mapper/test/country/TestUpdateByPrimaryKeySelective.java class TestUpdateByPrimaryKeySelective (line 40) | public class TestUpdateByPrimaryKeySelective { method testDynamicUpdateByPrimaryKeySelectiveAll (line 42) | @Test(expected = PersistenceException.class) method testDynamicUpdateByPrimaryKeySelectiveAllByNull (line 53) | @Test(expected = PersistenceException.class) method testDynamicUpdateByPrimaryKeySelective (line 67) | @Test method testDynamicUpdateByPrimaryKeySelectiveNotFoundKeyProperties (line 91) | @Test class Key (line 106) | class Key extends Country { method getCountrytel (line 109) | public String getCountrytel() { method setCountrytel (line 113) | public void setCountrytel(String countrytel) { FILE: base/src/test/java/tk/mybatis/mapper/test/country2/TestInsert.java class TestInsert (line 41) | public class TestInsert { method testDynamicInsertAll (line 46) | @Test method testDynamicInsertAllByNull (line 69) | @Test method testDynamicInsert (line 83) | @Test method testDynamicInsertNull (line 110) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/country2/TestInsertSelective.java class TestInsertSelective (line 41) | public class TestInsertSelective { method testDynamicInsertAll (line 46) | @Test method testDynamicInsertSelectiveAllByNull (line 67) | @Test//(expected = PersistenceException.class) method testDynamicInsertSelective (line 81) | @Test method testDynamicInsertSelectiveNull (line 108) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/example/TestDeleteByExample.java class TestDeleteByExample (line 39) | public class TestDeleteByExample { method testDeleteByExample (line 41) | @Test method testDeleteByExample2 (line 57) | @Test method testDeleteByExample3 (line 75) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/example/TestExampleBuilder.java class TestExampleBuilder (line 20) | public class TestExampleBuilder { method testExampleBuilder (line 22) | @Test method testDistinct (line 41) | @Test method testForUpdate (line 62) | @Test method testEqualTo (line 80) | @Test method testBetween (line 99) | @Test method testIn (line 123) | @Test method testWhereCompound0 (line 151) | @Test method testWhereCompound1 (line 188) | @Test method testWhereAndWhereCompound (line 210) | @Test method testWhereOrWhereCompound (line 235) | @Test method testMultiWhereCompound (line 260) | @Test method testOrderBy (line 298) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/example/TestSelectByExample.java class TestSelectByExample (line 48) | public class TestSelectByExample { method testSelectByExample (line 52) | @Test method testSelectByExampleException (line 68) | @Test(expected = Exception.class) method testSelectByExampleForUpdate (line 81) | @Test method testAndExample (line 98) | @Test method testSelectByExampleInNotIn (line 115) | @Test method testSelectByExampleInNotIn2 (line 133) | @Test method testSelectByExample2 (line 149) | @Test method testSelectByExample3 (line 166) | @Test method testSelectByExample4 (line 183) | @Test method testSelectColumnsByExample (line 203) | @Test method testExcludeColumnsByExample (line 222) | @Test method testAndOr (line 239) | @Test method testOrderBy (line 264) | @Test method testSelectPropertisCheckCorrect (line 283) | @Test method testSelectPropertisCheckSpellWrong (line 303) | @Test method testSelectPropertisCheckTransient1 (line 325) | @Test method testSelectPropertisCheckTransient2 (line 344) | @Test method testExcludePropertisCheckWrongSpell (line 363) | @Test method testExcludePropertisCheckTransient (line 382) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/example/TestSelectCountByExample.java class TestSelectCountByExample (line 39) | public class TestSelectCountByExample { method testSelectCountByExample (line 41) | @Test method testSelectCountByExampleForUpdate (line 57) | @Test method testSelectCountByExample2 (line 73) | @Test method testSelectCountByExample3 (line 90) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/example/TestSelectOneByExample.java class TestSelectOneByExample (line 39) | public class TestSelectOneByExample { method testSelectOneByExampleException (line 41) | @Test(expected = TooManyResultsException.class) method testSelectByExample (line 55) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/example/TestUpdateByExample.java class TestUpdateByExample (line 41) | public class TestUpdateByExample { method testUpdateByExample (line 43) | @Test method testUpdateByExample2 (line 67) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/example/TestUpdateByExampleSelective.java class TestUpdateByExampleSelective (line 39) | public class TestUpdateByExampleSelective { method testUpdateByExampleSelective (line 41) | @Test method testUpdateByExampleSelective2 (line 63) | @Test method testUpdateByExampleSelective3 (line 87) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/identity/TestIndentity.java class TestIndentity (line 39) | public class TestIndentity { method testINDENTITYInsert (line 43) | @Test method testINDENTITYInsert2 (line 63) | @Test method testINDENTITYInsertSelective (line 92) | @Test method testINDENTITYInsertSelective2 (line 116) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/ids/TestIds.java class TestIds (line 41) | public class TestIds { method testSelectByIds (line 43) | @Test method testDeleteByIds (line 56) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/jdbc/TestJDBC.java class TestJDBC (line 36) | public class TestJDBC { method testJDBC (line 39) | public void testJDBC() { method testJDBC2 (line 56) | public void testJDBC2() { FILE: base/src/test/java/tk/mybatis/mapper/test/logic/TestLogicDelete.java class TestLogicDelete (line 15) | public class TestLogicDelete { method testLogicDeleteByPrimaryKey (line 17) | @Test method testLogicDelete (line 40) | @Test method testLogicDeleteByExample (line 77) | @Test method testSelectByPrimaryKey (line 99) | @Test method testExistsWithPrimaryKey (line 115) | @Test method testSelectAll (line 130) | @Test method selectCount (line 146) | @Test method testSelect (line 170) | @Test method testInsert (line 201) | @Test method testInsertSelective (line 228) | @Test method testUpdate (line 261) | @Test method testUpdateSelective (line 280) | @Test method testSelectByExample (line 299) | @Test method testSelectByExample2 (line 319) | @Test method testUpdateByExample (line 340) | @Test method testUpdateByExampleSelective (line 366) | @Test method testExampleWithNoCriteria (line 391) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/mysql/TestMysql.java class TestMysql (line 41) | public class TestMysql { method testInsertList (line 48) | public void testInsertList() { method testInsert (line 75) | public void testInsert() { FILE: base/src/test/java/tk/mybatis/mapper/test/othres/StyleTest.java class StyleTest (line 36) | public class StyleTest { method testNormal (line 46) | @Test method testUppercase (line 53) | @Test method testLowercase (line 60) | @Test method testCamelhump (line 67) | @Test method testCamelhumpUppercase (line 74) | @Test method testCamelhumpLowercase (line 81) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/othres/TestDelimiter.java class TestDelimiter (line 37) | public class TestDelimiter { method test (line 41) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/rowbounds/TestSelectRowBounds.java class TestSelectRowBounds (line 41) | public class TestSelectRowBounds { method testSelectByExample (line 43) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/transientc/TestTransient.java class TestTransient (line 39) | public class TestTransient { method testDynamicInsert (line 43) | @Test method testDynamicUpdateByPrimaryKey (line 72) | @Test method testDynamicSelect (line 96) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/user/TestBasic.java class TestBasic (line 43) | public class TestBasic { method testInsert (line 49) | @Test method testDelete (line 84) | @Test method testSelect (line 113) | @Test method testUpdateByPrimaryKey (line 130) | @Test method testUpdateByPrimaryKeySelective (line 154) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/user/TestDelete.java class TestDelete (line 41) | public class TestDelete { method testDynamicDelete (line 46) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/user/TestMap.java class TestMap (line 40) | public class TestMap { method testInsert (line 47) | public void testInsert() { method testDelete (line 71) | public void testDelete() { method testSelect (line 97) | public void testSelect() { method testUpdateByPrimaryKey (line 114) | public void testUpdateByPrimaryKey() { method testUpdateByPrimaryKeySelective (line 137) | public void testUpdateByPrimaryKeySelective() { FILE: base/src/test/java/tk/mybatis/mapper/test/user/TestUserLogin.java class TestUserLogin (line 44) | public class TestUserLogin { method testInsert (line 50) | @Test method testDelete (line 75) | @Test method testSelect (line 103) | @Test method testUpdateByPrimaryKey (line 120) | @Test method testUpdateByPrimaryKeySelective (line 146) | @Test FILE: base/src/test/java/tk/mybatis/mapper/test/user/TestUserLogin2.java class TestUserLogin2 (line 43) | public class TestUserLogin2 { method testInsert (line 49) | @Test method testDelete (line 74) | @Test method testSelect (line 102) | @Test method testUpdateByPrimaryKey (line 119) | @Test method testUpdateByPrimaryKeySelective (line 145) | @Test FILE: base/src/test/java/tk/mybatis/mapper/typehandler/Address.java class Address (line 8) | public class Address implements Serializable { method getProvince (line 13) | public String getProvince() { method setProvince (line 17) | public void setProvince(String province) { method getCity (line 21) | public String getCity() { method setCity (line 25) | public void setCity(String city) { method toString (line 29) | @Override method main (line 41) | public static void main(String[] args) { FILE: base/src/test/java/tk/mybatis/mapper/typehandler/AddressTypeHandler.java class AddressTypeHandler (line 14) | public class AddressTypeHandler extends BaseTypeHandler
{ method setNonNullParameter (line 15) | @Override method convertToAddress (line 20) | private Address convertToAddress(String addressStr) { method getNullableResult (line 35) | @Override method getNullableResult (line 40) | @Override method getNullableResult (line 45) | @Override FILE: base/src/test/java/tk/mybatis/mapper/typehandler/CreateDB.sql type user (line 3) | create table user FILE: base/src/test/java/tk/mybatis/mapper/typehandler/StateEnum.java type StateEnum (line 6) | public enum StateEnum { FILE: base/src/test/java/tk/mybatis/mapper/typehandler/StateEnumTypeHandler.java class StateEnumTypeHandler (line 5) | public class StateEnumTypeHandler extends EnumOrdinalTypeHandler type) { FILE: base/src/test/java/tk/mybatis/mapper/typehandler/TypeHandlerTest.java class TypeHandlerTest (line 16) | public class TypeHandlerTest extends BaseTest { method getConfig (line 18) | @Override method getConfigFileAsReader (line 25) | @Override method getSqlFileAsReader (line 30) | @Override method testSelect (line 35) | @Test method testInsert (line 63) | @Test method testUpdate (line 90) | @Test method testDelete (line 115) | @Test FILE: base/src/test/java/tk/mybatis/mapper/typehandler/TypeHandlerTest2.java class TypeHandlerTest2 (line 16) | public class TypeHandlerTest2 extends BaseTest { method getConfig (line 18) | @Override method getConfigFileAsReader (line 25) | @Override method getSqlFileAsReader (line 30) | @Override method testSelect (line 35) | @Test method testInsert (line 63) | @Test method testUpdate (line 90) | @Test method testDelete (line 115) | @Test FILE: base/src/test/java/tk/mybatis/mapper/typehandler/User.java class User (line 11) | public class User implements Serializable { method getAddress (line 21) | public Address getAddress() { method setAddress (line 25) | public void setAddress(Address address) { method getId (line 29) | public Integer getId() { method setId (line 33) | public void setId(Integer id) { method getName (line 37) | public String getName() { method setName (line 41) | public void setName(String name) { method getState (line 45) | public StateEnum getState() { method setState (line 49) | public void setState(StateEnum state) { FILE: base/src/test/java/tk/mybatis/mapper/typehandler/User2.java class User2 (line 11) | @Table(name = "user") method getAddress (line 21) | public Address getAddress() { method setAddress (line 25) | public void setAddress(Address address) { method getId (line 29) | public Integer getId() { method setId (line 33) | public void setId(Integer id) { method getName (line 37) | public String getName() { method setName (line 41) | public void setName(String name) { method getState (line 45) | public StateEnum getState() { method setState (line 49) | public void setState(StateEnum state) { FILE: base/src/test/java/tk/mybatis/mapper/typehandler/User2Mapper.java type User2Mapper (line 8) | public interface User2Mapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/typehandler/UserMapper.java type UserMapper (line 8) | public interface UserMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/version/CreateDB.sql type user_timestamp (line 3) | CREATE TABLE user_timestamp type user_int (line 15) | CREATE TABLE user_int FILE: base/src/test/java/tk/mybatis/mapper/version/UserInt.java class UserInt (line 11) | @Table(name = "user_int") method getId (line 19) | public Integer getId() { method setId (line 23) | public void setId(Integer id) { method getAge (line 27) | public Integer getAge() { method setAge (line 31) | public void setAge(Integer age) { FILE: base/src/test/java/tk/mybatis/mapper/version/UserIntMapper.java type UserIntMapper (line 8) | public interface UserIntMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/version/UserTimestamp.java class UserTimestamp (line 12) | @Table(name = "user_timestamp") method getId (line 20) | public Integer getId() { method setId (line 24) | public void setId(Integer id) { method getJoinDate (line 28) | public Timestamp getJoinDate() { method setJoinDate (line 32) | public void setJoinDate(Timestamp joinDate) { FILE: base/src/test/java/tk/mybatis/mapper/version/UserTimestampMapper.java type UserTimestampMapper (line 8) | public interface UserTimestampMapper extends Mapper { FILE: base/src/test/java/tk/mybatis/mapper/version/VersionTest.java class VersionTest (line 16) | public class VersionTest extends BaseTest { method getConfigFileAsReader (line 18) | @Override method getSqlFileAsReader (line 23) | @Override method testInsert (line 28) | @Test method testUpdate (line 43) | @Test method testUpdateByPrimaryKeySelective (line 61) | @Test method testUpdateInt (line 79) | @Test method testUpdateIntByPrimaryKeySelective (line 97) | @Test FILE: base/src/test/resources/CreateDB.sql type country (line 3) | create table country type country2 (line 12) | create table country2 type country_t (line 20) | create table country_t type country_jdbc (line 27) | create table country_jdbc type country_i (line 35) | create table country_i type user_info (line 44) | create table user_info type user_info_map (line 60) | create table user_info_map type user_login (line 94) | create table user_login type tb_user (line 500) | create table tb_user FILE: core/src/main/java/tk/mybatis/mapper/LogicDeleteException.java class LogicDeleteException (line 3) | public class LogicDeleteException extends RuntimeException { method LogicDeleteException (line 5) | public LogicDeleteException() { method LogicDeleteException (line 9) | public LogicDeleteException(String message) { method LogicDeleteException (line 13) | public LogicDeleteException(String message, Throwable cause) { method LogicDeleteException (line 17) | public LogicDeleteException(Throwable cause) { FILE: core/src/main/java/tk/mybatis/mapper/MapperException.java class MapperException (line 30) | public class MapperException extends RuntimeException { method MapperException (line 31) | public MapperException() { method MapperException (line 35) | public MapperException(String message) { method MapperException (line 39) | public MapperException(String message, Throwable cause) { method MapperException (line 43) | public MapperException(Throwable cause) { FILE: core/src/main/java/tk/mybatis/mapper/code/IdentityDialect.java type IdentityDialect (line 30) | public enum IdentityDialect { method IdentityDialect (line 45) | private IdentityDialect(String identityRetrievalStatement) { method getDatabaseDialect (line 49) | public static IdentityDialect getDatabaseDialect(String database) { method getIdentityRetrievalStatement (line 75) | public String getIdentityRetrievalStatement() { FILE: core/src/main/java/tk/mybatis/mapper/code/ORDER.java type ORDER (line 8) | public enum ORDER { FILE: core/src/main/java/tk/mybatis/mapper/code/Style.java type Style (line 30) | public enum Style { FILE: core/src/main/java/tk/mybatis/mapper/entity/Condition.java class Condition (line 33) | public class Condition extends Example { method Condition (line 34) | public Condition(Class entityClass) { method Condition (line 38) | public Condition(Class entityClass, boolean exists) { method Condition (line 42) | public Condition(Class entityClass, boolean exists, boolean notNull) { FILE: core/src/main/java/tk/mybatis/mapper/entity/Config.java class Config (line 43) | public class Config { method getCatalog (line 104) | public String getCatalog() { method setCatalog (line 113) | public void setCatalog(String catalog) { method getIDENTITY (line 122) | public String getIDENTITY() { method setIDENTITY (line 135) | public void setIDENTITY(String IDENTITY) { method getPrefix (line 149) | public String getPrefix() { method getSchema (line 159) | public String getSchema() { method setSchema (line 169) | public void setSchema(String schema) { method getSeqFormat (line 178) | public String getSeqFormat() { method setSeqFormat (line 191) | public void setSeqFormat(String seqFormat) { method getStyle (line 195) | public Style getStyle() { method setStyle (line 199) | public void setStyle(Style style) { method getWrapKeyword (line 203) | public String getWrapKeyword() { method setWrapKeyword (line 207) | public void setWrapKeyword(String wrapKeyword) { method isBEFORE (line 216) | public boolean isBEFORE() { method setBEFORE (line 220) | public void setBEFORE(boolean BEFORE) { method isCheckExampleEntityClass (line 224) | public boolean isCheckExampleEntityClass() { method setCheckExampleEntityClass (line 228) | public void setCheckExampleEntityClass(boolean checkExampleEntityClass) { method isEnableMethodAnnotation (line 232) | public boolean isEnableMethodAnnotation() { method setEnableMethodAnnotation (line 236) | public void setEnableMethodAnnotation(boolean enableMethodAnnotation) { method isEnumAsSimpleType (line 240) | public boolean isEnumAsSimpleType() { method setEnumAsSimpleType (line 244) | public void setEnumAsSimpleType(boolean enumAsSimpleType) { method isNotEmpty (line 248) | public boolean isNotEmpty() { method setNotEmpty (line 252) | public void setNotEmpty(boolean notEmpty) { method isUseSimpleType (line 256) | public boolean isUseSimpleType() { method setUseSimpleType (line 260) | public void setUseSimpleType(boolean useSimpleType) { method setOrder (line 269) | public void setOrder(String order) { method getIdentity (line 273) | public String getIdentity() { method setIdentity (line 277) | public void setIdentity(String identity) { method getMappers (line 281) | public List getMappers() { method setMappers (line 285) | public void setMappers(List mappers) { method isBefore (line 289) | public boolean isBefore() { method setBefore (line 293) | public void setBefore(boolean before) { method getResolveClass (line 297) | public Class getResolveClass() { method setResolveClass (line 301) | public void setResolveClass(Class resolveClas... method isSafeDelete (line 305) | public boolean isSafeDelete() { method setSafeDelete (line 309) | public void setSafeDelete(boolean safeDelete) { method isSafeUpdate (line 313) | public boolean isSafeUpdate() { method setSafeUpdate (line 317) | public void setSafeUpdate(boolean safeUpdate) { method isLogicDeleteByKey (line 321) | public boolean isLogicDeleteByKey() { method setLogicDeleteByKey (line 325) | public void setLogicDeleteByKey(boolean logicDeleteByKey) { method isUseJavaType (line 329) | public boolean isUseJavaType() { method setUseJavaType (line 333) | public void setUseJavaType(boolean useJavaType) { method isEnableBaseResultMapFlag (line 337) | public boolean isEnableBaseResultMapFlag() { method setEnableBaseResultMapFlag (line 341) | public void setEnableBaseResultMapFlag(boolean enableBaseResultMapFlag) { method setProperties (line 350) | public void setProperties(Properties properties) { FILE: core/src/main/java/tk/mybatis/mapper/entity/EntityColumn.java class EntityColumn (line 37) | public class EntityColumn { method EntityColumn (line 67) | public EntityColumn() { method EntityColumn (line 70) | public EntityColumn(EntityTable table) { method getColumnEqualsHolder (line 80) | public String getColumnEqualsHolder(String entityName) { method getColumnHolder (line 90) | public String getColumnHolder(String entityName) { method getColumnHolder (line 101) | public String getColumnHolder(String entityName, String suffix) { method getColumnHolderWithComma (line 112) | public String getColumnHolderWithComma(String entityName, String suffi... method getColumnHolder (line 124) | public String getColumnHolder(String entityName, String suffix, String... method equals (line 157) | @Override method hashCode (line 177) | @Override method getColumn (line 192) | public String getColumn() { method setColumn (line 196) | public void setColumn(String column) { method getColumnEqualsHolder (line 205) | public String getColumnEqualsHolder() { method getColumnHolder (line 214) | public String getColumnHolder() { method getEntityField (line 218) | public EntityField getEntityField() { method setEntityField (line 222) | public void setEntityField(EntityField entityField) { method getGenerator (line 226) | public String getGenerator() { method setGenerator (line 230) | public void setGenerator(String generator) { method getJavaType (line 234) | public Class getJavaType() { method setJavaType (line 238) | public void setJavaType(Class javaType) { method getJdbcType (line 242) | public JdbcType getJdbcType() { method setJdbcType (line 246) | public void setJdbcType(JdbcType jdbcType) { method getOrderBy (line 250) | public String getOrderBy() { method setOrderBy (line 254) | public void setOrderBy(String orderBy) { method getProperty (line 258) | public String getProperty() { method setProperty (line 262) | public void setProperty(String property) { method getTable (line 266) | public EntityTable getTable() { method setTable (line 270) | public void setTable(EntityTable table) { method getTypeHandler (line 274) | public Class getTypeHandler() { method setTypeHandler (line 278) | public void setTypeHandler(Class typeHandler) { method isId (line 282) | public boolean isId() { method setId (line 286) | public void setId(boolean id) { method isIdentity (line 290) | public boolean isIdentity() { method setIdentity (line 294) | public void setIdentity(boolean identity) { method getGenIdClass (line 298) | public Class getGenIdClass() { method setGenIdClass (line 302) | public void setGenIdClass(Class genIdClass) { method isInsertable (line 306) | public boolean isInsertable() { method setInsertable (line 310) | public void setInsertable(boolean insertable) { method isUpdatable (line 314) | public boolean isUpdatable() { method setUpdatable (line 318) | public void setUpdatable(boolean updatable) { method getOrder (line 322) | public ORDER getOrder() { method setOrder (line 326) | public void setOrder(ORDER order) { method isBlob (line 330) | public boolean isBlob() { method setBlob (line 334) | public void setBlob(boolean blob) { method isUseJavaType (line 338) | public boolean isUseJavaType() { method setUseJavaType (line 342) | public void setUseJavaType(boolean useJavaType) { method getOrderPriority (line 346) | public int getOrderPriority() { method setOrderPriority (line 350) | public void setOrderPriority(int orderPriority) { method toString (line 354) | @Override FILE: core/src/main/java/tk/mybatis/mapper/entity/EntityField.java class EntityField (line 38) | public class EntityField { method EntityField (line 51) | public EntityField(Field field, PropertyDescriptor propertyDescriptor) { method copyFromPropertyDescriptor (line 70) | public void copyFromPropertyDescriptor(EntityField other) { method isAnnotationPresent (line 83) | public boolean isAnnotationPresent(Class annotat... method getAnnotation (line 104) | public T getAnnotation(Class annotationClass) { method getValue (line 126) | public Object getValue(Object object) throws IllegalAccessException, I... method equals (line 139) | @Override method hashCode (line 150) | @Override method getJavaType (line 160) | public Class getJavaType() { method setJavaType (line 169) | public void setJavaType(Class javaType) { method getName (line 178) | public String getName() { FILE: core/src/main/java/tk/mybatis/mapper/entity/EntityTable.java class EntityTable (line 47) | public class EntityTable { method EntityTable (line 68) | public EntityTable(Class entityClass) { method getResultMap (line 78) | public ResultMap getResultMap(Configuration configuration) { method initPropertyMap (line 119) | public void initPropertyMap() { method getInstance (line 133) | @SuppressWarnings("unchecked") method getBaseSelect (line 153) | public String getBaseSelect() { method setBaseSelect (line 157) | public void setBaseSelect(String baseSelect) { method getCatalog (line 161) | public String getCatalog() { method setCatalog (line 165) | public void setCatalog(String catalog) { method getEntityClass (line 169) | public Class getEntityClass() { method getEntityClassColumns (line 173) | public LinkedHashSet getEntityClassColumns() { method setEntityClassColumns (line 177) | public void setEntityClassColumns(LinkedHashSet entityCl... method getEntityClassPKColumns (line 181) | public LinkedHashSet getEntityClassPKColumns() { method setEntityClassPKColumns (line 185) | public void setEntityClassPKColumns(LinkedHashSet entity... method getKeyColumns (line 189) | public String[] getKeyColumns() { method setKeyColumns (line 196) | public void setKeyColumns(String keyColumn) { method getKeyProperties (line 205) | public String[] getKeyProperties() { method setKeyProperties (line 212) | public void setKeyProperties(String keyProperty) { method getName (line 221) | public String getName() { method setName (line 225) | public void setName(String name) { method getOrderByClause (line 229) | public String getOrderByClause() { method setOrderByClause (line 233) | public void setOrderByClause(String orderByClause) { method getPrefix (line 237) | public String getPrefix() { method getPropertyMap (line 247) | public Map getPropertyMap() { method getSchema (line 251) | public String getSchema() { method setSchema (line 255) | public void setSchema(String schema) { method setKeyColumns (line 259) | public void setKeyColumns(List keyColumns) { method setKeyProperties (line 263) | public void setKeyProperties(List keyProperties) { method setTable (line 267) | public void setTable(Table table) { FILE: core/src/main/java/tk/mybatis/mapper/entity/Example.java class Example (line 41) | public class Example implements IDynamicTableName { method Example (line 77) | public Example(Class entityClass) { method Example (line 87) | public Example(Class entityClass, boolean exists) { method Example (line 98) | public Example(Class entityClass, boolean exists, boolean notNull) { method Example (line 110) | private Example(Builder builder) { method builder (line 128) | public static Builder builder(Class entityClass) { method orderBy (line 132) | public OrderBy orderBy(String property) { method excludeProperties (line 143) | public Example excludeProperties(String... properties) { method selectProperties (line 165) | public Example selectProperties(String... properties) { method or (line 181) | public void or(Criteria criteria) { method or (line 186) | public Criteria or() { method and (line 193) | public void and(Criteria criteria) { method and (line 198) | public Criteria and() { method createCriteria (line 205) | public Criteria createCriteria() { method createCriteriaInternal (line 214) | protected Criteria createCriteriaInternal() { method clear (line 219) | public void clear() { method getPropertyMap (line 225) | public Map getPropertyMap() { class OrderBy (line 229) | public static class OrderBy { method OrderBy (line 235) | public OrderBy(Example example, Map propertyMa... method property (line 240) | private String property(String property) { method orderBy (line 251) | public OrderBy orderBy(String property) { method desc (line 266) | public OrderBy desc() { method asc (line 274) | public OrderBy asc() { class GeneratedCriteria (line 283) | protected abstract static class GeneratedCriteria { method GeneratedCriteria (line 294) | protected GeneratedCriteria(Map propertyMap, b... method column (line 302) | private String column(String property) { method property (line 312) | private String property(String property) { method addCriterion (line 322) | protected void addCriterion(String condition) { method addCriterion (line 332) | protected void addCriterion(String condition, Object value, String p... method addCriterion (line 346) | protected void addCriterion(String condition, Object value1, Object ... method addOrCriterion (line 360) | protected void addOrCriterion(String condition) { method addOrCriterion (line 370) | protected void addOrCriterion(String condition, Object value, String... method addOrCriterion (line 384) | protected void addOrCriterion(String condition, Object value1, Objec... method andIsNull (line 398) | public Criteria andIsNull(String property) { method andIsNotNull (line 403) | public Criteria andIsNotNull(String property) { method andEqualTo (line 408) | public Criteria andEqualTo(String property, Object value) { method andNotEqualTo (line 413) | public Criteria andNotEqualTo(String property, Object value) { method andGreaterThan (line 418) | public Criteria andGreaterThan(String property, Object value) { method andGreaterThanOrEqualTo (line 423) | public Criteria andGreaterThanOrEqualTo(String property, Object valu... method andLessThan (line 428) | public Criteria andLessThan(String property, Object value) { method andLessThanOrEqualTo (line 433) | public Criteria andLessThanOrEqualTo(String property, Object value) { method andIn (line 438) | public Criteria andIn(String property, Iterable values) { method andNotIn (line 443) | public Criteria andNotIn(String property, Iterable values) { method andBetween (line 448) | public Criteria andBetween(String property, Object value1, Object va... method andNotBetween (line 453) | public Criteria andNotBetween(String property, Object value1, Object... method andLike (line 458) | public Criteria andLike(String property, String value) { method andNotLike (line 463) | public Criteria andNotLike(String property, String value) { method andCondition (line 474) | public Criteria andCondition(String condition) { method andCondition (line 486) | public Criteria andCondition(String condition, Object value) { method andEqualTo (line 498) | public Criteria andEqualTo(Object param) { method andAllEqualTo (line 522) | public Criteria andAllEqualTo(Object param) { method orIsNull (line 540) | public Criteria orIsNull(String property) { method orIsNotNull (line 545) | public Criteria orIsNotNull(String property) { method orEqualTo (line 550) | public Criteria orEqualTo(String property, Object value) { method orNotEqualTo (line 555) | public Criteria orNotEqualTo(String property, Object value) { method orGreaterThan (line 560) | public Criteria orGreaterThan(String property, Object value) { method orGreaterThanOrEqualTo (line 565) | public Criteria orGreaterThanOrEqualTo(String property, Object value) { method orLessThan (line 570) | public Criteria orLessThan(String property, Object value) { method orLessThanOrEqualTo (line 575) | public Criteria orLessThanOrEqualTo(String property, Object value) { method orIn (line 580) | public Criteria orIn(String property, Iterable values) { method orNotIn (line 585) | public Criteria orNotIn(String property, Iterable values) { method orBetween (line 590) | public Criteria orBetween(String property, Object value1, Object val... method orNotBetween (line 595) | public Criteria orNotBetween(String property, Object value1, Object ... method orLike (line 600) | public Criteria orLike(String property, String value) { method orNotLike (line 605) | public Criteria orNotLike(String property, String value) { method orCondition (line 616) | public Criteria orCondition(String condition) { method orCondition (line 628) | public Criteria orCondition(String condition, Object value) { method orEqualTo (line 640) | public Criteria orEqualTo(Object param) { method orAllEqualTo (line 661) | public Criteria orAllEqualTo(Object param) { method getAllCriteria (line 679) | public List getAllCriteria() { method getAndOr (line 683) | public String getAndOr() { method setAndOr (line 687) | public void setAndOr(String andOr) { method getCriteria (line 691) | public List getCriteria() { method isValid (line 695) | public boolean isValid() { class Criteria (line 711) | public static class Criteria extends GeneratedCriteria { method Criteria (line 713) | protected Criteria(Map propertyMap, boolean ex... class Criterion (line 718) | public static class Criterion { method Criterion (line 737) | protected Criterion(String condition) { method Criterion (line 741) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 745) | protected Criterion(String condition, Object value) { method Criterion (line 749) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 753) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 757) | protected Criterion(String condition, boolean isOr) { method Criterion (line 765) | protected Criterion(String condition, Object value, String typeHandl... method Criterion (line 778) | protected Criterion(String condition, Object value, boolean isOr) { method Criterion (line 782) | protected Criterion(String condition, Object value, Object secondVal... method Criterion (line 792) | protected Criterion(String condition, Object value, Object secondVal... method getAndOr (line 796) | public String getAndOr() { method setAndOr (line 800) | public void setAndOr(String andOr) { method getCondition (line 804) | public String getCondition() { method getSecondValue (line 808) | public Object getSecondValue() { method getTypeHandler (line 812) | public String getTypeHandler() { method getValue (line 816) | public Object getValue() { method isBetweenValue (line 820) | public boolean isBetweenValue() { method isListValue (line 824) | public boolean isListValue() { method isNoValue (line 828) | public boolean isNoValue() { method isSingleValue (line 832) | public boolean isSingleValue() { method isValid (line 836) | public boolean isValid() { class Builder (line 853) | public static class Builder { method Builder (line 874) | public Builder(Class entityClass) { method Builder (line 878) | public Builder(Class entityClass, boolean exists) { method Builder (line 882) | public Builder(Class entityClass, boolean exists, boolean notNull) { method distinct (line 892) | public Builder distinct() { method forUpdate (line 896) | public Builder forUpdate() { method selectDistinct (line 900) | public Builder selectDistinct(String... properties) { method select (line 906) | public Builder select(String... properties) { method notSelect (line 922) | public Builder notSelect(String... properties) { method from (line 938) | public Builder from(String tableName) { method where (line 942) | public Builder where(Sqls sqls) { method where (line 949) | public Builder where(SqlsCriteria sqls) { method andWhere (line 956) | public Builder andWhere(Sqls sqls) { method andWhere (line 963) | public Builder andWhere(SqlsCriteria sqls) { method orWhere (line 970) | public Builder orWhere(Sqls sqls) { method orWhere (line 977) | public Builder orWhere(SqlsCriteria sqls) { method orderBy (line 984) | public Builder orderBy(String... properties) { method orderByAsc (line 988) | public Builder orderByAsc(String... properties) { method orderByDesc (line 993) | public Builder orderByDesc(String... properties) { method contactOrderByClause (line 998) | private void contactOrderByClause(String order, String... properties) { method build (line 1012) | public Example build() { method transformCriterion (line 1034) | private void transformCriterion(Example.Criteria exampleCriteria, St... method column (line 1056) | private String column(String property) { method property (line 1066) | private String property(String property) { method propertyforOderBy (line 1076) | private String propertyforOderBy(String property) { method setDistinct (line 1087) | public Builder setDistinct(boolean distinct) { method setForUpdate (line 1092) | public Builder setForUpdate(boolean forUpdate) { method setTableName (line 1097) | public Builder setTableName(String tableName) { method getCountColumn (line 1103) | public String getCountColumn() { method getDynamicTableName (line 1107) | @Override method getEntityClass (line 1112) | public Class getEntityClass() { method getOrderByClause (line 1116) | public String getOrderByClause() { method setOrderByClause (line 1120) | public void setOrderByClause(String orderByClause) { method getOredCriteria (line 1124) | public List getOredCriteria() { method getSelectColumns (line 1128) | public Set getSelectColumns() { method isDistinct (line 1143) | public boolean isDistinct() { method setDistinct (line 1147) | public void setDistinct(boolean distinct) { method isForUpdate (line 1151) | public boolean isForUpdate() { method setForUpdate (line 1155) | public void setForUpdate(boolean forUpdate) { method setCountProperty (line 1164) | public void setCountProperty(String property) { method setTableName (line 1175) | public void setTableName(String tableName) { FILE: core/src/main/java/tk/mybatis/mapper/entity/IDynamicTableName.java type IDynamicTableName (line 33) | public interface IDynamicTableName { method getDynamicTableName (line 40) | String getDynamicTableName(); FILE: core/src/main/java/tk/mybatis/mapper/entity/SqlsCriteria.java type SqlsCriteria (line 32) | public interface SqlsCriteria { method getCriteria (line 34) | Sqls.Criteria getCriteria(); FILE: core/src/main/java/tk/mybatis/mapper/genid/GenId.java type GenId (line 24) | public interface GenId { method genId (line 26) | T genId(String table, String column); class NULL (line 28) | class NULL implements GenId { method genId (line 29) | @Override FILE: core/src/main/java/tk/mybatis/mapper/genid/GenIdUtil.java class GenIdUtil (line 39) | public class GenIdUtil { method genId (line 55) | public static void genId(Object target, String property, Class entityClass) { method getEntityTableOrNull (line 80) | public static EntityTable getEntityTableOrNull(Class entityClass) { method getOrderByClause (line 90) | public static String getOrderByClause(Class entityClass) { method getColumns (line 127) | public static Set getColumns(Class entityClass) { method getPKColumns (line 137) | public static Set getPKColumns(Class entityClass) { method getSelectColumns (line 147) | public static String getSelectColumns(Class entityClass) { method initEntityNameMap (line 178) | public static synchronized void initEntityNameMap(Class entityClass... method setResolve (line 192) | static void setResolve(EntityResolve resolve) { method setKeyProperties (line 202) | public static void setKeyProperties(Set pkColumns, Mappe... FILE: core/src/main/java/tk/mybatis/mapper/mapperhelper/FieldHelper.java class FieldHelper (line 45) | public class FieldHelper { method getFields (line 55) | public static List getFields(Class entityClass) { method getProperties (line 65) | public static List getProperties(Class entityClass) { method getAll (line 76) | public static List getAll(Class entityClass) { method containFiled (line 107) | private static boolean containFiled(List fieldList, Strin... type IFieldHelper (line 119) | interface IFieldHelper { method getFields (line 126) | List getFields(Class entityClass); method getProperties (line 134) | List getProperties(Class entityClass); class Jdk8FieldHelper (line 140) | static class Jdk8FieldHelper implements IFieldHelper { method getFields (line 147) | @Override method _getFields (line 173) | private List _getFields(Class entityClass, List fromMapperClasses(Class mapperCl... method registerMapper (line 149) | public void registerMapper(Class mapperClass) { method registerMapper (line 168) | public void registerMapper(String mapperClass) { method isMapperMethod (line 183) | public MapperTemplate isMapperMethod(String msId) { method getMapperTemplateByMsId (line 205) | public MapperTemplate getMapperTemplateByMsId(String msId) { method isExtendCommonMapper (line 222) | public boolean isExtendCommonMapper(Class mapperInterface) { method hasRegisterMapper (line 238) | private boolean hasRegisterMapper(Class mapperInterface) { method processConfiguration (line 267) | public void processConfiguration(Configuration configuration) { method processConfiguration (line 277) | public void processConfiguration(Configuration configuration, Class... method processMappedStatement (line 299) | public void processMappedStatement(MappedStatement ms) { method getConfig (line 321) | public Config getConfig() { method setConfig (line 330) | public void setConfig(Config config) { method setProperties (line 354) | public void setProperties(Properties properties) { method setSqlSource (line 392) | public void setSqlSource(MappedStatement ms, MapperTemplate mapperTemp... method setRawSqlSourceMapper (line 407) | public void setRawSqlSourceMapper(MappedStatement ms) { FILE: core/src/main/java/tk/mybatis/mapper/mapperhelper/MapperTemplate.java class MapperTemplate (line 60) | public abstract class MapperTemplate { method MapperTemplate (line 67) | public MapperTemplate(Class mapperClass, MapperHelper mapperHelper) { method dynamicSQL (line 78) | public String dynamicSQL(Object record) { method addMethodMap (line 88) | public void addMethodMap(String methodName, Method method) { method getIDENTITY (line 98) | public String getIDENTITY(EntityColumn column) { method supportMethod (line 108) | public boolean supportMethod(String msId) { method setResultType (line 123) | protected void setResultType(MappedStatement ms, Class entityClass) { method setSqlSource (line 137) | protected void setSqlSource(MappedStatement ms, SqlSource sqlSource) { method createSqlSource (line 149) | public SqlSource createSqlSource(MappedStatement ms, String xmlSql) { method getEntityClass (line 159) | public Class getEntityClass(MappedStatement ms) { method tableName (line 199) | protected String tableName(Class entityClass) { method getConfig (line 212) | public Config getConfig() { method getIDENTITY (line 216) | public String getIDENTITY() { method isBEFORE (line 220) | public boolean isBEFORE() { method isCheckExampleEntityClass (line 224) | public boolean isCheckExampleEntityClass() { method isNotEmpty (line 228) | public boolean isNotEmpty() { method setSqlSource (line 239) | public void setSqlSource(MappedStatement ms) throws Exception { FILE: core/src/main/java/tk/mybatis/mapper/mapperhelper/SelectKeyGenerator.java class SelectKeyGenerator (line 42) | public class SelectKeyGenerator implements KeyGenerator { method SelectKeyGenerator (line 48) | public SelectKeyGenerator(MappedStatement keyStatement, boolean execut... method processBefore (line 53) | @Override method processAfter (line 60) | @Override method processGeneratedKeys (line 67) | private void processGeneratedKeys(Executor executor, MappedStatement m... method handleMultipleProperties (line 105) | private void handleMultipleProperties(String[] keyProperties, method setValue (line 124) | private void setValue(MetaObject metaParam, String property, Object va... FILE: core/src/main/java/tk/mybatis/mapper/mapperhelper/SelectKeyHelper.java class SelectKeyHelper (line 47) | public class SelectKeyHelper { method newSelectKeyMappedStatement (line 55) | public static void newSelectKeyMappedStatement(MappedStatement ms, Ent... FILE: core/src/main/java/tk/mybatis/mapper/mapperhelper/SqlHelper.java class SqlHelper (line 43) | public class SqlHelper { method isLogicDeleteByKey (line 50) | public static boolean isLogicDeleteByKey() { method setLogicDeleteByKey (line 54) | public static void setLogicDeleteByKey(boolean logicDeleteByKey) { method getDynamicTableName (line 65) | public static String getDynamicTableName(Class entityClass, String ... method getDynamicTableName (line 91) | public static String getDynamicTableName(Class entityClass, String ... method getBindCache (line 120) | public static String getBindCache(EntityColumn column) { method getBindValue (line 134) | public static String getBindValue(EntityColumn column, String value) { method getIfCacheNotNull (line 148) | public static String getIfCacheNotNull(EntityColumn column, String con... method getIfCacheIsNull (line 162) | public static String getIfCacheIsNull(EntityColumn column, String cont... method getIfNotNull (line 178) | public static String getIfNotNull(EntityColumn column, String contents... method getIfIsNull (line 190) | public static String getIfIsNull(EntityColumn column, String contents,... method getIfNotNull (line 203) | public static String getIfNotNull(String entityName, EntityColumn colu... method getIfIsNull (line 232) | public static String getIfIsNull(String entityName, EntityColumn colum... method getAllColumns (line 258) | public static String getAllColumns(Class entityClass) { method selectAllColumns (line 273) | public static String selectAllColumns(Class entityClass) { method selectCount (line 287) | public static String selectCount(Class entityClass) { method selectCountExists (line 305) | public static String selectCountExists(Class entityClass) { method fromTable (line 325) | public static String fromTable(Class entityClass, String defaultTab... method updateTable (line 340) | public static String updateTable(Class entityClass, String defaultT... method updateTable (line 352) | public static String updateTable(Class entityClass, String defaultT... method deleteFromTable (line 367) | public static String deleteFromTable(Class entityClass, String defa... method insertIntoTable (line 382) | public static String insertIntoTable(Class entityClass, String defa... method insertIntoTable (line 398) | public static String insertIntoTable(Class entityClass, String defa... method insertColumns (line 415) | public static String insertColumns(Class entityClass, boolean skipI... method insertValuesColumns (line 447) | public static String insertValuesColumns(Class entityClass, boolean... method updateSetColumns (line 479) | public static String updateSetColumns(Class entityClass, String ent... method updateSetColumnsIgnoreVersion (line 537) | public static String updateSetColumnsIgnoreVersion(Class entityClas... method notAllNullParameterCheck (line 578) | public static String notAllNullParameterCheck(String parameterName, Se... method exampleHasAtLeastOneCriteriaCheck (line 600) | public static String exampleHasAtLeastOneCriteriaCheck(String paramete... method wherePKColumns (line 613) | public static String wherePKColumns(Class entityClass) { method wherePKColumns (line 624) | public static String wherePKColumns(Class entityClass, boolean useV... method wherePKColumns (line 636) | public static String wherePKColumns(Class entityClass, String entit... method whereAllIfColumns (line 666) | public static String whereAllIfColumns(Class entityClass, boolean e... method whereAllIfColumns (line 678) | public static String whereAllIfColumns(Class entityClass, boolean e... method whereVersion (line 714) | public static String whereVersion(Class entityClass){ method whereVersion (line 725) | public static String whereVersion(Class entityClass,String entityNa... method whereLogicDelete (line 750) | public static String whereLogicDelete(Class entityClass, boolean is... method logicDeleteColumnEqualsValue (line 767) | public static String logicDeleteColumnEqualsValue(Class entityClass... method logicDeleteColumnEqualsValue (line 789) | public static String logicDeleteColumnEqualsValue(EntityColumn column,... method getLogicDeletedValue (line 809) | public static Integer getLogicDeletedValue(EntityColumn column, boolea... method hasLogicDeleteColumn (line 826) | public static boolean hasLogicDeleteColumn(Class entityClass) { method getLogicDeleteColumn (line 836) | public static EntityColumn getLogicDeleteColumn(Class entityClass) { method orderByDefault (line 858) | public static String orderByDefault(Class entityClass) { method exampleSelectColumns (line 873) | public static String exampleSelectColumns(Class entityClass) { method exampleCountColumn (line 894) | public static String exampleCountColumn(Class entityClass) { method exampleOrderBy (line 912) | public static String exampleOrderBy(Class entityClass) { method exampleOrderBy (line 931) | public static String exampleOrderBy(String entityName, Class entity... method exampleForUpdate (line 950) | public static String exampleForUpdate() { method exampleCheck (line 963) | public static String exampleCheck(Class entityClass) { method exampleWhereClause (line 976) | public static String exampleWhereClause() { method updateByExampleWhereClause (line 1017) | public static String updateByExampleWhereClause() { FILE: core/src/main/java/tk/mybatis/mapper/mapperhelper/resolve/DefaultEntityResolve.java class DefaultEntityResolve (line 34) | public class DefaultEntityResolve implements EntityResolve { method resolveEntity (line 37) | @Override method processField (line 102) | protected void processField(EntityTable entityTable, EntityField field... method processOrderBy (line 171) | protected void processOrderBy(EntityTable entityTable, EntityField fie... method processKeyGenerator (line 201) | protected void processKeyGenerator(EntityTable entityTable, EntityFiel... method processGeneratedValue (line 218) | protected void processGeneratedValue(EntityTable entityTable, EntityCo... method processKeySql (line 256) | protected void processKeySql(EntityTable entityTable, EntityColumn ent... FILE: core/src/main/java/tk/mybatis/mapper/mapperhelper/resolve/EntityResolve.java type EntityResolve (line 11) | public interface EntityResolve { method resolveEntity (line 20) | EntityTable resolveEntity(Class entityClass, Config config); FILE: core/src/main/java/tk/mybatis/mapper/provider/EmptyProvider.java class EmptyProvider (line 35) | public class EmptyProvider extends MapperTemplate { method EmptyProvider (line 37) | public EmptyProvider(Class mapperClass, MapperHelper mapperHelper) { method supportMethod (line 41) | @Override FILE: core/src/main/java/tk/mybatis/mapper/session/Configuration.java class Configuration (line 16) | public class Configuration extends org.apache.ibatis.session.Configurati... method setMapperHelper (line 27) | public void setMapperHelper(MapperHelper mapperHelper) { method setMapperProperties (line 36) | public void setMapperProperties(Properties properties) { method setConfig (line 48) | public void setConfig(Config config) { method addMappedStatement (line 55) | @Override FILE: core/src/main/java/tk/mybatis/mapper/util/Assert.java class Assert (line 9) | public abstract class Assert { method isTrue (line 11) | public static void isTrue(boolean expression, String errorMsg) throws ... method isNull (line 17) | public static void isNull(Object object, String errorMsg) throws Illeg... method notNull (line 23) | public static T notNull(T object, String errorMsg) throws NullPoin... method notEmpty (line 30) | public static String notEmpty(String text, String errorMsg) throws Ill... method notEmpty (line 37) | public static Object[] notEmpty(Object[] array, String errorMsg) throw... method notEmpty (line 44) | public static Collection notEmpty(Collection collection, Str... method notEmpty (line 51) | public static Map notEmpty(Map map, String errorMsg... FILE: core/src/main/java/tk/mybatis/mapper/util/MetaObjectUtil.java class MetaObjectUtil (line 37) | public class MetaObjectUtil { method forObject (line 55) | public static MetaObject forObject(Object object) { FILE: core/src/main/java/tk/mybatis/mapper/util/MsUtil.java class MsUtil (line 37) | public class MsUtil { method getMapperClass (line 47) | public static Class getMapperClass(String msId) { method getClassLoaders (line 78) | private static ClassLoader[] getClassLoaders() { method getMethodName (line 88) | public static String getMethodName(MappedStatement ms) { method getMethodName (line 98) | public static String getMethodName(String msId) { FILE: core/src/main/java/tk/mybatis/mapper/util/OGNL.java class OGNL (line 43) | public abstract class OGNL { method checkExampleEntityClass (line 54) | public static boolean checkExampleEntityClass(Object parameter, String... method notAllNullParameterCheck (line 73) | public static boolean notAllNullParameterCheck(Object parameter, Strin... method notEmptyCollectionCheck (line 100) | public static boolean notEmptyCollectionCheck(Object parameter, String... method exampleHasAtLeastOneCriteriaCheck (line 113) | public static boolean exampleHasAtLeastOneCriteriaCheck(Object paramet... method hasSelectColumns (line 152) | public static boolean hasSelectColumns(Object parameter) { method hasCountColumn (line 168) | public static boolean hasCountColumn(Object parameter) { method hasForUpdate (line 182) | public static boolean hasForUpdate(Object parameter) { method hasNoSelectColumns (line 196) | public static boolean hasNoSelectColumns(Object parameter) { method isDynamicParameter (line 206) | public static boolean isDynamicParameter(Object parameter) { method isNotDynamicParameter (line 219) | public static boolean isNotDynamicParameter(Object parameter) { method andOr (line 229) | public static String andOr(Object parameter) { method andNotLogicDelete (line 247) | public static String andNotLogicDelete(Object parameter) { method hasWhereCause (line 281) | private static boolean hasWhereCause(Example example) { FILE: core/src/main/java/tk/mybatis/mapper/util/SimpleTypeUtil.java class SimpleTypeUtil (line 39) | public class SimpleTypeUtil { method registerSimpleType (line 84) | public static void registerSimpleType(Class clazz) { method registerPrimitiveTypes (line 91) | public static void registerPrimitiveTypes() { method registerSimpleType (line 107) | public static void registerSimpleType(String classes) { method registerSimpleTypeSilence (line 125) | private static void registerSimpleTypeSilence(String clazz) { method isSimpleType (line 139) | public static boolean isSimpleType(Class clazz) { FILE: core/src/main/java/tk/mybatis/mapper/util/SqlReservedWords.java class SqlReservedWords (line 40) | public class SqlReservedWords { method SqlReservedWords (line 971) | private SqlReservedWords() { method containsWord (line 974) | public static boolean containsWord(String word) { FILE: core/src/main/java/tk/mybatis/mapper/util/Sqls.java class Sqls (line 10) | public class Sqls { method Sqls (line 13) | private Sqls() { method custom (line 17) | public static Sqls custom() { method getCriteria (line 21) | public Criteria getCriteria() { method andIsNull (line 25) | public Sqls andIsNull(String property) { method andIsNotNull (line 30) | public Sqls andIsNotNull(String property) { method andEqualTo (line 35) | public Sqls andEqualTo(String property, Object value) { method andNotEqualTo (line 40) | public Sqls andNotEqualTo(String property, Object value) { method andGreaterThan (line 45) | public Sqls andGreaterThan(String property, Object value) { method andGreaterThanOrEqualTo (line 50) | public Sqls andGreaterThanOrEqualTo(String property, Object value) { method andLessThan (line 56) | public Sqls andLessThan(String property, Object value) { method andLessThanOrEqualTo (line 61) | public Sqls andLessThanOrEqualTo(String property, Object value) { method andIn (line 66) | public Sqls andIn(String property, Iterable values) { method andNotIn (line 71) | public Sqls andNotIn(String property, Iterable values) { method andBetween (line 76) | public Sqls andBetween(String property, Object value1, Object value2) { method andNotBetween (line 81) | public Sqls andNotBetween(String property, Object value1, Object value... method andLike (line 86) | public Sqls andLike(String property, String value) { method andNotLike (line 91) | public Sqls andNotLike(String property, String value) { method orIsNull (line 97) | public Sqls orIsNull(String property) { method orIsNotNull (line 102) | public Sqls orIsNotNull(String property) { method orEqualTo (line 108) | public Sqls orEqualTo(String property, Object value) { method orNotEqualTo (line 113) | public Sqls orNotEqualTo(String property, Object value) { method orGreaterThan (line 118) | public Sqls orGreaterThan(String property, Object value) { method orGreaterThanOrEqualTo (line 123) | public Sqls orGreaterThanOrEqualTo(String property, Object value) { method orLessThan (line 128) | public Sqls orLessThan(String property, Object value) { method orLessThanOrEqualTo (line 133) | public Sqls orLessThanOrEqualTo(String property, Object value) { method orIn (line 138) | public Sqls orIn(String property, Iterable values) { method orNotIn (line 143) | public Sqls orNotIn(String property, Iterable values) { method orBetween (line 148) | public Sqls orBetween(String property, Object value1, Object value2) { method orNotBetween (line 153) | public Sqls orNotBetween(String property, Object value1, Object value2) { method orLike (line 158) | public Sqls orLike(String property, String value) { method orNotLike (line 163) | public Sqls orNotLike(String property, String value) { class Criteria (line 168) | public static class Criteria { method Criteria (line 172) | public Criteria() { method getCriterions (line 176) | public List getCriterions() { method getAndOr (line 180) | public String getAndOr() { method setAndOr (line 184) | public void setAndOr(String andOr) { class Criterion (line 189) | public static class Criterion { method Criterion (line 196) | public Criterion(String property, String condition, String andOr) { method Criterion (line 203) | public Criterion(String property, Object value, String condition, St... method Criterion (line 210) | public Criterion(String property, Object value1, Object value2, Stri... method getProperty (line 218) | public String getProperty() { method getValue (line 222) | public Object getValue() { method getSecondValue (line 226) | public Object getSecondValue() { method getValues (line 230) | public Object[] getValues() { method getCondition (line 242) | public String getCondition() { method getAndOr (line 246) | public String getAndOr() { FILE: core/src/main/java/tk/mybatis/mapper/util/StringUtil.java class StringUtil (line 35) | public class StringUtil { method isEmpty (line 44) | public static boolean isEmpty(String str) { method isNotEmpty (line 54) | public static boolean isNotEmpty(String str) { method convertByStyle (line 66) | public static String convertByStyle(String str, Style style) { method camelhumpToUnderline (line 87) | public static String camelhumpToUnderline(String str) { method underlineToCamelhump (line 107) | public static String underlineToCamelhump(String str) { method isUppercaseAlpha (line 119) | public static boolean isUppercaseAlpha(char c) { method isLowercaseAlpha (line 123) | public static boolean isLowercaseAlpha(char c) { method toUpperAscii (line 127) | public static char toUpperAscii(char c) { method toLowerAscii (line 134) | public static char toLowerAscii(char c) { FILE: core/src/main/java/tk/mybatis/mapper/version/DefaultNextVersion.java class DefaultNextVersion (line 33) | public class DefaultNextVersion implements NextVersion { method nextVersion (line 35) | @Override FILE: core/src/main/java/tk/mybatis/mapper/version/NextVersion.java type NextVersion (line 31) | public interface NextVersion { method nextVersion (line 39) | T nextVersion(T current) throws VersionException; FILE: core/src/main/java/tk/mybatis/mapper/version/VersionException.java class VersionException (line 31) | public class VersionException extends RuntimeException { method VersionException (line 32) | public VersionException() { method VersionException (line 36) | public VersionException(String message) { method VersionException (line 40) | public VersionException(String message, Throwable cause) { method VersionException (line 44) | public VersionException(Throwable cause) { FILE: core/src/main/java/tk/mybatis/mapper/version/VersionUtil.java class VersionUtil (line 35) | public class VersionUtil { method nextVersion (line 49) | public static Object nextVersion(Class nextVers... FILE: core/src/test/java/tk/mybatis/mapper/annotation/ColumnTest.java class ColumnTest (line 22) | public class ColumnTest { method beforeTest (line 28) | @Before class UserColumn (line 36) | class UserColumn { method testColumn (line 41) | @Test FILE: core/src/test/java/tk/mybatis/mapper/annotation/ColumnTypeTest.java class ColumnTypeTest (line 24) | public class ColumnTypeTest { method beforeTest (line 30) | @Before class UserColumn (line 38) | class UserColumn { method testColumn (line 43) | @Test class UserJdbcTypeVarchar (line 77) | class UserJdbcTypeVarchar { method testJdbcTypeVarchar (line 82) | @Test class UserJdbcTypeBlob (line 117) | class UserJdbcTypeBlob { method testJdbcTypeBlob (line 122) | @Test class UserTypehandler (line 157) | class UserTypehandler { method testTypehandler (line 162) | @Test type UserEnum (line 196) | enum UserEnum { class UserEnumOrdinalTypeHandler (line 200) | class UserEnumOrdinalTypeHandler { method testEnumOrdinalTypeHandler (line 205) | @Test class UserAll (line 240) | class UserAll { method testAll (line 245) | @Test FILE: core/src/test/java/tk/mybatis/mapper/annotation/IdTest.java class IdTest (line 22) | public class IdTest { method beforeTest (line 28) | @Before class UserSingleId (line 36) | class UserSingleId { method testSingleId (line 41) | @Test class UserCompositeKeys (line 61) | class UserCompositeKeys { method testCompositeKeys (line 69) | @Test FILE: core/src/test/java/tk/mybatis/mapper/annotation/KeySqlTest.java class KeySqlTest (line 20) | public class KeySqlTest { method beforeTest (line 26) | @Before class UserJDBC (line 34) | class UserJDBC { method testUseGeneratedKeys (line 39) | @Test class UserDialect (line 54) | class UserDialect { method testDialect (line 59) | @Test class UserSql (line 75) | class UserSql { method testSql (line 80) | @Test class UserAll (line 96) | class UserAll { method testAll (line 101) | @Test class UserAll2 (line 116) | class UserAll2 { method testAll2 (line 121) | @Test FILE: core/src/test/java/tk/mybatis/mapper/annotation/NameStyleTest.java class NameStyleTest (line 21) | public class NameStyleTest { method beforeTest (line 27) | @Before class UserCamelhump (line 35) | @NameStyle(Style.camelhump) method testCamelhump (line 40) | @Test class UserCamelhumpAndUppercase (line 75) | @NameStyle(Style.camelhumpAndUppercase) method testCamelhumpAndUppercase (line 80) | @Test class UserCamelhumpAndLowercase (line 115) | @NameStyle(Style.camelhumpAndLowercase) method testCamelhumpAndLowercase (line 120) | @Test class UserNormal (line 155) | @NameStyle(Style.normal) method testNormal (line 160) | @Test class UserUppercase (line 195) | @NameStyle(Style.uppercase) method testUppercase (line 200) | @Test class UserLowercase (line 235) | @NameStyle(Style.lowercase) method testLowercase (line 240) | @Test FILE: core/src/test/java/tk/mybatis/mapper/annotation/RegisterMapperTest.java class RegisterMapperTest (line 14) | public class RegisterMapperTest { method beforeTest (line 20) | @Before type MapperHashRegisterMapper (line 28) | @RegisterMapper type UserMapper (line 33) | interface UserMapper extends MapperHashRegisterMapper { method testHashRegisterMapper (line 37) | @Test type RoleMapper (line 43) | interface RoleMapper { method testRoleMapper (line 47) | @Test type RoleMapper2 (line 53) | @RegisterMapper method testRoleMapper2 (line 58) | @Test FILE: core/src/test/java/tk/mybatis/mapper/annotation/TableTest.java class TableTest (line 16) | public class TableTest { method beforeTest (line 20) | @Before class User (line 26) | @Table(name = "sys_user") method testColumn (line 31) | @Test FILE: core/src/test/java/tk/mybatis/mapper/annotation/VersionTest.java class VersionTest (line 20) | public class VersionTest { method beforeTest (line 26) | @Before class UserVersion (line 34) | class UserVersion { method testVersion (line 39) | @Test class UserVersionError (line 56) | class UserVersionError { method testVersionError (line 64) | @Test(expected = VersionException.class) FILE: core/src/test/java/tk/mybatis/mapper/mapperhelper/ComplexEntityTest.java class ComplexEntityTest (line 29) | public class ComplexEntityTest { method beforeTest (line 35) | @Before class Address (line 43) | static class Address { method getStreet (line 47) | public String getStreet() { method setStreet (line 51) | public void setStreet(String street) { method getZipCode (line 55) | public String getZipCode() { method setZipCode (line 59) | public void setZipCode(String zipCode) { type State (line 64) | static enum State { class AddressHandler (line 69) | public static class AddressHandler implements TypeHandler
{ method AddressHandler (line 70) | public AddressHandler() { method setParameter (line 74) | @Override method getResult (line 79) | @Override method getResult (line 87) | @Override method getResult (line 95) | @Override class User (line 101) | static class User { method getId (line 112) | public Long getId() { method setId (line 116) | public void setId(Long id) { method getUserName (line 120) | public String getUserName() { method setUserName (line 124) | public void setUserName(String userName) { method getAddress (line 128) | public Address getAddress() { method setAddress (line 132) | public void setAddress(Address address) { method getState (line 136) | public State getState() { method setState (line 140) | public void setState(State state) { method test (line 145) | @Test FILE: core/src/test/java/tk/mybatis/mapper/mapperhelper/FieldHelperTest.java class FieldHelperTest (line 12) | public class FieldHelperTest { class User (line 14) | static class User { method testUser (line 21) | @Test class Admin (line 29) | static class Admin { method testComplex (line 34) | @Test FILE: core/src/test/java/tk/mybatis/mapper/mapperhelper/SqlHelperTest.java class SqlHelperTest (line 12) | public class SqlHelperTest { method beforeTest (line 16) | @Before method testLogicDeleteSql (line 23) | @Test class User (line 43) | @Table(name = "tb_user") method toString (line 57) | @Override method getId (line 66) | public Integer getId() { method setId (line 70) | public void setId(Integer id) { method getUsername (line 74) | public String getUsername() { method setUsername (line 78) | public void setUsername(String username) { method getIsValid (line 82) | public Integer getIsValid() { method setIsValid (line 86) | public void setIsValid(Integer isValid) { FILE: core/src/test/java/tk/mybatis/mapper/util/StringUtilTest.java class StringUtilTest (line 31) | public class StringUtilTest { method testIsEmpty (line 33) | @Test method testIsNotEmpty (line 42) | @Test method testConvertByStyle (line 51) | @Test method testCamelhumpToUnderline (line 67) | @Test method testUnderlineToCamelhump (line 73) | @Test method testIsUppercaseAlpha (line 79) | @Test method testIsLowercaseAlpha (line 86) | @Test method testToUpperAscii (line 93) | @Test method testToLowerAscii (line 99) | @Test FILE: extra/src/main/java/tk/mybatis/mapper/additional/aggregation/AggregateCondition.java class AggregateCondition (line 17) | public class AggregateCondition implements Serializable { method AggregateCondition (line 27) | public AggregateCondition() { method AggregateCondition (line 36) | public AggregateCondition(String aggregateProperty) { method AggregateCondition (line 46) | public AggregateCondition(String aggregateProperty, String[] groupByPr... method AggregateCondition (line 56) | public AggregateCondition(String aggregateProperty, AggregateType aggr... method AggregateCondition (line 65) | public AggregateCondition(String aggregateProperty, AggregateType aggr... method builder (line 76) | public static AggregateCondition builder() { method groupBy (line 80) | public AggregateCondition groupBy(String... groupByProperties) { method aggregateBy (line 87) | public AggregateCondition aggregateBy(String aggregateProperty) { method aliasName (line 94) | public AggregateCondition aliasName(String aggregateAliasName) { method aggregateType (line 99) | public AggregateCondition aggregateType(AggregateType aggregateType) { method getAggregateProperty (line 106) | public String getAggregateProperty() { method getAggregateAliasName (line 110) | public String getAggregateAliasName() { method getGroupByProperties (line 114) | public List getGroupByProperties() { method getAggregateType (line 118) | public AggregateType getAggregateType() { FILE: extra/src/main/java/tk/mybatis/mapper/additional/aggregation/AggregateType.java type AggregateType (line 8) | public enum AggregateType { FILE: extra/src/main/java/tk/mybatis/mapper/additional/aggregation/AggregationMapper.java type AggregationMapper (line 13) | @tk.mybatis.mapper.annotation.RegisterMapper method selectAggregationByExample (line 24) | @SelectProvider(type = AggregationProvider.class, method = "dynamicSQL") FILE: extra/src/main/java/tk/mybatis/mapper/additional/aggregation/AggregationProvider.java class AggregationProvider (line 21) | public class AggregationProvider extends MapperTemplate { method AggregationProvider (line 23) | public AggregationProvider(Class mapperClass, MapperHelper mapperHe... method aggregationSelectClause (line 27) | public static String aggregationSelectClause(Class entityClass, Str... method wrapKeyword (line 52) | private static String wrapKeyword(String wrapKeyword, String columnNam... method aggregationGroupBy (line 59) | public static String aggregationGroupBy(Class entityClass, String w... method selectAggregationByExample (line 83) | public String selectAggregationByExample(MappedStatement ms) { FILE: extra/src/main/java/tk/mybatis/mapper/additional/delete/DeleteByPropertyMapper.java type DeleteByPropertyMapper (line 14) | @RegisterMapper method deleteByProperty (line 24) | @DeleteProvider(type = DeletePropertyProvider.class, method = "dynamic... method deleteInByProperty (line 34) | @DeleteProvider(type = DeletePropertyProvider.class, method = "dynamic... method deleteBetweenByProperty (line 45) | @SelectProvider(type = DeletePropertyProvider.class, method = "dynamic... FILE: extra/src/main/java/tk/mybatis/mapper/additional/delete/DeletePropertyProvider.java class DeletePropertyProvider (line 18) | public class DeletePropertyProvider extends MapperTemplate { method DeletePropertyProvider (line 20) | public DeletePropertyProvider(Class mapperClass, MapperHelper mappe... method deleteByProperty (line 30) | public String deleteByProperty(MappedStatement ms) { method deleteInByProperty (line 71) | public String deleteInByProperty(MappedStatement ms) { method deleteBetweenByProperty (line 106) | public String deleteBetweenByProperty(MappedStatement ms) { method getColumnByProperty (line 140) | public static String getColumnByProperty(Class entityClass, String ... method isNull (line 146) | public static boolean isNull(Object value, boolean safeDelete) { FILE: extra/src/main/java/tk/mybatis/mapper/additional/dialect/oracle/InsertListMapper.java type InsertListMapper (line 40) | @tk.mybatis.mapper.annotation.RegisterMapper method insertList (line 54) | @InsertProvider(type = OracleProvider.class, method = "dynamicSQL") FILE: extra/src/main/java/tk/mybatis/mapper/additional/dialect/oracle/OracleMapper.java type OracleMapper (line 8) | @tk.mybatis.mapper.annotation.RegisterMapper FILE: extra/src/main/java/tk/mybatis/mapper/additional/dialect/oracle/OracleProvider.java class OracleProvider (line 17) | public class OracleProvider extends MapperTemplate { method OracleProvider (line 19) | public OracleProvider(Class mapperClass, MapperHelper mapperHelper) { method insertList (line 40) | public String insertList(MappedStatement ms) { FILE: extra/src/main/java/tk/mybatis/mapper/additional/idlist/DeleteByIdListMapper.java type DeleteByIdListMapper (line 38) | @tk.mybatis.mapper.annotation.RegisterMapper method deleteByIdList (line 47) | @DeleteProvider(type = IdListProvider.class, method = "dynamicSQL") FILE: extra/src/main/java/tk/mybatis/mapper/additional/idlist/IdListMapper.java type IdListMapper (line 33) | @tk.mybatis.mapper.annotation.RegisterMapper FILE: extra/src/main/java/tk/mybatis/mapper/additional/idlist/IdListProvider.java class IdListProvider (line 45) | public class IdListProvider extends MapperTemplate { method IdListProvider (line 47) | public IdListProvider(Class mapperClass, MapperHelper mapperHelper) { method notEmpty (line 57) | public static void notEmpty(List list, String errorMsg) { method deleteByIdList (line 69) | public String deleteByIdList(MappedStatement ms) { method selectByIdList (line 83) | public String selectByIdList(MappedStatement ms) { method appendWhereIdList (line 100) | private void appendWhereIdList(StringBuilder sql, Class entityClass... FILE: extra/src/main/java/tk/mybatis/mapper/additional/idlist/SelectByIdListMapper.java type SelectByIdListMapper (line 38) | @tk.mybatis.mapper.annotation.RegisterMapper method selectByIdList (line 47) | @SelectProvider(type = IdListProvider.class, method = "dynamicSQL") FILE: extra/src/main/java/tk/mybatis/mapper/additional/insert/InsertListMapper.java type InsertListMapper (line 39) | @RegisterMapper method insertList (line 52) | @InsertProvider(type = InsertListProvider.class, method = "dynamicSQL") FILE: extra/src/main/java/tk/mybatis/mapper/additional/insert/InsertListProvider.java class InsertListProvider (line 39) | public class InsertListProvider extends MapperTemplate { method InsertListProvider (line 41) | public InsertListProvider(Class mapperClass, MapperHelper mapperHel... method insertList (line 50) | public String insertList(MappedStatement ms) { FILE: extra/src/main/java/tk/mybatis/mapper/additional/select/SelectByPropertyMapper.java type SelectByPropertyMapper (line 17) | @RegisterMapper method selectOneByProperty (line 27) | @SelectProvider(type = SelectPropertyProvider.class, method = "dynamic... method selectByProperty (line 37) | @SelectProvider(type = SelectPropertyProvider.class, method = "dynamic... method selectInByProperty (line 47) | @SelectProvider(type = SelectPropertyProvider.class, method = "dynamic... method selectBetweenByProperty (line 58) | @SelectProvider(type = SelectPropertyProvider.class, method = "dynamic... method existsWithProperty (line 68) | @SelectProvider(type = SelectPropertyProvider.class, method = "dynamic... method selectCountByProperty (line 78) | @SelectProvider(type = SelectPropertyProvider.class, method = "dynamic... FILE: extra/src/main/java/tk/mybatis/mapper/additional/select/SelectPropertyProvider.java class SelectPropertyProvider (line 20) | public class SelectPropertyProvider extends MapperTemplate { method SelectPropertyProvider (line 24) | public SelectPropertyProvider(Class mapperClass, MapperHelper mappe... method selectOneByProperty (line 35) | public String selectOneByProperty(MappedStatement ms) { method selectByProperty (line 71) | public String selectByProperty(MappedStatement ms) { method selectInByProperty (line 107) | public String selectInByProperty(MappedStatement ms) { method selectBetweenByProperty (line 136) | public String selectBetweenByProperty(MappedStatement ms) { method existsWithProperty (line 163) | public String existsWithProperty(MappedStatement ms) { method selectCountByProperty (line 198) | public String selectCountByProperty(MappedStatement ms) { method getColumnByProperty (line 234) | public static String getColumnByProperty(Class entityClass, String ... method existsWhereCondition (line 247) | public static boolean existsWhereCondition(Object value, boolean notEm... FILE: extra/src/main/java/tk/mybatis/mapper/additional/select/SelectSpecifyColumnsMapper.java type SelectSpecifyColumnsMapper (line 18) | @RegisterMapper method selectByColumns (line 28) | @SelectProvider( method selectByPropertys (line 41) | @SelectProvider( FILE: extra/src/main/java/tk/mybatis/mapper/additional/select/SelectSpecifyColumnsProvider.java class SelectSpecifyColumnsProvider (line 19) | public class SelectSpecifyColumnsProvider extends MapperTemplate { method SelectSpecifyColumnsProvider (line 21) | public SelectSpecifyColumnsProvider(Class mapperClass, MapperHelper... method selectByColumns (line 25) | public String selectByColumns(MappedStatement ms) { method selectByPropertys (line 41) | public String selectByPropertys(MappedStatement ms) { method whereAllIfColumns (line 64) | public static String whereAllIfColumns(Class entityClass, boolean e... method getIfNotNull (line 89) | public static String getIfNotNull(EntityColumn column, String contents... method getColumnEqualsHolder (line 104) | public static String getColumnEqualsHolder(EntityColumn column) { method getColumnHolder (line 109) | public static String getColumnHolder(EntityColumn column) { method getColumnByProperty (line 141) | public static String getColumnByProperty(Class entityClass, String ... FILE: extra/src/main/java/tk/mybatis/mapper/additional/update/batch/BatchUpdateMapper.java type BatchUpdateMapper (line 9) | @RegisterMapper method batchUpdate (line 12) | @UpdateProvider( FILE: extra/src/main/java/tk/mybatis/mapper/additional/update/batch/BatchUpdateProvider.java class BatchUpdateProvider (line 8) | public class BatchUpdateProvider extends MapperTemplate { method BatchUpdateProvider (line 10) | public BatchUpdateProvider(Class mapperClass, MapperHelper mapperHe... method batchUpdate (line 14) | public String batchUpdate(MappedStatement ms) { method batchUpdateSelective (line 25) | public String batchUpdateSelective(MappedStatement ms) { FILE: extra/src/main/java/tk/mybatis/mapper/additional/update/batch/BatchUpdateSelectiveMapper.java type BatchUpdateSelectiveMapper (line 9) | @RegisterMapper method batchUpdateSelective (line 12) | @UpdateProvider( FILE: extra/src/main/java/tk/mybatis/mapper/additional/update/differ/UpdateByDifferMapper.java type UpdateByDifferMapper (line 14) | @RegisterMapper method updateByDiffer (line 24) | @UpdateProvider(type = UpdateByDifferProvider.class, method = "dynamic... FILE: extra/src/main/java/tk/mybatis/mapper/additional/update/differ/UpdateByDifferProvider.java class UpdateByDifferProvider (line 41) | public class UpdateByDifferProvider extends MapperTemplate { method UpdateByDifferProvider (line 45) | public UpdateByDifferProvider(Class mapperClass, MapperHelper mappe... method updateByDiffer (line 54) | public String updateByDiffer(MappedStatement ms) { method wherePKColumns (line 69) | public String wherePKColumns(Class entityClass, boolean useVersion) { method whereVersion (line 92) | public String whereVersion(Class entityClass) { method updateSetColumnsByDiffer (line 114) | public String updateSetColumnsByDiffer(Class entityClass) { method getIfNotEqual (line 155) | public String getIfNotEqual(EntityColumn column, String contents) { FILE: extra/src/main/java/tk/mybatis/mapper/additional/update/force/UpdateByPrimaryKeySelectiveForceMapper.java type UpdateByPrimaryKeySelectiveForceMapper (line 14) | @RegisterMapper method updateByPrimaryKeySelectiveForce (line 24) | @UpdateProvider(type = UpdateByPrimaryKeySelectiveForceProvider.class,... FILE: extra/src/main/java/tk/mybatis/mapper/additional/update/force/UpdateByPrimaryKeySelectiveForceProvider.java class UpdateByPrimaryKeySelectiveForceProvider (line 44) | public class UpdateByPrimaryKeySelectiveForceProvider extends MapperTemp... method UpdateByPrimaryKeySelectiveForceProvider (line 48) | public UpdateByPrimaryKeySelectiveForceProvider(Class mapperClass, ... method updateByPrimaryKeySelectiveForce (line 53) | public String updateByPrimaryKeySelectiveForce(MappedStatement ms) { method updateSetColumnsForce (line 72) | public String updateSetColumnsForce(Class entityClass, String entit... method getIfNotNull (line 123) | public String getIfNotNull(String entityName, EntityColumn column, Str... FILE: extra/src/main/java/tk/mybatis/mapper/additional/upsert/BatchUpsertMapper.java type BatchUpsertMapper (line 9) | @RegisterMapper method batchUpsert (line 12) | @UpdateProvider( FILE: extra/src/main/java/tk/mybatis/mapper/additional/upsert/BatchUpsertProvider.java class BatchUpsertProvider (line 12) | public class BatchUpsertProvider extends MapperTemplate { method BatchUpsertProvider (line 14) | public BatchUpsertProvider(Class mapperClass, MapperHelper mapperHe... method batchUpsert (line 18) | public String batchUpsert(MappedStatement ms) { FILE: extra/src/main/java/tk/mybatis/mapper/additional/upsert/UpsertMapper.java type UpsertMapper (line 6) | @RegisterMapper method upsert (line 9) | @UpdateProvider( FILE: extra/src/main/java/tk/mybatis/mapper/additional/upsert/UpsertProvider.java class UpsertProvider (line 12) | public class UpsertProvider extends MapperTemplate { method UpsertProvider (line 14) | public UpsertProvider(Class mapperClass, MapperHelper mapperHelper) { method upsert (line 18) | public String upsert(MappedStatement ms) { FILE: extra/src/test/java/tk/mybatis/mapper/additional/BaseTest.java class BaseTest (line 46) | public abstract class BaseTest { method init (line 49) | @Before method configMapperHelper (line 67) | protected void configMapperHelper() { method runSql (line 86) | protected void runSql(Reader reader) { method getConfig (line 110) | protected Config getConfig() { method getConfigFileAsReader (line 119) | protected Reader getConfigFileAsReader() throws IOException { method getSqlFileAsReader (line 131) | protected Reader getSqlFileAsReader() throws IOException { method toReader (line 145) | protected Reader toReader(URL url) throws IOException { method getSqlSession (line 154) | protected SqlSession getSqlSession() { FILE: extra/src/test/java/tk/mybatis/mapper/additional/Country.java class Country (line 33) | public class Country implements Serializable { method getId (line 40) | public Long getId() { method setId (line 44) | public void setId(Long id) { method getCountryname (line 48) | public String getCountryname() { method setCountryname (line 52) | public void setCountryname(String countryname) { method getCountrycode (line 56) | public String getCountrycode() { method setCountrycode (line 60) | public void setCountrycode(String countrycode) { method toString (line 64) | @Override FILE: extra/src/test/java/tk/mybatis/mapper/additional/CountryMapper.java type CountryMapper (line 6) | public interface CountryMapper extends IdListMapper { FILE: extra/src/test/java/tk/mybatis/mapper/additional/CreateDB.sql type country (line 3) | create table country FILE: extra/src/test/java/tk/mybatis/mapper/additional/aggregation/AggregationHumpTest.java class AggregationHumpTest (line 16) | public class AggregationHumpTest extends BaseTest { method getConfigFileAsReader (line 23) | protected Reader getConfigFileAsReader() throws IOException { method getSqlFileAsReader (line 33) | protected Reader getSqlFileAsReader() throws IOException { method getConfig (line 38) | @Override method testAggregationWithCamelHump (line 46) | @Test method testAggregationValueWithCamelHump (line 83) | @Test FILE: extra/src/test/java/tk/mybatis/mapper/additional/aggregation/AggregationMapperTest.java class AggregationMapperTest (line 14) | public class AggregationMapperTest extends BaseTest { method getConfigFileAsReader (line 21) | protected Reader getConfigFileAsReader() throws IOException { method getSqlFileAsReader (line 33) | protected Reader getSqlFileAsReader() throws IOException { method testCount (line 40) | @Test method testAvg (line 55) | @Test method testSum (line 71) | @Test method testMax (line 87) | @Test method testMin (line 105) | @Test FILE: extra/src/test/java/tk/mybatis/mapper/additional/aggregation/CreateDB.sql type user (line 3) | create table user type user_hump (line 25) | create table user_hump ( FILE: extra/src/test/java/tk/mybatis/mapper/additional/aggregation/User.java class User (line 34) | public class User implements Serializable { method getId (line 44) | public Long getId() { method setId (line 48) | public void setId(Long id) { method getName (line 52) | public String getName() { method setName (line 56) | public void setName(String name) { method getRole (line 60) | public String getRole() { method setRole (line 64) | public void setRole(String role) { method getAggregation (line 68) | public Long getAggregation() { method setAggregation (line 72) | public void setAggregation(Long aggregation) { FILE: extra/src/test/java/tk/mybatis/mapper/additional/aggregation/UserHump.java class UserHump (line 9) | @Table(name = "user_hump") method getId (line 20) | public Long getId() { method setId (line 24) | public void setId(Long id) { method getUserName (line 28) | public String getUserName() { method setUserName (line 32) | public void setUserName(String userName) { method getUserRole (line 36) | public String getUserRole() { method setUserRole (line 40) | public void setUserRole(String userRole) { method getAggregation (line 44) | public Long getAggregation() { method setAggregation (line 48) | public void setAggregation(Long aggregation) { FILE: extra/src/test/java/tk/mybatis/mapper/additional/aggregation/UserHumpMapper.java type UserHumpMapper (line 5) | public interface UserHumpMapper extends Mapper, AggregationMap... FILE: extra/src/test/java/tk/mybatis/mapper/additional/aggregation/UserMapper.java type UserMapper (line 3) | public interface UserMapper extends AggregationMapper { FILE: extra/src/test/java/tk/mybatis/mapper/additional/delete/Course.java class Course (line 13) | public class Course { method getId (line 28) | public Integer getId() { method setId (line 32) | public void setId(Integer id) { method getName (line 36) | public String getName() { method setName (line 40) | public void setName(String name) { method getPrice (line 44) | public Integer getPrice() { method setPrice (line 48) | public void setPrice(Integer price) { method getPublished (line 52) | public LocalDate getPublished() { method setPublished (line 56) | public void setPublished(LocalDate published) { method getDeleted (line 60) | public Boolean getDeleted() { method setDeleted (line 64) | public void setDeleted(Boolean deleted) { FILE: extra/src/test/java/tk/mybatis/mapper/additional/delete/CourseMapper.java type CourseMapper (line 9) | public interface CourseMapper extends BaseSelectMapper, DeleteBy... FILE: extra/src/test/java/tk/mybatis/mapper/additional/delete/CreateDB.sql type course (line 3) | create table course FILE: extra/src/test/java/tk/mybatis/mapper/additional/delete/DeleteByPropertyMapperTest.java class DeleteByPropertyMapperTest (line 14) | public class DeleteByPropertyMapperTest extends BaseTest { method getConfigFileAsReader (line 21) | protected Reader getConfigFileAsReader() throws IOException { method getSqlFileAsReader (line 31) | protected Reader getSqlFileAsReader() throws IOException { method deleteByPropertyTest (line 36) | @Test method deleteInByPropertyTest (line 56) | @Test method deleteBetweenByPropertyTest (line 76) | @Test FILE: extra/src/test/java/tk/mybatis/mapper/additional/dialect/oracle/CreateDB.sql type demo_country (line 2) | create table demo_country FILE: extra/src/test/java/tk/mybatis/mapper/additional/dialect/oracle/DemoCountry.java class DemoCountry (line 13) | public class DemoCountry { method DemoCountry (line 23) | public DemoCountry(String countryId, String countryName, String countr... method getCountryId (line 29) | public String getCountryId() { method setCountryId (line 33) | public void setCountryId(String countryId) { method getCountryName (line 37) | public String getCountryName() { method setCountryName (line 41) | public void setCountryName(String countryName) { method getCountryCode (line 45) | public String getCountryCode() { method setCountryCode (line 49) | public void setCountryCode(String countryCode) { FILE: extra/src/test/java/tk/mybatis/mapper/additional/dialect/oracle/DemoCountryMapper.java type DemoCountryMapper (line 10) | public interface DemoCountryMapper extends BaseSelectMapper... FILE: extra/src/test/java/tk/mybatis/mapper/additional/dialect/oracle/OracleTest.java class OracleTest (line 42) | @Ignore("需要Oracle数据源") method getConfigFileAsReader (line 50) | protected Reader getConfigFileAsReader() throws IOException { method runSql (line 57) | @Override method testSelect (line 61) | @Test method testInsertList (line 73) | @Test FILE: extra/src/test/java/tk/mybatis/mapper/additional/idlist/ABaseMapper.java type ABaseMapper (line 6) | public interface ABaseMapper extends IdListMapper { FILE: extra/src/test/java/tk/mybatis/mapper/additional/idlist/CountryMapper.java type CountryMapper (line 6) | public interface CountryMapper extends ABaseMapper { FILE: extra/src/test/java/tk/mybatis/mapper/additional/idlist/IdListMapperTest.java class IdListMapperTest (line 17) | public class IdListMapperTest extends BaseTest { method getConfig (line 19) | @Override method getConfigFileAsReader (line 32) | protected Reader getConfigFileAsReader() throws IOException { method testByIdList (line 37) | @Test method testDeleteByEmptyIdList (line 57) | @Test(expected = Exception.class) method testSelectByEmptyIdList (line 68) | @Test FILE: extra/src/test/java/tk/mybatis/mapper/additional/insertlist/CreateDB.sql type user (line 3) | create table user FILE: extra/src/test/java/tk/mybatis/mapper/additional/insertlist/InsertListMapperTest.java class InsertListMapperTest (line 14) | public class InsertListMapperTest extends BaseTest { method getConfigFileAsReader (line 59) | protected Reader getConfigFileAsReader() throws IOException { method getSqlFileAsReader (line 71) | protected Reader getSqlFileAsReader() throws IOException { method testInsertList (line 78) | @Test FILE: extra/src/test/java/tk/mybatis/mapper/additional/insertlist/UUIdGenId.java class UUIdGenId (line 10) | public class UUIdGenId implements GenId { method genId (line 11) | @Override FILE: extra/src/test/java/tk/mybatis/mapper/additional/insertlist/User.java class User (line 35) | public class User implements Serializable { method User (line 43) | public User() { method User (line 46) | public User(String name, String role) { method getId (line 51) | public String getId() { method setId (line 55) | public void setId(String id) { method getName (line 59) | public String getName() { method setName (line 63) | public void setName(String name) { method getRole (line 67) | public String getRole() { method setRole (line 71) | public void setRole(String role) { FILE: extra/src/test/java/tk/mybatis/mapper/additional/insertlist/UserMapper.java type UserMapper (line 5) | public interface UserMapper extends InsertListMapper { FILE: extra/src/test/java/tk/mybatis/mapper/additional/select/Book.java class Book (line 10) | public class Book { method getId (line 21) | public Integer getId() { method setId (line 25) | public void setId(Integer id) { method getName (line 29) | public String getName() { method setName (line 33) | public void setName(String name) { method getPrice (line 37) | public Integer getPrice() { method setPrice (line 41) | public void setPrice(Integer price) { method getPublished (line 45) | public LocalDate getPublished() { method setPublished (line 49) | public void setPublished(LocalDate published) { FILE: extra/src/test/java/tk/mybatis/mapper/additional/select/BookMapper.java type BookMapper (line 7) | public interface BookMapper extends SelectByPropertyMapper { FILE: extra/src/test/java/tk/mybatis/mapper/additional/select/CreateDB.sql type book (line 3) | create table book FILE: extra/src/test/java/tk/mybatis/mapper/additional/select/SelectByPropertyMapperTest.java class SelectByPropertyMapperTest (line 15) | public class SelectByPropertyMapperTest extends BaseTest { method getConfigFileAsReader (line 22) | protected Reader getConfigFileAsReader() throws IOException { method getSqlFileAsReader (line 32) | protected Reader getSqlFileAsReader() throws IOException { method selectOneByPropertyTest (line 37) | @Test method selectByPropertyTest (line 50) | @Test method selectInByPropertyTest (line 62) | @Test method selectBetweenByPropertyTest (line 74) | @Test method selectCountByPropertyTest (line 87) | @Test method existsWithPropertyTest (line 99) | @Test FILE: extra/src/test/java/tk/mybatis/mapper/additional/update/differ/CountryMapper.java type CountryMapper (line 7) | public interface CountryMapper extends UpdateByDifferMapper { method selectByPrimaryKey (line 9) | @Select("select * from country where id = #{id}") FILE: extra/src/test/java/tk/mybatis/mapper/additional/update/differ/UpdateByDifferMapperTest.java class UpdateByDifferMapperTest (line 13) | public class UpdateByDifferMapperTest extends BaseTest { method getConfigFileAsReader (line 20) | protected Reader getConfigFileAsReader() throws IOException { method testUpdateByDiffer (line 28) | @Test FILE: extra/src/test/java/tk/mybatis/mapper/additional/update/force/CountryInt.java class CountryInt (line 35) | public class CountryInt implements Serializable { method getId (line 43) | public Integer getId() { method setId (line 47) | public void setId(Integer id) { method getCountrycode (line 51) | public Integer getCountrycode() { method setCountrycode (line 55) | public void setCountrycode(Integer countrycode) { method getCountryname (line 59) | public String getCountryname() { method setCountryname (line 63) | public void setCountryname(String countryname) { FILE: extra/src/test/java/tk/mybatis/mapper/additional/update/force/CountryIntMapper.java type CountryIntMapper (line 34) | public interface CountryIntMapper extends BaseSelectMapper, ... FILE: extra/src/test/java/tk/mybatis/mapper/additional/update/force/CreateDB.sql type country_int (line 4) | create table country_int FILE: extra/src/test/java/tk/mybatis/mapper/additional/update/force/UpdateByPrimaryKeySelectiveForceTest.java class UpdateByPrimaryKeySelectiveForceTest (line 42) | public class UpdateByPrimaryKeySelectiveForceTest extends BaseTest { method getConfigFileAsReader (line 49) | protected Reader getConfigFileAsReader() throws IOException { method getSqlFileAsReader (line 61) | protected Reader getSqlFileAsReader() throws IOException { method testUpdateByPrimaryKeySelectiveForceByNull (line 66) | @Test method testUpdateByPrimaryKeySelectiveForce (line 83) | @Test FILE: generator/src/main/java/tk/mybatis/mapper/generator/FalseMethodPlugin.java class FalseMethodPlugin (line 41) | public class FalseMethodPlugin extends PluginAdapter { method validate (line 43) | @Override method clientDeleteByPrimaryKeyMethodGenerated (line 50) | @Override method clientInsertMethodGenerated (line 55) | @Override method clientInsertSelectiveMethodGenerated (line 60) | @Override method clientSelectAllMethodGenerated (line 65) | @Override method clientSelectByPrimaryKeyMethodGenerated (line 70) | @Override method clientUpdateByPrimaryKeySelectiveMethodGenerated (line 75) | @Override method clientUpdateByPrimaryKeyWithBLOBsMethodGenerated (line 80) | @Override method clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated (line 85) | @Override method sqlMapDeleteByPrimaryKeyElementGenerated (line 90) | @Override method sqlMapInsertElementGenerated (line 95) | @Override method sqlMapInsertSelectiveElementGenerated (line 100) | @Override method sqlMapSelectAllElementGenerated (line 105) | @Override method sqlMapSelectByPrimaryKeyElementGenerated (line 110) | @Override method sqlMapUpdateByPrimaryKeySelectiveElementGenerated (line 115) | @Override method sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated (line 120) | @Override method sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated (line 125) | @Override method providerGenerated (line 130) | @Override method providerApplyWhereMethodGenerated (line 135) | @Override method providerInsertSelectiveMethodGenerated (line 140) | @Override method providerUpdateByPrimaryKeySelectiveMethodGenerated (line 145) | @Override FILE: generator/src/main/java/tk/mybatis/mapper/generator/MapperCommentGenerator.java class MapperCommentGenerator (line 40) | public class MapperCommentGenerator implements CommentGenerator { method MapperCommentGenerator (line 55) | public MapperCommentGenerator() { method addJavaFileComment (line 59) | @Override method addComment (line 69) | @Override method addRootComment (line 79) | @Override method addConfigurationProperties (line 84) | @Override method getDelimiterName (line 112) | public String getDelimiterName(String name) { method addJavadocTag (line 126) | protected void addJavadocTag(JavaElement javaElement, boolean markAsDo... method addClassComment (line 142) | @Override method addEnumComment (line 146) | @Override method addFieldComment (line 157) | @Override method addFieldComment (line 231) | @Override method addModelClassComment (line 235) | @Override method addGeneralMethodComment (line 244) | @Override method addGetterComment (line 255) | @Override method addSetterComment (line 283) | @Override method addClassComment (line 312) | @Override method addGeneralMethodAnnotation (line 319) | @Override method addGeneralMethodAnnotation (line 327) | @Override method addFieldAnnotation (line 335) | @Override method addFieldAnnotation (line 343) | @Override method addClassAnnotation (line 351) | @Override FILE: generator/src/main/java/tk/mybatis/mapper/generator/MapperPlugin.java class MapperPlugin (line 42) | public class MapperPlugin extends FalseMethodPlugin { method getDelimiterName (line 89) | public String getDelimiterName(String name) { method clientGenerated (line 108) | @Override method processEntityClass (line 128) | private void processEntityClass(TopLevelClass topLevelClass, Introspec... method modelGetterMethodGenerated (line 336) | @Override method modelSetterMethodGenerated (line 348) | @Override method modelBaseRecordClassGenerated (line 363) | @Override method modelPrimaryKeyClassGenerated (line 376) | @Override method modelRecordWithBLOBsClassGenerated (line 389) | @Override method setContext (line 396) | @Override method setProperties (line 422) | @Override method getProperty (line 481) | protected String getProperty(String key) { method getProperty (line 485) | protected String getProperty(String key, String defaultValue) { method getPropertyAsBoolean (line 489) | protected Boolean getPropertyAsBoolean(String key) { FILE: generator/src/main/java/tk/mybatis/mapper/generator/TemplateFilePlugin.java class TemplateFilePlugin (line 66) | public class TemplateFilePlugin extends PluginAdapter { method convertToJavaBeansField (line 113) | public static Field convertToJavaBeansField(IntrospectedColumn introsp... method read (line 128) | protected String read(InputStream inputStream) throws IOException { method validate (line 142) | @Override method contextGenerateAdditionalJavaFiles (line 201) | @Override method contextGenerateAdditionalJavaFiles (line 213) | @Override method setProperties (line 222) | @Override FILE: generator/src/main/java/tk/mybatis/mapper/generator/TkMyBatis3Impl.java class TkMyBatis3Impl (line 47) | public class TkMyBatis3Impl extends IntrospectedTableMyBatis3Impl { method calculateMyBatis3XmlMapperFileName (line 49) | @Override method calculateJavaClientAttributes (line 68) | @Override FILE: generator/src/main/java/tk/mybatis/mapper/generator/TkMyBatis3SimpleImpl.java class TkMyBatis3SimpleImpl (line 47) | public class TkMyBatis3SimpleImpl extends IntrospectedTableMyBatis3Simpl... method calculateMyBatis3XmlMapperFileName (line 49) | @Override method calculateJavaClientAttributes (line 68) | @Override FILE: generator/src/main/java/tk/mybatis/mapper/generator/file/GenerateByListTemplateFile.java class GenerateByListTemplateFile (line 39) | public class GenerateByListTemplateFile extends GeneratedJavaFile { method GenerateByListTemplateFile (line 54) | public GenerateByListTemplateFile(Set tableClassSet, ListT... method getCompilationUnit (line 64) | @Override method getFileName (line 69) | @Override method getFormattedContent (line 74) | @Override method getTargetPackage (line 79) | @Override method isMergeable (line 84) | @Override FILE: generator/src/main/java/tk/mybatis/mapper/generator/file/GenerateByTemplateFile.java class GenerateByTemplateFile (line 38) | public class GenerateByTemplateFile extends GeneratedJavaFile { method GenerateByTemplateFile (line 53) | public GenerateByTemplateFile(TableClass tableClass, TemplateFormatter... method getCompilationUnit (line 63) | @Override method getFileName (line 68) | @Override method getFormattedContent (line 73) | @Override method getTargetPackage (line 78) | @Override method isMergeable (line 83) | @Override FILE: generator/src/main/java/tk/mybatis/mapper/generator/formatter/FreemarkerTemplateFormatter.java class FreemarkerTemplateFormatter (line 44) | public class FreemarkerTemplateFormatter implements TemplateFormatter, L... method FreemarkerTemplateFormatter (line 48) | public FreemarkerTemplateFormatter() { method process (line 63) | public String process(String templateName, String templateSource, Map<... method getFormattedContent (line 74) | @Override method getFormattedContent (line 86) | @Override FILE: generator/src/main/java/tk/mybatis/mapper/generator/formatter/ListTemplateFormatter.java type ListTemplateFormatter (line 36) | public interface ListTemplateFormatter { method getFormattedContent (line 47) | String getFormattedContent(Set tableClassSet, Properties p... FILE: generator/src/main/java/tk/mybatis/mapper/generator/formatter/TemplateFormatter.java type TemplateFormatter (line 35) | public interface TemplateFormatter { method getFormattedContent (line 46) | String getFormattedContent(TableClass tableClass, Properties propertie... FILE: generator/src/main/java/tk/mybatis/mapper/generator/model/ColumnField.java class ColumnField (line 35) | public class ColumnField implements Serializable { method getColumnName (line 58) | public String getColumnName() { method setColumnName (line 62) | public void setColumnName(String columnName) { method getFieldName (line 66) | public String getFieldName() { method setFieldName (line 70) | public void setFieldName(String fieldName) { method getFullTypeName (line 74) | public String getFullTypeName() { method setFullTypeName (line 78) | public void setFullTypeName(String fullTypeName) { method getJdbcType (line 82) | public String getJdbcType() { method setJdbcType (line 86) | public void setJdbcType(String jdbcType) { method getLength (line 90) | public int getLength() { method setLength (line 94) | public void setLength(int length) { method getRemarks (line 98) | public String getRemarks() { method setRemarks (line 102) | public void setRemarks(String remarks) { method getScale (line 106) | public int getScale() { method setScale (line 110) | public void setScale(int scale) { method getShortTypeName (line 114) | public String getShortTypeName() { method setShortTypeName (line 118) | public void setShortTypeName(String shortTypeName) { method getTableClass (line 122) | public TableClass getTableClass() { method setTableClass (line 126) | public void setTableClass(TableClass tableClass) { method getType (line 130) | public FullyQualifiedJavaType getType() { method setType (line 134) | public void setType(FullyQualifiedJavaType type) { method getTypePackage (line 138) | public String getTypePackage() { method setTypePackage (line 142) | public void setTypePackage(String typePackage) { method isBlobColumn (line 146) | public boolean isBlobColumn() { method setBlobColumn (line 150) | public void setBlobColumn(boolean blobColumn) { method isIdentity (line 154) | public boolean isIdentity() { method setIdentity (line 158) | public void setIdentity(boolean identity) { method isJdbcCharacterColumn (line 162) | public boolean isJdbcCharacterColumn() { method setJdbcCharacterColumn (line 166) | public void setJdbcCharacterColumn(boolean jdbcCharacterColumn) { method isJdbcDateColumn (line 170) | public boolean isJdbcDateColumn() { method setJdbcDateColumn (line 174) | public void setJdbcDateColumn(boolean jdbcDateColumn) { method isJdbcTimeColumn (line 178) | public boolean isJdbcTimeColumn() { method setJdbcTimeColumn (line 182) | public void setJdbcTimeColumn(boolean jdbcTimeColumn) { method isNullable (line 186) | public boolean isNullable() { method setNullable (line 190) | public void setNullable(boolean nullable) { method isSequenceColumn (line 194) | public boolean isSequenceColumn() { method setSequenceColumn (line 198) | public void setSequenceColumn(boolean sequenceColumn) { method isStringColumn (line 202) | public boolean isStringColumn() { method setStringColumn (line 206) | public void setStringColumn(boolean stringColumn) { FILE: generator/src/main/java/tk/mybatis/mapper/generator/model/TableClass.java class TableClass (line 37) | public class TableClass implements Serializable { method getAllFields (line 56) | public List getAllFields() { method setAllFields (line 60) | public void setAllFields(List allFields) { method getBaseFields (line 64) | public List getBaseFields() { method setBaseFields (line 68) | public void setBaseFields(List baseFields) { method getBlobFields (line 72) | public List getBlobFields() { method setBlobFields (line 76) | public void setBlobFields(List blobFields) { method getFullClassName (line 80) | public String getFullClassName() { method setFullClassName (line 84) | public void setFullClassName(String fullClassName) { method getIntrospectedTable (line 88) | public IntrospectedTable getIntrospectedTable() { method setIntrospectedTable (line 92) | public void setIntrospectedTable(IntrospectedTable introspectedTable) { method getLowerCaseName (line 96) | public String getLowerCaseName() { method setLowerCaseName (line 100) | public void setLowerCaseName(String lowerCaseName) { method getPackageName (line 104) | public String getPackageName() { method setPackageName (line 108) | public void setPackageName(String packageName) { method getPkFields (line 112) | public List getPkFields() { method setPkFields (line 116) | public void setPkFields(List pkFields) { method getShortClassName (line 120) | public String getShortClassName() { method setShortClassName (line 124) | public void setShortClassName(String shortClassName) { method getTableName (line 128) | public String getTableName() { method setTableName (line 132) | public void setTableName(String tableName) { method getType (line 136) | public FullyQualifiedJavaType getType() { method setType (line 140) | public void setType(FullyQualifiedJavaType type) { method getVariableName (line 144) | public String getVariableName() { method setVariableName (line 148) | public void setVariableName(String variableName) { method getRemarks (line 152) | public String getRemarks() { method setRemarks (line 156) | public void setRemarks(String remarks) { FILE: generator/src/main/java/tk/mybatis/mapper/generator/model/TableColumnBuilder.java class TableColumnBuilder (line 40) | public class TableColumnBuilder { method build (line 48) | public static TableClass build(IntrospectedTable introspectedTable) { method build (line 100) | public static ColumnField build(IntrospectedColumn column) { FILE: generator/src/test/java/tk/mybatis/mapper/generator/Generator.java class Generator (line 44) | public class Generator { method startDB (line 46) | public static void startDB() { method getResourceAsStream (line 69) | public static InputStream getResourceAsStream(String path) { method main (line 73) | public static void main(String[] args) throws Exception { FILE: generator/src/test/resources/CreateDB.sql type country (line 3) | create table country type user_info (line 15) | create table user_info FILE: solon-plugin/src/main/java/tk/mybatis/solon/TkMapperAdapterFactory.java class TkMapperAdapterFactory (line 14) | public class TkMapperAdapterFactory implements MybatisAdapterFactory { method create (line 15) | @Override method create (line 20) | @Override FILE: solon-plugin/src/main/java/tk/mybatis/solon/TkMapperMybatisAdapter.java class TkMapperMybatisAdapter (line 20) | public class TkMapperMybatisAdapter extends MybatisAdapterDefault { method TkMapperMybatisAdapter (line 26) | protected TkMapperMybatisAdapter(BeanWrap dsWrap) { method TkMapperMybatisAdapter (line 38) | protected TkMapperMybatisAdapter(BeanWrap dsWrap, Props dsProps) { method initConfiguration (line 50) | @Override method getFactory (line 61) | @Override method injectTo (line 70) | @Override method builderMapperHelper (line 95) | private void builderMapperHelper() { FILE: solon-plugin/src/main/java/tk/mybatis/solon/XPluginImpl.java class XPluginImpl (line 13) | public class XPluginImpl implements Plugin { method start (line 16) | @Override FILE: solon-plugin/src/test/java/tk/mybatis/solon/test/TkMapperTest.java class TkMapperTest (line 10) | public class TkMapperTest { method main (line 12) | public static void main(String[] args) { FILE: solon-plugin/src/test/java/tk/mybatis/solon/test/conf/TestConfig.java class TestConfig (line 19) | @Configuration method db1 (line 24) | @Bean(name = "db1", typed = true) FILE: solon-plugin/src/test/java/tk/mybatis/solon/test/entity/User.java class User (line 12) | @Table(name = "`user`") method getId (line 35) | public Long getId() { method setId (line 42) | public void setId(Long id) { method getName (line 49) | public String getName() { method setName (line 56) | public void setName(String name) { method getAge (line 63) | public Integer getAge() { method setAge (line 70) | public void setAge(Integer age) { method getCreateTime (line 77) | public Date getCreateTime() { method setCreateTime (line 84) | public void setCreateTime(Date createTime) { method getIsDel (line 91) | public Boolean getIsDel() { method setIsDel (line 98) | public void setIsDel(Boolean isDel) { method toString (line 102) | @Override FILE: solon-plugin/src/test/java/tk/mybatis/solon/test/mapper/UserMapper.java type UserMapper (line 11) | public interface UserMapper extends Mapper { method findByGTAge (line 13) | @ResultMap("tk.mybatis.solon.test.mapper.UserMapper.BaseResultMap") method findByName (line 17) | List findByName(@Param("name") String name); FILE: solon-plugin/src/test/java/tk/mybatis/solon/test/service/TkMapperServiceTest.java class TkMapperServiceTest (line 25) | @SolonTest(TkMapperTest.class) method all (line 34) | @Test method byId (line 43) | @Test method exampleQuery (line 53) | @Test method rawMybatisQuery (line 63) | @Test method logicDelInsert (line 72) | @Test FILE: spring-boot-starter/mapper-spring-boot-autoconfigure/src/main/java/tk/mybatis/mapper/autoconfigure/ConfigurationCustomizer.java type ConfigurationCustomizer (line 26) | public interface ConfigurationCustomizer { method customize (line 33) | void customize(Configuration configuration); FILE: spring-boot-starter/mapper-spring-boot-autoconfigure/src/main/java/tk/mybatis/mapper/autoconfigure/MapperAutoConfiguration.java class MapperAutoConfiguration (line 89) | @org.springframework.context.annotation.Configuration(proxyBeanMethods =... method MapperAutoConfiguration (line 115) | public MapperAutoConfiguration(MybatisProperties properties, ObjectPro... method afterPropertiesSet (line 130) | @Override method checkConfigFileExists (line 135) | private void checkConfigFileExists() { method sqlSessionFactory (line 143) | @Bean method applyConfiguration (line 199) | private void applyConfiguration(SqlSessionFactoryBean factory) { method applySqlSessionFactoryBeanCustomizers (line 216) | private void applySqlSessionFactoryBeanCustomizers(SqlSessionFactoryBe... method sqlSessionTemplate (line 224) | @Bean class AutoConfiguredMapperScannerRegistrar (line 240) | public static class AutoConfiguredMapperScannerRegistrar method registerBeanDefinitions (line 247) | @Override method setBeanFactory (line 310) | @Override method setResourceLoader (line 315) | @Override method setEnvironment (line 320) | @Override method getBeanNameForType (line 325) | private String getBeanNameForType(Class type, ListableBeanFactory... class MapperScannerRegistrarNotFoundConfiguration (line 336) | @org.springframework.context.annotation.Configuration(proxyBeanMethods... method afterPropertiesSet (line 341) | @Override class RestartConfiguration (line 352) | @org.springframework.context.annotation.Configuration method mapperCacheDisabler (line 356) | @Bean FILE: spring-boot-starter/mapper-spring-boot-autoconfigure/src/main/java/tk/mybatis/mapper/autoconfigure/MapperCacheDisabler.java class MapperCacheDisabler (line 19) | public class MapperCacheDisabler implements InitializingBean { method afterPropertiesSet (line 23) | @Override method disableCaching (line 28) | private void disableCaching() { method removeStaticCache (line 42) | private void removeStaticCache(Class utilClass) { method removeStaticCache (line 46) | private void removeStaticCache(Class utilClass, String fieldName) { method removeEntityHelperCache (line 68) | private void removeEntityHelperCache(Class entityHelper) { FILE: spring-boot-starter/mapper-spring-boot-autoconfigure/src/main/java/tk/mybatis/mapper/autoconfigure/MapperProperties.java class MapperProperties (line 37) | @ConfigurationProperties(prefix = MapperProperties.PREFIX) FILE: spring-boot-starter/mapper-spring-boot-autoconfigure/src/main/java/tk/mybatis/mapper/autoconfigure/MybatisDependsOnDatabaseInitializationDetector.java class MybatisDependsOnDatabaseInitializationDetector (line 16) | class MybatisDependsOnDatabaseInitializationDetector method getDependsOnDatabaseInitializationBeanTypes (line 19) | @Override FILE: spring-boot-starter/mapper-spring-boot-autoconfigure/src/main/java/tk/mybatis/mapper/autoconfigure/MybatisLanguageDriverAutoConfiguration.java class MybatisLanguageDriverAutoConfiguration (line 24) | @Configuration(proxyBeanMethods = false) class LegacyFreeMarkerConfiguration (line 33) | @Configuration(proxyBeanMethods = false) method freeMarkerLanguageDriver (line 37) | @Bean class FreeMarkerConfiguration (line 47) | @Configuration(proxyBeanMethods = false) method freeMarkerLanguageDriver (line 50) | @Bean method freeMarkerLanguageDriverConfig (line 56) | @Bean class LegacyVelocityConfiguration (line 67) | @Configuration(proxyBeanMethods = false) method velocityLanguageDriver (line 72) | @Bean class VelocityConfiguration (line 82) | @Configuration(proxyBeanMethods = false) method velocityLanguageDriver (line 85) | @Bean method velocityLanguageDriverConfig (line 91) | @Bean class ThymeleafConfiguration (line 99) | @Configuration(proxyBeanMethods = false) method thymeleafLanguageDriver (line 102) | @Bean method thymeleafLanguageDriverConfig (line 108) | @Bean class MetadataThymeleafLanguageDriverConfig (line 116) | @SuppressWarnings("unused") method getDialect (line 119) | @ConfigurationProperties(CONFIGURATION_PROPERTY_PREFIX + ".thymele... method getTemplateFile (line 125) | @ConfigurationProperties(CONFIGURATION_PROPERTY_PREFIX + ".thymele... FILE: spring-boot-starter/mapper-spring-boot-autoconfigure/src/main/java/tk/mybatis/mapper/autoconfigure/MybatisProperties.java class MybatisProperties (line 48) | @ConfigurationProperties(prefix = BaseProperties.MYBATIS_PREFIX) method getConfigLocation (line 108) | public String getConfigLocation() { method setConfigLocation (line 115) | public void setConfigLocation(String configLocation) { method getMapperLocations (line 119) | public String[] getMapperLocations() { method setMapperLocations (line 123) | public void setMapperLocations(String[] mapperLocations) { method getTypeHandlersPackage (line 127) | public String getTypeHandlersPackage() { method setTypeHandlersPackage (line 131) | public void setTypeHandlersPackage(String typeHandlersPackage) { method getTypeAliasesPackage (line 135) | public String getTypeAliasesPackage() { method setTypeAliasesPackage (line 139) | public void setTypeAliasesPackage(String typeAliasesPackage) { method getTypeAliasesSuperType (line 146) | public Class getTypeAliasesSuperType() { method setTypeAliasesSuperType (line 153) | public void setTypeAliasesSuperType(Class typeAliasesSuperType) { method isCheckConfigLocation (line 157) | public boolean isCheckConfigLocation() { method setCheckConfigLocation (line 161) | public void setCheckConfigLocation(boolean checkConfigLocation) { method getExecutorType (line 165) | public ExecutorType getExecutorType() { method setExecutorType (line 169) | public void setExecutorType(ExecutorType executorType) { method getDefaultScriptingLanguageDriver (line 176) | public Class getDefaultScriptingLanguageDriv... method setDefaultScriptingLanguageDriver (line 183) | public void setDefaultScriptingLanguageDriver(Class getLogImpl() { method setLogImpl (line 511) | public void setLogImpl(Class logImpl) { method getVfsImpl (line 515) | public Class getVfsImpl() { method setVfsImpl (line 519) | public void setVfsImpl(Class vfsImpl) { method getDefaultSqlProviderType (line 523) | public Class getDefaultSqlProviderType() { method setDefaultSqlProviderType (line 527) | public void setDefaultSqlProviderType(Class defaultSqlProviderTyp... method getLocalCacheScope (line 531) | public LocalCacheScope getLocalCacheScope() { method setLocalCacheScope (line 535) | public void setLocalCacheScope(LocalCacheScope localCacheScope) { method getJdbcTypeForNull (line 539) | public JdbcType getJdbcTypeForNull() { method setJdbcTypeForNull (line 543) | public void setJdbcTypeForNull(JdbcType jdbcTypeForNull) { method getLazyLoadTriggerMethods (line 547) | public Set getLazyLoadTriggerMethods() { method setLazyLoadTriggerMethods (line 551) | public void setLazyLoadTriggerMethods(Set lazyLoadTriggerMet... method getDefaultStatementTimeout (line 555) | public Integer getDefaultStatementTimeout() { method setDefaultStatementTimeout (line 559) | public void setDefaultStatementTimeout(Integer defaultStatementTimeo... method getDefaultFetchSize (line 563) | public Integer getDefaultFetchSize() { method setDefaultFetchSize (line 567) | public void setDefaultFetchSize(Integer defaultFetchSize) { method getDefaultResultSetType (line 571) | public ResultSetType getDefaultResultSetType() { method setDefaultResultSetType (line 575) | public void setDefaultResultSetType(ResultSetType defaultResultSetTy... method getDefaultExecutorType (line 579) | public ExecutorType getDefaultExecutorType() { method setDefaultExecutorType (line 583) | public void setDefaultExecutorType(ExecutorType defaultExecutorType) { method getAutoMappingBehavior (line 587) | public AutoMappingBehavior getAutoMappingBehavior() { method setAutoMappingBehavior (line 591) | public void setAutoMappingBehavior(AutoMappingBehavior autoMappingBe... method getAutoMappingUnknownColumnBehavior (line 595) | public AutoMappingUnknownColumnBehavior getAutoMappingUnknownColumnB... method setAutoMappingUnknownColumnBehavior (line 599) | public void setAutoMappingUnknownColumnBehavior(AutoMappingUnknownCo... method getVariables (line 603) | public Properties getVariables() { method setVariables (line 607) | public void setVariables(Properties variables) { method getLazyLoadingEnabled (line 611) | public Boolean getLazyLoadingEnabled() { method setLazyLoadingEnabled (line 615) | public void setLazyLoadingEnabled(Boolean lazyLoadingEnabled) { method getConfigurationFactory (line 619) | public Class getConfigurationFactory() { method setConfigurationFactory (line 623) | public void setConfigurationFactory(Class configurationFactory) { method getDefaultEnumTypeHandler (line 627) | public Class getDefaultEnumTypeHandler() { method setDefaultEnumTypeHandler (line 631) | public void setDefaultEnumTypeHandler(Class d... method getDatabaseId (line 635) | public String getDatabaseId() { method setDatabaseId (line 639) | public void setDatabaseId(String databaseId) { method applyTo (line 643) | public void applyTo(Configuration target) { FILE: spring-boot-starter/mapper-spring-boot-autoconfigure/src/main/java/tk/mybatis/mapper/autoconfigure/SpringBootVFS.java class SpringBootVFS (line 40) | public class SpringBootVFS extends VFS { method SpringBootVFS (line 51) | public SpringBootVFS() { method isValid (line 55) | @Override method setUrlDecodingCharset (line 69) | public static void setUrlDecodingCharset(Charset charset) { method setClassLoaderSupplier (line 82) | public static void setClassLoaderSupplier(Supplier suppli... method preserveSubpackageName (line 86) | private static String preserveSubpackageName(final String baseUrlStrin... method list (line 98) | @Override FILE: spring-boot-starter/mapper-spring-boot-autoconfigure/src/main/java/tk/mybatis/mapper/autoconfigure/SqlSessionFactoryBeanCustomizer.java type SqlSessionFactoryBeanCustomizer (line 11) | @FunctionalInterface method customize (line 19) | void customize(SqlSessionFactoryBean factoryBean); FILE: spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-annotation/src/main/java/tk/mybatis/sample/SampleMapperApplication.java class SampleMapperApplication (line 37) | @MapperScan(basePackages = "tk.mybatis.sample.mapper") method main (line 44) | public static void main(String[] args) { method run (line 48) | @Override FILE: spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-annotation/src/main/java/tk/mybatis/sample/domain/Country.java class Country (line 38) | public class Country implements Serializable { method getId (line 46) | public Long getId() { method setId (line 50) | public void setId(Long id) { method getCountryname (line 54) | public String getCountryname() { method setCountryname (line 58) | public void setCountryname(String countryname) { method getCountrycode (line 62) | public String getCountrycode() { method setCountrycode (line 66) | public void setCountrycode(String countrycode) { FILE: spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-annotation/src/main/java/tk/mybatis/sample/mapper/CountryMapper.java type CountryMapper (line 30) | @Mapper FILE: spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-annotation/src/main/resources/import.sql type country (line 3) | create table country FILE: spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-xml/src/main/java/tk/mybatis/sample/SampleXmlApplication.java class SampleXmlApplication (line 38) | @SpringBootApplication method main (line 45) | public static void main(String[] args) { method run (line 49) | @Override FILE: spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-xml/src/main/java/tk/mybatis/sample/domain/Country.java class Country (line 38) | public class Country implements Serializable { method getId (line 46) | public Long getId() { method setId (line 50) | public void setId(Long id) { method getCountryname (line 54) | public String getCountryname() { method setCountryname (line 58) | public void setCountryname(String countryname) { method getCountrycode (line 62) | public String getCountrycode() { method setCountrycode (line 66) | public void setCountrycode(String countrycode) { FILE: spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-xml/src/main/java/tk/mybatis/sample/mapper/BaseMapper.java type BaseMapper (line 34) | @RegisterMapper FILE: spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-xml/src/main/java/tk/mybatis/sample/mapper/CountryMapper.java type CountryMapper (line 34) | public interface CountryMapper extends BaseMapper { method findAll (line 36) | List findAll(); FILE: spring-boot-starter/mapper-spring-boot-samples/mapper-spring-boot-sample-xml/src/main/resources/import.sql type country (line 3) | create table country FILE: spring/src/main/java/tk/mybatis/spring/annotation/BaseProperties.java class BaseProperties (line 6) | public class BaseProperties { method getBasePackages (line 16) | public String[] getBasePackages() { method setBasePackages (line 20) | public void setBasePackages(String[] basePackages) { FILE: spring/src/main/java/tk/mybatis/spring/annotation/MapperScannerRegistrar.java class MapperScannerRegistrar (line 62) | public class MapperScannerRegistrar implements ImportBeanDefinitionRegis... method setResourceLoader (line 71) | @Override method setEnvironment (line 76) | @Override method registerBeanDefinitions (line 81) | @Override method registerBeanDefinitions (line 91) | void registerBeanDefinitions(AnnotationMetadata annoMeta, AnnotationAt... method parseFiltersHasPatterns (line 197) | private List> parseFiltersHasPatterns(AnnotationAt... method typeFiltersFor (line 227) | private List typeFiltersFor(AnnotationAttributes filterAtt... method generateBaseBeanName (line 257) | private static String generateBaseBeanName(AnnotationMetadata importin... method getDefaultBasePackage (line 261) | private static String getDefaultBasePackage(AnnotationMetadata importi... class RepeatingRegistrar (line 270) | static class RepeatingRegistrar extends MapperScannerRegistrar { method registerBeanDefinitions (line 271) | @Override FILE: spring/src/main/java/tk/mybatis/spring/mapper/ClassPathMapperScanner.java class ClassPathMapperScanner (line 63) | public class ClassPathMapperScanner extends ClassPathBeanDefinitionScann... method ClassPathMapperScanner (line 97) | public ClassPathMapperScanner(BeanDefinitionRegistry registry, Environ... method ClassPathMapperScanner (line 106) | @Deprecated(since = "3.0.4", forRemoval = true) method setAddToConfig (line 113) | public void setAddToConfig(boolean addToConfig) { method setAnnotationClass (line 117) | public void setAnnotationClass(Class annotationC... method setLazyInitialization (line 132) | public void setLazyInitialization(boolean lazyInitialization) { method setPrintWarnLogIfNotFoundMappers (line 147) | public void setPrintWarnLogIfNotFoundMappers(boolean printWarnLogIfNot... method setMarkerInterface (line 151) | public void setMarkerInterface(Class markerInterface) { method setExcludeFilters (line 155) | public void setExcludeFilters(List excludeFilters) { method setSqlSessionFactory (line 159) | public void setSqlSessionFactory(SqlSessionFactory sqlSessionFactory) { method setSqlSessionTemplate (line 163) | public void setSqlSessionTemplate(SqlSessionTemplate sqlSessionTemplat... method setSqlSessionTemplateBeanName (line 167) | public void setSqlSessionTemplateBeanName(String sqlSessionTemplateBea... method setSqlSessionFactoryBeanName (line 171) | public void setSqlSessionFactoryBeanName(String sqlSessionFactoryBeanN... method setMapperFactoryBean (line 178) | @Deprecated method setMapperFactoryBeanClass (line 191) | public void setMapperFactoryBeanClass(Class beanDefi... method isCandidateComponent (line 374) | @Override method checkCandidate (line 379) | @Override method getMapperHelper (line 389) | public MapperHelper getMapperHelper() { method setMapperHelper (line 393) | public void setMapperHelper(MapperHelper mapperHelper) { method setConfig (line 402) | public void setConfig(Config config) { method setMapperHelperBeanName (line 409) | public void setMapperHelperBeanName(String mapperHelperBeanName) { method setMapperProperties (line 418) | public void setMapperProperties(Environment environment) { method setMapperProperties (line 433) | public void setMapperProperties(String[] properties) { FILE: spring/src/main/java/tk/mybatis/spring/mapper/MapperFactoryBean.java class MapperFactoryBean (line 55) | public class MapperFactoryBean extends SqlSessionDaoSupport implement... method MapperFactoryBean (line 63) | public MapperFactoryBean() { method MapperFactoryBean (line 67) | public MapperFactoryBean(Class mapperInterface) { method checkDaoConfig (line 74) | @Override method getMapperInterface (line 102) | public Class getMapperInterface() { method setMapperInterface (line 111) | public void setMapperInterface(Class mapperInterface) { method getObject (line 118) | @Override method getObjectType (line 128) | @Override method isAddToConfig (line 139) | public boolean isAddToConfig() { method setAddToConfig (line 154) | public void setAddToConfig(boolean addToConfig) { method setMapperHelper (line 163) | public void setMapperHelper(MapperHelper mapperHelper) { method isSingleton (line 170) | @Override FILE: spring/src/main/java/tk/mybatis/spring/mapper/MapperScannerConfigurer.java class MapperScannerConfigurer (line 97) | public class MapperScannerConfigurer method getMapperHelper (line 138) | public MapperHelper getMapperHelper() { method setMapperHelper (line 142) | public void setMapperHelper(MapperHelper mapperHelper) { method setBasePackage (line 157) | public void setBasePackage(String basePackage) { method setAddToConfig (line 169) | public void setAddToConfig(boolean addToConfig) { method setLazyInitialization (line 184) | public void setLazyInitialization(String lazyInitialization) { method setAnnotationClass (line 198) | public void setAnnotationClass(Class annotationC... method setMarkerInterface (line 213) | public void setMarkerInterface(Class superClass) { method setExcludeFilters (line 230) | public void setExcludeFilters(List excludeFilters) { method setRawExcludeFilters (line 244) | public void setRawExcludeFilters(List> rawExcludeF... method setSqlSessionTemplate (line 258) | @Deprecated method setSqlSessionTemplateBeanName (line 275) | public void setSqlSessionTemplateBeanName(String sqlSessionTemplateNam... method setProperties (line 284) | public void setProperties(Properties properties) { method setSqlSessionFactory (line 298) | @Deprecated method setSqlSessionFactoryBeanName (line 315) | public void setSqlSessionFactoryBeanName(String sqlSessionFactoryName) { method setProcessPropertyPlaceHolders (line 329) | public void setProcessPropertyPlaceHolders(boolean processPropertyPlac... method setMapperFactoryBeanClass (line 341) | public void setMapperFactoryBeanClass(Class mergeExcludeFilters() { method createTypeFilter (line 535) | @SuppressWarnings("unchecked") method setMapperHelperBeanName (line 569) | public void setMapperHelperBeanName(String mapperHelperBeanName) { method setMapperProperties (line 578) | public void setMapperProperties(Environment environment) { method setMapperProperties (line 593) | public void setMapperProperties(String[] properties) { FILE: spring/src/main/java/tk/mybatis/spring/mapper/SpringBootBindUtil.java class SpringBootBindUtil (line 37) | public abstract class SpringBootBindUtil { method bind (line 41) | public static T bind(Environment environment, Class targetClass... FILE: spring/src/test/java/tk/mybatis/mapper/annotation/Country.java class Country (line 30) | public class Country implements Serializable { method getCountrycode (line 37) | public String getCountrycode() { method setCountrycode (line 41) | public void setCountrycode(String countrycode) { method getCountryname (line 45) | public String getCountryname() { method setCountryname (line 49) | public void setCountryname(String countryname) { method getId (line 53) | public Integer getId() { method setId (line 57) | public void setId(Integer id) { FILE: spring/src/test/java/tk/mybatis/mapper/annotation/CountryMapper.java type CountryMapper (line 29) | public interface CountryMapper extends Mapper { FILE: spring/src/test/java/tk/mybatis/mapper/annotation/SpringAnnotationTest.java class SpringAnnotationTest (line 26) | public class SpringAnnotationTest { method setupContext (line 30) | @Before method startContext (line 35) | private void startContext() { method testMyBatisConfigRef (line 42) | @Test method testMyBatisConfigProperties (line 52) | @Test method testMyBatisConfiguration (line 62) | @Test method testMyBatisConfigPropertiesError (line 72) | @Test(expected = Exception.class) class MyBatisConfigRef (line 82) | @Configuration method dataSource (line 85) | @Bean method transactionManager (line 92) | @Bean method sqlSessionFactory (line 97) | @Bean method mapperHelper (line 104) | @Bean class MyBatisConfigProperties (line 117) | @Configuration method dataSource (line 125) | @Bean method transactionManager (line 132) | @Bean method sqlSessionFactory (line 137) | @Bean class MyBatisConfigPropertiesError (line 145) | @Configuration method dataSource (line 154) | @Bean method transactionManager (line 161) | @Bean method sqlSessionFactory (line 166) | @Bean class MyBatisConfiguration (line 174) | @Configuration method dataSource (line 177) | @Bean method transactionManager (line 184) | @Bean method sqlSessionFactory (line 189) | @Bean FILE: spring/src/test/java/tk/mybatis/mapper/configuration/Country.java class Country (line 30) | public class Country implements Serializable { method getCountrycode (line 37) | public String getCountrycode() { method setCountrycode (line 41) | public void setCountrycode(String countrycode) { method getCountryname (line 45) | public String getCountryname() { method setCountryname (line 49) | public void setCountryname(String countryname) { method getId (line 53) | public Integer getId() { method setId (line 57) | public void setId(Integer id) { FILE: spring/src/test/java/tk/mybatis/mapper/configuration/CountryMapper.java type CountryMapper (line 30) | @CacheNamespace FILE: spring/src/test/java/tk/mybatis/mapper/configuration/CreateDB.sql type country (line 3) | create table country FILE: spring/src/test/java/tk/mybatis/mapper/configuration/SpringConfigTest.java class SpringConfigTest (line 12) | public class SpringConfigTest { method testCountryMapper (line 16) | @Test FILE: spring/src/test/java/tk/mybatis/mapper/xml/Country.java class Country (line 30) | public class Country implements Serializable { method getCountrycode (line 37) | public String getCountrycode() { method setCountrycode (line 41) | public void setCountrycode(String countrycode) { method getCountryname (line 45) | public String getCountryname() { method setCountryname (line 49) | public void setCountryname(String countryname) { method getId (line 53) | public Integer getId() { method setId (line 57) | public void setId(Integer id) { FILE: spring/src/test/java/tk/mybatis/mapper/xml/CountryMapper.java type CountryMapper (line 29) | public interface CountryMapper extends Mapper { FILE: spring/src/test/java/tk/mybatis/mapper/xml/CreateDB.sql type country (line 3) | create table country FILE: spring/src/test/java/tk/mybatis/mapper/xml/SpringXmlTest.java class SpringXmlTest (line 12) | public class SpringXmlTest { method testCountryMapper (line 16) | @Test FILE: weekend/src/main/java/tk/mybatis/mapper/weekend/Fn.java type Fn (line 34) | public interface Fn extends Function, Serializable { FILE: weekend/src/main/java/tk/mybatis/mapper/weekend/SqlCriteriaHelper.java class SqlCriteriaHelper (line 14) | public class SqlCriteriaHelper implements tk.mybatis.mapper.entity.Sq... method SqlCriteriaHelper (line 17) | private SqlCriteriaHelper() { method custom (line 21) | public static SqlCriteriaHelper custom(Class clazz) { method andIsNull (line 31) | public SqlCriteriaHelper andIsNull(Fn fn) { method andIsNotNull (line 43) | public SqlCriteriaHelper andIsNotNull(Fn fn) { method andEqualTo (line 56) | public SqlCriteriaHelper andEqualTo(Fn fn, Object value) { method andEqualTo (line 69) | public SqlCriteriaHelper andEqualTo(Fn fn, Object value,... method andNotEqualTo (line 89) | public SqlCriteriaHelper andNotEqualTo(Fn fn, Object val... method andNotEqualTo (line 102) | public SqlCriteriaHelper andNotEqualTo(Fn fn, Object val... method andGreaterThan (line 122) | public SqlCriteriaHelper andGreaterThan(Fn fn, Object va... method andGreaterThanOrEqualTo (line 137) | public SqlCriteriaHelper andGreaterThanOrEqualTo(Fn fn, ... method andLessThan (line 152) | public SqlCriteriaHelper andLessThan(Fn fn, Object value) { method andLessThanOrEqualTo (line 167) | public SqlCriteriaHelper andLessThanOrEqualTo(Fn fn, Obj... method andIn (line 182) | public SqlCriteriaHelper andIn(Fn fn, Iterable values) { method andNotIn (line 197) | public SqlCriteriaHelper andNotIn(Fn fn, Iterable values) { method andBetween (line 213) | public SqlCriteriaHelper andBetween(Fn fn, Object value1... method andNotBetween (line 229) | public SqlCriteriaHelper andNotBetween(Fn fn, Object val... method andLike (line 244) | public SqlCriteriaHelper andLike(Fn fn, String value) { method andLikeLeft (line 261) | public SqlCriteriaHelper andLikeLeft(Fn fn, String value) { method andLikeRight (line 277) | public SqlCriteriaHelper andLikeRight(Fn fn, String valu... method andNotLike (line 293) | public SqlCriteriaHelper andNotLike(Fn fn, String value) { method andNotLikeLeft (line 309) | public SqlCriteriaHelper andNotLikeLeft(Fn fn, String va... method andNotLikeRight (line 325) | public SqlCriteriaHelper andNotLikeRight(Fn fn, String v... method orIsNull (line 340) | public SqlCriteriaHelper orIsNull(Fn fn) { method orIsNotNull (line 352) | public SqlCriteriaHelper orIsNotNull(Fn fn) { method orEqualTo (line 366) | public SqlCriteriaHelper orEqualTo(Fn fn, Object value) { method orEqualTo (line 379) | public SqlCriteriaHelper orEqualTo(Fn fn, Object value, ... method orNotEqualTo (line 399) | public SqlCriteriaHelper orNotEqualTo(Fn fn, Object valu... method orNotEqualTo (line 412) | public SqlCriteriaHelper orNotEqualTo(Fn fn, Object valu... method orGreaterThan (line 432) | public SqlCriteriaHelper orGreaterThan(Fn fn, String val... method orGreaterThanOrEqualTo (line 447) | public SqlCriteriaHelper orGreaterThanOrEqualTo(Fn fn, S... method orLessThan (line 462) | public SqlCriteriaHelper orLessThan(Fn fn, String value) { method orLessThanOrEqualTo (line 477) | public SqlCriteriaHelper orLessThanOrEqualTo(Fn fn, Stri... method orIn (line 492) | public SqlCriteriaHelper orIn(Fn fn, Iterable values) { method orNotIn (line 507) | public SqlCriteriaHelper orNotIn(Fn fn, Iterable values) { method orBetween (line 523) | public SqlCriteriaHelper orBetween(Fn fn, Object value1,... method orNotBetween (line 539) | public SqlCriteriaHelper orNotBetween(Fn fn, Object valu... method orLike (line 555) | public SqlCriteriaHelper orLike(Fn fn, String value) { method orLikeLeft (line 572) | public SqlCriteriaHelper orLikeLeft(Fn fn, String value) { method orLikeRight (line 589) | public SqlCriteriaHelper orLikeRight(Fn fn, String value) { method orNotLike (line 606) | public SqlCriteriaHelper orNotLike(Fn fn, String value) { method orNotLikeLeft (line 623) | public SqlCriteriaHelper orNotLikeLeft(Fn fn, String val... method orNotLikeRight (line 639) | public SqlCriteriaHelper orNotLikeRight(Fn fn, String va... method getCriteria (line 648) | @Override FILE: weekend/src/main/java/tk/mybatis/mapper/weekend/Weekend.java class Weekend (line 35) | public class Weekend extends tk.mybatis.mapper.entity.Example { method Weekend (line 37) | public Weekend(Class entityClass) { method Weekend (line 41) | public Weekend(Class entityClass, boolean exists) { method Weekend (line 45) | public Weekend(Class entityClass, boolean exists, boolean notNull) { method of (line 49) | public static Weekend of(Class clazz, Boolean exists, boolea... method of (line 53) | public static Weekend of(Class clazz, Boolean exists) { method of (line 57) | public static Weekend of(Class clazz) { method createCriteriaAddOn (line 61) | public WeekendCriteria createCriteriaAddOn() { method createCriteriaInternal (line 66) | @Override method weekendCriteria (line 71) | @SuppressWarnings("all") method excludeProperties (line 82) | public Weekend excludeProperties(Fn... fns) { method selectProperties (line 94) | public Weekend selectProperties(Fn... fns) { method orderBy (line 100) | public OrderBy orderBy(Fn fn) { method withDistinct (line 104) | public Weekend withDistinct(boolean distinct) { method withForUpdate (line 109) | public Weekend withForUpdate(boolean forUpdate) { method withCountProperty (line 114) | public Weekend withCountProperty(Fn fn) { method withTableName (line 119) | public Weekend withTableName(String tableName) { FILE: weekend/src/main/java/tk/mybatis/mapper/weekend/WeekendCriteria.java class WeekendCriteria (line 37) | public class WeekendCriteria extends Criteria { method WeekendCriteria (line 38) | protected WeekendCriteria(Map propertyMap, boole... method andIsNull (line 42) | public WeekendCriteria andIsNull(Fn fn) { method andIsNotNull (line 47) | public WeekendCriteria andIsNotNull(Fn fn) { method andEqualTo (line 52) | public WeekendCriteria andEqualTo(Fn fn, Object value) { method andNotEqualTo (line 57) | public WeekendCriteria andNotEqualTo(Fn fn, Object value) { method andGreaterThan (line 62) | public WeekendCriteria andGreaterThan(Fn fn, Object value) { method andGreaterThanOrEqualTo (line 67) | public WeekendCriteria andGreaterThanOrEqualTo(Fn fn, Obje... method andLessThan (line 72) | public WeekendCriteria andLessThan(Fn fn, Object value) { method andLessThanOrEqualTo (line 77) | public WeekendCriteria andLessThanOrEqualTo(Fn fn, Object ... method andIn (line 82) | public WeekendCriteria andIn(Fn fn, Iterable values) { method andNotIn (line 87) | public WeekendCriteria andNotIn(Fn fn, Iterable values) { method andBetween (line 92) | public WeekendCriteria andBetween(Fn fn, Object value1, Ob... method andNotBetween (line 97) | public WeekendCriteria andNotBetween(Fn fn, Object value1,... method andLike (line 102) | public WeekendCriteria andLike(Fn fn, String value) { method andNotLike (line 107) | public WeekendCriteria andNotLike(Fn fn, String value) { method orIsNull (line 112) | public WeekendCriteria orIsNull(Fn fn) { method orIsNotNull (line 117) | public WeekendCriteria orIsNotNull(Fn fn) { method orEqualTo (line 122) | public WeekendCriteria orEqualTo(Fn fn, Object value) { method orNotEqualTo (line 127) | public WeekendCriteria orNotEqualTo(Fn fn, Object value) { method orGreaterThan (line 132) | public WeekendCriteria orGreaterThan(Fn fn, Object value) { method orGreaterThanOrEqualTo (line 137) | public WeekendCriteria orGreaterThanOrEqualTo(Fn fn, Objec... method orLessThan (line 142) | public WeekendCriteria orLessThan(Fn fn, Object value) { method orLessThanOrEqualTo (line 147) | public WeekendCriteria orLessThanOrEqualTo(Fn fn, Object v... method orIn (line 152) | public WeekendCriteria orIn(Fn fn, Iterable values) { method orNotIn (line 157) | public WeekendCriteria orNotIn(Fn fn, Iterable values) { method orBetween (line 162) | public WeekendCriteria orBetween(Fn fn, Object value1, Obj... method orNotBetween (line 167) | public WeekendCriteria orNotBetween(Fn fn, Object value1, ... method orLike (line 172) | public WeekendCriteria orLike(Fn fn, String value) { method orNotLike (line 177) | public WeekendCriteria orNotLike(Fn fn, String value) { FILE: weekend/src/main/java/tk/mybatis/mapper/weekend/WeekendSqls.java class WeekendSqls (line 36) | public class WeekendSqls implements tk.mybatis.mapper.entity.SqlsCrit... method WeekendSqls (line 39) | private WeekendSqls() { method custom (line 43) | public static WeekendSqls custom() { method andIsNull (line 47) | public WeekendSqls andIsNull(String property) { method andIsNull (line 52) | public WeekendSqls andIsNull(Fn fn) { method andIsNotNull (line 56) | public WeekendSqls andIsNotNull(String property) { method andIsNotNull (line 61) | public WeekendSqls andIsNotNull(Fn fn) { method andEqualTo (line 65) | public WeekendSqls andEqualTo(String property, Object value) { method andEqualTo (line 70) | public WeekendSqls andEqualTo(Fn fn, Object value) { method andNotEqualTo (line 74) | public WeekendSqls andNotEqualTo(String property, Object value) { method andNotEqualTo (line 79) | public WeekendSqls andNotEqualTo(Fn fn, Object value) { method andGreaterThan (line 83) | public WeekendSqls andGreaterThan(String property, Object value) { method andGreaterThan (line 88) | public WeekendSqls andGreaterThan(Fn fn, Object value) { method andGreaterThanOrEqualTo (line 92) | public WeekendSqls andGreaterThanOrEqualTo(String property, Object ... method andGreaterThanOrEqualTo (line 97) | public WeekendSqls andGreaterThanOrEqualTo(Fn fn, Object... method andLessThan (line 101) | public WeekendSqls andLessThan(String property, Object value) { method andLessThan (line 106) | public WeekendSqls andLessThan(Fn fn, Object value) { method andLessThanOrEqualTo (line 110) | public WeekendSqls andLessThanOrEqualTo(String property, Object val... method andLessThanOrEqualTo (line 115) | public WeekendSqls andLessThanOrEqualTo(Fn fn, Object va... method andIn (line 119) | public WeekendSqls andIn(String property, Iterable values) { method andIn (line 124) | public WeekendSqls andIn(Fn fn, Iterable values) { method andNotIn (line 128) | public WeekendSqls andNotIn(String property, Iterable values) { method andNotIn (line 133) | public WeekendSqls andNotIn(Fn fn, Iterable values) { method andBetween (line 137) | public WeekendSqls andBetween(String property, Object value1, Objec... method andBetween (line 142) | public WeekendSqls andBetween(Fn fn, Object value1, Obje... method andNotBetween (line 146) | public WeekendSqls andNotBetween(String property, Object value1, Ob... method andNotBetween (line 151) | public WeekendSqls andNotBetween(Fn fn, Object value1, O... method andLike (line 155) | public WeekendSqls andLike(String property, String value) { method andLike (line 160) | public WeekendSqls andLike(Fn fn, String value) { method andNotLike (line 164) | public WeekendSqls andNotLike(String property, String value) { method andNotLike (line 169) | public WeekendSqls andNotLike(Fn fn, String value) { method orIsNull (line 173) | public WeekendSqls orIsNull(String property) { method orIsNull (line 178) | public WeekendSqls orIsNull(Fn fn) { method orIsNotNull (line 182) | public WeekendSqls orIsNotNull(String property) { method orIsNotNull (line 187) | public WeekendSqls orIsNotNull(Fn fn) { method orEqualTo (line 191) | public WeekendSqls orEqualTo(String property, Object value) { method orEqualTo (line 196) | public WeekendSqls orEqualTo(Fn fn, Object value) { method orNotEqualTo (line 200) | public WeekendSqls orNotEqualTo(String property, Object value) { method orNotEqualTo (line 205) | public WeekendSqls orNotEqualTo(Fn fn, Object value) { method orGreaterThan (line 209) | public WeekendSqls orGreaterThan(String property, Object value) { method orGreaterThan (line 214) | public WeekendSqls orGreaterThan(Fn fn, Object value) { method orGreaterThanOrEqualTo (line 218) | public WeekendSqls orGreaterThanOrEqualTo(String property, Object v... method orGreaterThanOrEqualTo (line 223) | public WeekendSqls orGreaterThanOrEqualTo(Fn fn, Object ... method orLessThan (line 227) | public WeekendSqls orLessThan(String property, Object value) { method orLessThan (line 232) | public WeekendSqls orLessThan(Fn fn, Object value) { method orLessThanOrEqualTo (line 236) | public WeekendSqls orLessThanOrEqualTo(String property, Object valu... method orLessThanOrEqualTo (line 241) | public WeekendSqls orLessThanOrEqualTo(Fn fn, Object val... method orIn (line 245) | public WeekendSqls orIn(String property, Iterable values) { method orIn (line 250) | public WeekendSqls orIn(Fn fn, Iterable values) { method orNotIn (line 254) | public WeekendSqls orNotIn(String property, Iterable values) { method orNotIn (line 259) | public WeekendSqls orNotIn(Fn fn, Iterable values) { method orBetween (line 263) | public WeekendSqls orBetween(String property, Object value1, Object... method orBetween (line 268) | public WeekendSqls orBetween(Fn fn, Object value1, Objec... method orNotBetween (line 272) | public WeekendSqls orNotBetween(String property, Object value1, Obj... method orNotBetween (line 277) | public WeekendSqls orNotBetween(Fn fn, Object value1, Ob... method orLike (line 281) | public WeekendSqls orLike(String property, String value) { method orLike (line 286) | public WeekendSqls orLike(Fn fn, String value) { method orNotLike (line 290) | public WeekendSqls orNotLike(String property, Object value) { method orNotLike (line 295) | public WeekendSqls orNotLike(Fn fn, Object value) { method getCriteria (line 299) | @Override FILE: weekend/src/main/java/tk/mybatis/mapper/weekend/WeekendSqlsUtils.java class WeekendSqlsUtils (line 55) | public class WeekendSqlsUtils { method andIsNull (line 57) | public static WeekendSqls andIsNull(String property) { method andIsNull (line 61) | public static WeekendSqls andIsNull(Fn fn) { method andIsNotNull (line 65) | public static WeekendSqls andIsNotNull(String property) { method andIsNotNull (line 69) | public static WeekendSqls andIsNotNull(Fn fn) { method andEqualTo (line 73) | public static WeekendSqls andEqualTo(String property, Object va... method andEqualTo (line 77) | public static WeekendSqls andEqualTo(Fn fn, Object v... method andNotEqualTo (line 81) | public static WeekendSqls andNotEqualTo(String property, Object... method andNotEqualTo (line 85) | public static WeekendSqls andNotEqualTo(Fn fn, Objec... method andGreaterThan (line 89) | public static WeekendSqls andGreaterThan(String property, Objec... method andGreaterThan (line 93) | public static WeekendSqls andGreaterThan(Fn fn, Obje... method andGreaterThanOrEqualTo (line 97) | public static WeekendSqls andGreaterThanOrEqualTo(String proper... method andGreaterThanOrEqualTo (line 101) | public static WeekendSqls andGreaterThanOrEqualTo(Fn... method andLessThan (line 105) | public static WeekendSqls andLessThan(String property, Object v... method andLessThan (line 109) | public static WeekendSqls andLessThan(Fn fn, Object ... method andLessThanOrEqualTo (line 113) | public static WeekendSqls andLessThanOrEqualTo(String property,... method andLessThanOrEqualTo (line 117) | public static WeekendSqls andLessThanOrEqualTo(Fn fn... method andIn (line 121) | public static WeekendSqls andIn(String property, Iterable value... method andIn (line 125) | public static WeekendSqls andIn(Fn fn, Iterable valu... method andNotIn (line 129) | public static WeekendSqls andNotIn(String property, Iterable va... method andNotIn (line 133) | public static WeekendSqls andNotIn(Fn fn, Iterable v... method andBetween (line 137) | public static WeekendSqls andBetween(String property, Object va... method andBetween (line 141) | public static WeekendSqls andBetween(Fn fn, Object v... method andNotBetween (line 145) | public static WeekendSqls andNotBetween(String property, Object... method andNotBetween (line 149) | public static WeekendSqls andNotBetween(Fn fn, Objec... method andLike (line 153) | public static WeekendSqls andLike(String property, String value) { method andLike (line 157) | public static WeekendSqls andLike(Fn fn, String valu... method andNotLike (line 161) | public static WeekendSqls andNotLike(String property, String va... method andNotLike (line 165) | public static WeekendSqls andNotLike(Fn fn, String v... method orIsNull (line 169) | public static WeekendSqls orIsNull(String property) { method orIsNull (line 173) | public static WeekendSqls orIsNull(Fn fn) { method orIsNotNull (line 177) | public static WeekendSqls orIsNotNull(String property) { method orIsNotNull (line 181) | public static WeekendSqls orIsNotNull(Fn fn) { method orEqualTo (line 185) | public static WeekendSqls orEqualTo(String property, Object val... method orEqualTo (line 189) | public static WeekendSqls orEqualTo(Fn fn, String va... method orNotEqualTo (line 193) | public static WeekendSqls orNotEqualTo(String property, Object ... method orNotEqualTo (line 197) | public static WeekendSqls orNotEqualTo(Fn fn, String... method orGreaterThan (line 201) | public static WeekendSqls orGreaterThan(String property, Object... method orGreaterThan (line 205) | public static WeekendSqls orGreaterThan(Fn fn, Strin... method orGreaterThanOrEqualTo (line 209) | public static WeekendSqls orGreaterThanOrEqualTo(String propert... method orGreaterThanOrEqualTo (line 213) | public static WeekendSqls orGreaterThanOrEqualTo(Fn ... method orLessThan (line 217) | public static WeekendSqls orLessThan(String property, Object va... method orLessThan (line 221) | public static WeekendSqls orLessThan(Fn fn, String v... method orLessThanOrEqualTo (line 225) | public static WeekendSqls orLessThanOrEqualTo(String property, ... method orLessThanOrEqualTo (line 229) | public static WeekendSqls orLessThanOrEqualTo(Fn fn,... method orIn (line 233) | public static WeekendSqls orIn(String property, Iterable values) { method orIn (line 237) | public static WeekendSqls orIn(Fn fn, Iterable value... method orNotIn (line 241) | public static WeekendSqls orNotIn(String property, Iterable val... method orNotIn (line 245) | public static WeekendSqls orNotIn(Fn fn, Iterable va... method orBetween (line 249) | public static WeekendSqls orBetween(String property, Object val... method orBetween (line 253) | public static WeekendSqls orBetween(Fn fn, Object va... method orNotBetween (line 257) | public static WeekendSqls orNotBetween(String property, Object ... method orNotBetween (line 261) | public static WeekendSqls orNotBetween(Fn fn, Object... method orLike (line 265) | public static WeekendSqls orLike(String property, String value) { method orLike (line 269) | public static WeekendSqls orLike(Fn fn, String value) { method orNotLike (line 273) | public static WeekendSqls orNotLike(String property, String val... method orNotLike (line 277) | public static WeekendSqls orNotLike(Fn fn, String va... method select (line 281) | public static String[] select(Fn... fn) { FILE: weekend/src/main/java/tk/mybatis/mapper/weekend/reflection/ReflectionOperationException.java class ReflectionOperationException (line 31) | public class ReflectionOperationException extends RuntimeException { method ReflectionOperationException (line 32) | public ReflectionOperationException() { method ReflectionOperationException (line 35) | public ReflectionOperationException(String message) { method ReflectionOperationException (line 39) | public ReflectionOperationException(String message, Throwable cause) { method ReflectionOperationException (line 43) | public ReflectionOperationException(Throwable cause) { method ReflectionOperationException (line 47) | public ReflectionOperationException(String message, Throwable cause, b... FILE: weekend/src/main/java/tk/mybatis/mapper/weekend/reflection/Reflections.java class Reflections (line 40) | public class Reflections { method Reflections (line 44) | private Reflections() { method fnToFieldName (line 47) | public static String fnToFieldName(Fn fn) { method fnToFieldNames (line 64) | public static String[] fnToFieldNames(Fn... fns) { FILE: weekend/src/test/java/tk/mybatis/mapper/weekend/MybatisHelper.java class MybatisHelper (line 49) | public class MybatisHelper { method getSqlSession (line 122) | public static SqlSession getSqlSession() { FILE: weekend/src/test/java/tk/mybatis/mapper/weekend/SqlCriteriaHelperTest.java class SqlCriteriaHelperTest (line 16) | public class SqlCriteriaHelperTest { method ignore (line 20) | @Test method required (line 48) | @Test method like (line 70) | @Test method list (line 96) | @Test FILE: weekend/src/test/java/tk/mybatis/mapper/weekend/UserMapperTest.java class UserMapperTest (line 41) | public class UserMapperTest { method testSelectIdIsNull (line 46) | @Test method testExcludeAndSelectProperties (line 62) | @Test FILE: weekend/src/test/java/tk/mybatis/mapper/weekend/WeekendSqlsTest.java class WeekendSqlsTest (line 43) | public class WeekendSqlsTest { method testWeekend (line 45) | @Test method testWeekendComplex (line 64) | @Test FILE: weekend/src/test/java/tk/mybatis/mapper/weekend/WeekendSqlsUtilsTest.java class WeekendSqlsUtilsTest (line 44) | public class WeekendSqlsUtilsTest { method testWeekend (line 46) | @Test method testWeekendComplex (line 65) | @Test FILE: weekend/src/test/java/tk/mybatis/mapper/weekend/entity/Country.java class Country (line 32) | @Table() method getCountrycode (line 41) | public String getCountrycode() { method setCountrycode (line 45) | public void setCountrycode(String countrycode) { method getCountryname (line 49) | public String getCountryname() { method setCountryname (line 53) | public void setCountryname(String countryname) { method getId (line 57) | public Integer getId() { method setId (line 61) | public void setId(Integer id) { FILE: weekend/src/test/java/tk/mybatis/mapper/weekend/entity/User.java class User (line 33) | @Table(name = "user") method getId (line 38) | public Long getId() { method setId (line 42) | public User setId(Long id) { method getUserName (line 47) | public String getUserName() { method setUserName (line 51) | public User setUserName(String userName) { FILE: weekend/src/test/java/tk/mybatis/mapper/weekend/mapper/CountryMapper.java type CountryMapper (line 34) | public interface CountryMapper extends Mapper { FILE: weekend/src/test/java/tk/mybatis/mapper/weekend/mapper/UserMapper.java type UserMapper (line 34) | public interface UserMapper extends Mapper { FILE: weekend/src/test/resources/CreateDB.sql type user (line 2) | CREATE table user type country (line 8) | CREATE TABLE country