| Package | Description |
|---|---|
| org.aoju.bus.mapper.builder | |
| org.aoju.bus.mapper.criteria | |
| org.aoju.bus.mapper.entity | |
| org.aoju.bus.mapper.executor |
| Modifier and Type | Field and Description |
|---|---|
Map<String,EntityColumn> |
Builder.propertyMap |
| Modifier and Type | Method and Description |
|---|---|
static Set<EntityColumn> |
EntityBuilder.getColumns(Class<?> entityClass)
获取全部列
|
static Set<EntityColumn> |
EntityBuilder.getPKColumns(Class<?> entityClass)
获取主键信息
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SqlSourceBuilder.getBindCache(EntityColumn column) |
static String |
SqlSourceBuilder.getBindValue(EntityColumn column,
String value) |
String |
MapperTemplate.getIDENTITY(EntityColumn column)
获取Identity值的表达式
|
static String |
SqlSourceBuilder.getIfCacheIsNull(EntityColumn column,
String contents)
如果_cache == null
|
static String |
SqlSourceBuilder.getIfCacheNotNull(EntityColumn column,
String contents) |
static String |
SqlSourceBuilder.getIfIsNull(EntityColumn column,
String contents,
boolean empty)
判断自动==null的条件结构
|
static String |
SqlSourceBuilder.getIfIsNull(String entityName,
EntityColumn column,
String contents,
boolean empty)
判断自动==null的条件结构
|
static String |
SqlSourceBuilder.getIfNotNull(EntityColumn column,
String contents,
boolean empty)
判断自动!=null的条件结构
|
static String |
SqlSourceBuilder.getIfNotNull(String entityName,
EntityColumn column,
String contents,
boolean empty)
判断自动!=null的条件结构
|
protected String |
MapperTemplate.getSeqNextVal(EntityColumn column)
获取序列下个值的表达式
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,EntityColumn> |
OrderBy.propertyMap |
protected Map<String,EntityColumn> |
Criteria.propertyMap |
| Constructor and Description |
|---|
Criteria(Map<String,EntityColumn> propertyMap,
boolean exists,
boolean notNull) |
OrderBy(Condition condition,
Map<String,EntityColumn> propertyMap) |
| Modifier and Type | Field and Description |
|---|---|
Map<String,EntityColumn> |
EntityTable.propertyMap |
protected Map<String,EntityColumn> |
Condition.propertyMap |
| Modifier and Type | Method and Description |
|---|---|
Set<EntityColumn> |
EntityTable.getEntityClassColumns() |
Set<EntityColumn> |
EntityTable.getEntityClassPKColumns() |
Map<String,EntityColumn> |
EntityTable.getPropertyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTable.setEntityClassColumns(Set<EntityColumn> entityClassColumns) |
void |
EntityTable.setEntityClassPKColumns(Set<EntityColumn> entityClassPKColumns) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SelectKey.newSelectKeyMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
EntityColumn column,
Class<?> entityClass,
Boolean executeBefore,
String identity) |
Copyright © 2019. All rights reserved.