- camelToUnderline(String) - Static method in class me.gaigeshen.mybatis.helper.util.StringNameUtils
-
Translate camel string value to underline string value
- clear() - Method in class me.gaigeshen.mybatis.helper.Condition
-
Clear all criterions, page, size, order and sort values
- Column - Annotation Type in me.gaigeshen.mybatis.helper.annotations
-
Table column
- Condition<T extends Entity<?>> - Class in me.gaigeshen.mybatis.helper
-
The condition class, for find methods
- Condition(Class<T>) - Constructor for class me.gaigeshen.mybatis.helper.Condition
-
- Condition.Criteria - Class in me.gaigeshen.mybatis.helper
-
Criteria class
- configure() - Method in class me.gaigeshen.mybatis.helper.MybatisHelperConfigurer
-
This method MUST called first before mybatis SqlSessionFactory build
- count(Condition<T>) - Method in interface me.gaigeshen.mybatis.helper.Dao
-
Returns records count by conditions
- create(Class<E>) - Static method in class me.gaigeshen.mybatis.helper.Condition
-
- create(Class<E>, int, int) - Static method in class me.gaigeshen.mybatis.helper.Condition
-
- create(Class<? extends Entity<?>>) - Static method in class me.gaigeshen.mybatis.helper.EntityMetadata
-
Create entity metadata by entity class parameter
- create(String, InputStream) - Static method in class me.gaigeshen.mybatis.helper.mapper.MapperSource
-
Create mapper source with mapper class name and user defined mapper xml resource
- create(Class<?>, InputStream) - Static method in class me.gaigeshen.mybatis.helper.mapper.MapperSource
-
Create mapper source with mapper class and user defined mapper xml resource
- create(Class<?>) - Static method in class me.gaigeshen.mybatis.helper.mapper.MapperSource
-
Create mapper source with mapper class
- create() - Static method in class me.gaigeshen.mybatis.helper.MybatisHelperConfigurer
-
- Criteria() - Constructor for class me.gaigeshen.mybatis.helper.Condition.Criteria
-