- get(Serializable) - 类 中的方法cn.featherfly.component.sorm.operate.GetOperate
-
返回指定ID的对象.
- get(Serializable) - 类 中的方法cn.featherfly.component.sorm.SimpleORM
-
获取指定的对象.
- getClassMapping(Class<T>) - 类 中的方法cn.featherfly.component.sorm.SimpleORM
-
返回指定类型的映射信息
- getColumnName() - 类 中的方法cn.featherfly.component.sorm.mapping.PropertyMapping
-
- getDataBase() - 类 中的方法cn.featherfly.component.sorm.SimpleORMFactory
-
返回dataBase
- getDefaultFactory() - 类 中的静态方法cn.featherfly.component.sorm.SimpleORMFactory
-
返回默认工厂
- getDefaultFactory(DataSource) - 类 中的静态方法cn.featherfly.component.sorm.SimpleORMFactory
-
返回默认工厂,并让默认工厂使用传入的数据源
- getDeleteExecution(T) - 类 中的方法cn.featherfly.component.sorm.SimpleORM
-
返回删除对象的Execution.
- getFinalPropertyName() - 类 中的方法cn.featherfly.component.sorm.mapping.PropertyMapping
-
返回最终属性名称(如果是嵌套属性就是XX.YY).
- getFinalPropertyType() - 类 中的方法cn.featherfly.component.sorm.mapping.PropertyMapping
-
返回最终属性类型(如果是嵌套属性就是XX.YY的类型).
- getGetExecution(Serializable) - 类 中的方法cn.featherfly.component.sorm.SimpleORM
-
返回获取指定对象的Execution.
- getIdentity(T) - 类 中的方法cn.featherfly.component.sorm.operate.GetOperate
-
返回对象的id值.如果传入对象为空或没有主键标示属性,则返回空.
- getIdentity(T) - 类 中的方法cn.featherfly.component.sorm.SimpleORM
-
返回唯一标示值
- getInnerPropertyName() - 类 中的方法cn.featherfly.component.sorm.mapping.PropertyMapping
-
返回innerPropertyName
- getInnerPropertyType() - 类 中的方法cn.featherfly.component.sorm.mapping.PropertyMapping
-
返回innerPropertyType
- getMappedClass(Class<T>, DatabaseMetadata) - 类 中的静态方法cn.featherfly.component.sorm.mapping.ClassMapping
-
返回指定类型的描述
- getMappingColumnName(BeanProperty<T>) - 接口 中的方法cn.featherfly.component.sorm.mapping.PropertyColumnNameFactory
-
根据传入的属性返回对应的columnName
- getMappingTableName(Class<T>) - 接口 中的方法cn.featherfly.component.sorm.mapping.ClassTableNameFactory
-
根据传入的类型返回对应的tableName
- getMappingTableName(Class<T>) - 类 中的方法cn.featherfly.component.sorm.mapping.ClassTableNameJpaFactory
-
根据传入的类型返回对应的tableName
- getMappingTableName(Class<T>) - 类 中的方法cn.featherfly.component.sorm.mapping.ClassTableNameSormAnnotationFactory
-
根据传入的类型返回对应的tableName
- getMappingTableName(Class<T>) - 类 中的方法cn.featherfly.component.sorm.mapping.ClassTableNameSormNameMapFactory
-
根据传入的类型返回对应的tableName
- GetOperate<T> - cn.featherfly.component.sorm.operate中的类
-
根据ID读取操作
- GetOperate(Class<T>, JdbcTemplate) - 类 的构造器cn.featherfly.component.sorm.operate.GetOperate
-
使用给定数据源以及给定对象生成读取操作.
- GetOperate(Class<T>, JdbcTemplate, String) - 类 的构造器cn.featherfly.component.sorm.operate.GetOperate
-
使用给定数据源以及给定对象生成读取操作.
- getParameters(T) - 类 中的方法cn.featherfly.component.sorm.operate.AbstractOperate
-
- getPropertyMapping(String) - 类 中的方法cn.featherfly.component.sorm.mapping.ClassMapping
-
返回指定属性名称的属性映射.
- getPropertyMappings() - 类 中的方法cn.featherfly.component.sorm.mapping.ClassMapping
-
返回所有属性映射
- getPropertyName() - 类 中的方法cn.featherfly.component.sorm.mapping.PropertyMapping
-
- getPropertyType() - 类 中的方法cn.featherfly.component.sorm.mapping.PropertyMapping
-
- getQueryExecution(ConditionBuilder) - 类 中的方法cn.featherfly.component.sorm.SimpleORM
-
根据指定条件返回Execution.
- getSaveExecution(T) - 类 中的方法cn.featherfly.component.sorm.SimpleORM
-
返回保存对象的Execution.
- getSelectSql() - 类 中的方法cn.featherfly.component.sorm.operate.AbstractQueryOperate
-
返回selectSql
- getSimpleORM(Class<E>) - 类 中的方法cn.featherfly.component.sorm.SimpleORMFactory
-
根据传入的类型返回对应类型的SimpleORM对象.
- getSql() - 类 中的方法cn.featherfly.component.sorm.operate.AbstractOperate
-
- getSql(String) - 类 中的方法cn.featherfly.component.sorm.operate.QueryOperate
-
获取带条件的sql
- getSql(ConditionBuilder) - 类 中的方法cn.featherfly.component.sorm.operate.QueryOperate
-
获取带条件的sql
- getTableName() - 类 中的方法cn.featherfly.component.sorm.mapping.ClassMapping
-
- getType() - 类 中的方法cn.featherfly.component.sorm.mapping.ClassMapping
-
- getUpdateExecution(T) - 类 中的方法cn.featherfly.component.sorm.SimpleORM
-
返回更新对象的Execution.
- getValidator() - 类 中的方法cn.featherfly.component.sorm.SimpleORM
-
返回validator