Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractEntityContext - Class in org.beangle.commons.entity.metadata.impl
Abstract AbstractEntityContext class.
AbstractEntityContext() - Constructor for class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
 
AbstractEntityEvent<T extends Entity<?>> - Class in org.beangle.commons.entity.event
实体操作相关事件
AbstractEntityEvent(Class<T>, List<T>) - Constructor for class org.beangle.commons.entity.event.AbstractEntityEvent
 
AbstractHierarchyService<T extends NumberIdHierarchyObject<? super T,?>> - Class in org.beangle.commons.dao.impl
 
AbstractHierarchyService() - Constructor for class org.beangle.commons.dao.impl.AbstractHierarchyService
 
AbstractImporter - Class in org.beangle.commons.transfer.importer
导入的抽象和缺省实现
AbstractImporter() - Constructor for class org.beangle.commons.transfer.importer.AbstractImporter
 
AbstractItemExporter - Class in org.beangle.commons.transfer.exporter
Abstract AbstractItemExporter class.
AbstractItemExporter() - Constructor for class org.beangle.commons.transfer.exporter.AbstractItemExporter
 
AbstractItemImporter - Class in org.beangle.commons.transfer.importer
线性导入实现
AbstractItemImporter() - Constructor for class org.beangle.commons.transfer.importer.AbstractItemImporter
Constructor for AbstractItemImporter.
AbstractItemWriter - Class in org.beangle.commons.transfer.io
Abstract AbstractItemWriter class.
AbstractItemWriter() - Constructor for class org.beangle.commons.transfer.io.AbstractItemWriter
 
AbstractPersistModule - Class in org.beangle.commons.entity.orm
 
AbstractPersistModule() - Constructor for class org.beangle.commons.entity.orm.AbstractPersistModule
 
AbstractPersistModule.CacheHolder - Class in org.beangle.commons.entity.orm
 
AbstractPersistModule.EntityHolder - Class in org.beangle.commons.entity.orm
 
AbstractQuery<T> - Class in org.beangle.commons.dao.query.builder
抽象查询
AbstractQuery() - Constructor for class org.beangle.commons.dao.query.builder.AbstractQuery
 
AbstractQueryBuilder<T> - Class in org.beangle.commons.dao.query.builder
Abstract AbstractQueryBuilder class.
AbstractQueryBuilder() - Constructor for class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
 
AbstractQueryPage<T> - Class in org.beangle.commons.dao.query.limit
基于查询的分页。
当使用或导出大批量数据时,使用者仍以List的方式进行迭代。
该实现则是内部采用分页方式。
AbstractQueryPage() - Constructor for class org.beangle.commons.dao.query.limit.AbstractQueryPage
Constructor for AbstractQueryPage.
AbstractQueryPage(LimitQuery<T>) - Constructor for class org.beangle.commons.dao.query.limit.AbstractQueryPage
Constructor for AbstractQueryPage.
AbstractTransferListener - Class in org.beangle.commons.transfer
AbstractTransferListener class.
AbstractTransferListener() - Constructor for class org.beangle.commons.transfer.AbstractTransferListener
 
AbstractType - Class in org.beangle.commons.entity.metadata
Abstract AbstractType class.
AbstractType() - Constructor for class org.beangle.commons.entity.metadata.AbstractType
 
add(Condition) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
add.
add(Collection<Condition>) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
添加一组条件
query中不能添加条件集合作为一个条件,因此这里命名没有采用有区别性的addAll
add(Class<? extends Entity<?>>...) - Method in class org.beangle.commons.entity.orm.AbstractPersistModule
 
add(List<EntityPersistConfig.CollectionDefinition>...) - Method in class org.beangle.commons.entity.orm.AbstractPersistModule.CacheHolder
 
add(Class<? extends Entity<?>>...) - Method in class org.beangle.commons.entity.orm.AbstractPersistModule.CacheHolder
 
addCollection(EntityPersistConfig.CollectionDefinition) - Method in class org.beangle.commons.entity.orm.EntityPersistConfig
 
addEntity(EntityPersistConfig.EntityDefinition) - Method in class org.beangle.commons.entity.orm.EntityPersistConfig
 
addEntity(String, Class<?>) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
addEntity.
addEntity(String, String) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
addEntity.
addFailure(String, Object) - Method in class org.beangle.commons.transfer.TransferResult
 
addForeigerKey(String) - Method in class org.beangle.commons.transfer.importer.listener.ImporterForeignerListener
addForeigerKey.
addForeignedKeys(String) - Method in interface org.beangle.commons.transfer.importer.EntityImporter
addForeignedKeys.
addForeignedKeys(String) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
 
addListener(TransferListener) - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
添加转换监听器
addListener(TransferListener) - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
添加转换监听器
addListener(TransferListener) - Method in class org.beangle.commons.transfer.importer.AbstractImporter
 
addListener(TransferListener) - Method in interface org.beangle.commons.transfer.Transfer
添加转换监听器
addMessage(String, Object) - Method in class org.beangle.commons.transfer.TransferResult
 
addOrder(Order) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
addOrder.
addOrder(List<Order>) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
addOrder.
addParent(Collection<T>) - Static method in class org.beangle.commons.entity.util.HierarchyEntityUtils
addParent.
addParent(Collection<T>, T) - Static method in class org.beangle.commons.entity.util.HierarchyEntityUtils
addParent.
alias - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
别名
alias(String) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
alias.
alias(String) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
alias.
and(Condition...) - Static method in class org.beangle.commons.dao.query.builder.Conditions
 
and(List<Condition>) - Static method in class org.beangle.commons.dao.query.builder.Conditions
 
apply(Object) - Method in class org.beangle.commons.entity.util.EmptyKeyPredicate
 
apply(Entity<?>) - Method in class org.beangle.commons.entity.util.IdNotInPredicate
 
apply(Object) - Method in class org.beangle.commons.entity.util.ValidEntityKeyPredicate
 
apply(Object) - Method in class org.beangle.commons.entity.util.ValidEntityPredicate
 
attrs - Variable in class org.beangle.commons.transfer.exporter.MultiEntityExporter.Metadata
 
attrs - Variable in class org.beangle.commons.transfer.exporter.SimpleEntityExporter
导入属性

B

BaseServiceImpl - Class in org.beangle.commons.dao.impl
Abstract BaseServiceImpl class.
BaseServiceImpl() - Constructor for class org.beangle.commons.dao.impl.BaseServiceImpl
 
beforeExport() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
导出准备和检查。
beforeExport() - Method in class org.beangle.commons.transfer.exporter.MultiEntityExporter
beforeExport.
beforeExport() - Method in class org.beangle.commons.transfer.exporter.SimpleEntityExporter
导出准备和检查。
beforeExport() - Method in class org.beangle.commons.transfer.exporter.SimpleItemExporter
导出准备和检查。
beforeImportItem() - Method in class org.beangle.commons.transfer.importer.AbstractImporter
beforeImportItem.
beforeImportItem() - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
beforeImportItem.
beginOn - Variable in class org.beangle.commons.entity.pojo.Code
生效时间
build() - Method in class org.beangle.commons.dao.Operation.Builder
 
build() - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
build.
build() - Method in class org.beangle.commons.dao.query.builder.SqlQuery
build.
build() - Method in interface org.beangle.commons.dao.query.QueryBuilder
build.
build(Locale) - Static method in class org.beangle.commons.entity.comment.Messages
 
Builder() - Constructor for class org.beangle.commons.dao.Operation.Builder
 

C

cache(String) - Method in class org.beangle.commons.entity.orm.AbstractPersistModule
 
cache() - Method in class org.beangle.commons.entity.orm.AbstractPersistModule
 
cache(String) - Method in class org.beangle.commons.entity.orm.AbstractPersistModule.CacheHolder
 
cache(String) - Method in class org.beangle.commons.entity.orm.AbstractPersistModule.EntityHolder
 
cache(String, String) - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.CollectionDefinition
 
cache(String, String) - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.EntityDefinition
 
cacheable - Variable in class org.beangle.commons.dao.query.builder.AbstractQuery
缓存查询结果
cacheable - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
缓存查询结果
cacheable() - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
cacheable.
cacheable(boolean) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
cacheable.
cacheable() - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
cacheable.
cacheable(boolean) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
cacheable.
cacheable() - Method in class org.beangle.commons.entity.orm.AbstractPersistModule.EntityHolder
 
CacheConfig() - Constructor for class org.beangle.commons.entity.orm.EntityPersistConfig.CacheConfig
 
CacheHolder(EntityPersistConfig) - Constructor for class org.beangle.commons.entity.orm.AbstractPersistModule.CacheHolder
 
changeCurValue(String, Object) - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
改变现有某个属性的值
children - Variable in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
classEntityTypes - Variable in class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
class-name->entity-type
clearOrders() - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
cleanOrders.
clearOrders() - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
cleanOrders.
close() - Method in class org.beangle.commons.transfer.csv.CsvItemReader
 
close() - Method in class org.beangle.commons.transfer.csv.CsvItemWriter
close.
close() - Method in class org.beangle.commons.transfer.dbf.DBFItemWriter
close.
close() - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
 
close() - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
close.
close() - Method in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
close.
close() - Method in interface org.beangle.commons.transfer.io.Reader
关闭
close() - Method in interface org.beangle.commons.transfer.io.Writer
close.
Code<T extends Number> - Class in org.beangle.commons.entity.pojo
基础代码的基类
Code() - Constructor for class org.beangle.commons.entity.pojo.Code
 
Code(T) - Constructor for class org.beangle.commons.entity.pojo.Code
 
code - Variable in class org.beangle.commons.entity.pojo.Code
基础代码的代码关键字
CodeEntity - Interface in org.beangle.commons.entity
CodeEntity interface.
collection(Class<?>, String...) - Method in class org.beangle.commons.entity.orm.AbstractPersistModule
 
CollectionDefinition(Class<?>, String) - Constructor for class org.beangle.commons.entity.orm.EntityPersistConfig.CollectionDefinition
 
CollectionType - Class in org.beangle.commons.entity.metadata
CollectionType class.
CollectionType() - Constructor for class org.beangle.commons.entity.metadata.CollectionType
 
compareTo(Object) - Method in class org.beangle.commons.entity.pojo.Code
 
compareTo(T) - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
不同级的菜单按照他们固有的级联顺序排序.
Component - Interface in org.beangle.commons.entity
 
ComponentType - Class in org.beangle.commons.entity.metadata
ComponentType class.
ComponentType() - Constructor for class org.beangle.commons.entity.metadata.ComponentType
Constructor for ComponentType.
ComponentType(Class<?>) - Constructor for class org.beangle.commons.entity.metadata.ComponentType
Constructor for ComponentType.
Condition - Class in org.beangle.commons.dao.query.builder
查询条件 使用例子如下
Condition(String) - Constructor for class org.beangle.commons.dao.query.builder.Condition
Constructor for Condition.
Condition(String, Object) - Constructor for class org.beangle.commons.dao.query.builder.Condition
Constructor for Condition.
Condition(String, Object, Object) - Constructor for class org.beangle.commons.dao.query.builder.Condition
Constructor for Condition.
Condition(String, Object, Object, Object) - Constructor for class org.beangle.commons.dao.query.builder.Condition
Constructor for Condition.
conditions - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
 
Conditions - Class in org.beangle.commons.dao.query.builder
条件提取辅助类
conditions - Variable in class org.beangle.commons.dao.query.builder.SqlQuery
 
ConfigEntity - Annotation Type in org.beangle.commons.entity.annotation
Configuration Entity
context - Variable in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
 
context - Variable in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
 
context - Variable in class org.beangle.commons.transfer.exporter.AbstractItemExporter
转换上下文
Context - Class in org.beangle.commons.transfer.exporter
Context class.
Context() - Constructor for class org.beangle.commons.transfer.exporter.Context
 
context - Variable in class org.beangle.commons.transfer.io.AbstractItemWriter
 
ConvertPopulatorBean - Class in org.beangle.commons.entity.metadata.impl
ConvertPopulatorBean class.
ConvertPopulatorBean() - Constructor for class org.beangle.commons.entity.metadata.impl.ConvertPopulatorBean
Constructor for ConvertPopulatorBean.
ConvertPopulatorBean(Conversion) - Constructor for class org.beangle.commons.entity.metadata.impl.ConvertPopulatorBean
Constructor for ConvertPopulatorBean.
count(String, String, Object) - Method in interface org.beangle.commons.dao.EntityDao
 
count(Class<?>, String, Object) - Method in interface org.beangle.commons.dao.EntityDao
 
count(Class<?>, String[], Object[], String) - Method in interface org.beangle.commons.dao.EntityDao
 
countPerSheet - Variable in class org.beangle.commons.transfer.excel.ExcelItemWriter
 
countStr - Variable in class org.beangle.commons.dao.query.builder.AbstractQuery
count 计数语句
createBlob(InputStream, int) - Method in interface org.beangle.commons.dao.EntityDao
 
createBlob(InputStream) - Method in interface org.beangle.commons.dao.EntityDao
 
createClob(String) - Method in interface org.beangle.commons.dao.EntityDao
 
csvFormat - Variable in class org.beangle.commons.transfer.csv.CsvItemWriter
 
CsvItemReader - Class in org.beangle.commons.transfer.csv
CsvItemReader class.
CsvItemReader(LineNumberReader) - Constructor for class org.beangle.commons.transfer.csv.CsvItemReader
Constructor for CsvItemReader.
CsvItemWriter - Class in org.beangle.commons.transfer.csv
CsvItemWriter class.
CsvItemWriter() - Constructor for class org.beangle.commons.transfer.csv.CsvItemWriter
Constructor for CsvItemWriter.
CsvItemWriter(OutputStream) - Constructor for class org.beangle.commons.transfer.csv.CsvItemWriter
Constructor for CsvItemWriter.
csvr - Variable in class org.beangle.commons.transfer.csv.CsvItemWriter
 
current - Variable in class org.beangle.commons.transfer.importer.MultiEntityImporter
 

D

Dao<T extends Entity<ID>,ID extends Serializable> - Interface in org.beangle.commons.dao
Dao interface.
data - Variable in class org.beangle.commons.dao.Operation
 
dataName - Variable in class org.beangle.commons.transfer.exporter.MultiEntityExporter.Metadata
 
datas - Variable in class org.beangle.commons.transfer.exporter.AbstractItemExporter
转换的数据集
dateStyle - Variable in class org.beangle.commons.transfer.excel.ExcelItemWriter
 
DBFItemWriter - Class in org.beangle.commons.transfer.dbf
DBFItemWriter class.
DBFItemWriter() - Constructor for class org.beangle.commons.transfer.dbf.DBFItemWriter
Constructor for DBFItemWriter.
DEFAULT_HEADINDEX - Static variable in class org.beangle.commons.transfer.excel.ExcelItemReader
标题缺省所在行
defaultCache(String, String) - Method in class org.beangle.commons.entity.orm.AbstractPersistModule
 
DefaultEntityImporter - Class in org.beangle.commons.transfer.importer
DefaultEntityImporter class.
DefaultEntityImporter() - Constructor for class org.beangle.commons.transfer.importer.DefaultEntityImporter
Constructor for DefaultEntityImporter.
DefaultEntityImporter(Class<?>) - Constructor for class org.beangle.commons.transfer.importer.DefaultEntityImporter
Constructor for DefaultEntityImporter.
DefaultModelMeta - Class in org.beangle.commons.entity.metadata.impl
 
DefaultModelMeta() - Constructor for class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
 
DefaultPropertyExtractor - Class in org.beangle.commons.transfer.exporter
缺省和简单的属性提取类
DefaultPropertyExtractor() - Constructor for class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
Constructor for DefaultPropertyExtractor.
DefaultPropertyExtractor(TextResource) - Constructor for class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
Constructor for DefaultPropertyExtractor.
DescriptionAttrPrepare - Class in org.beangle.commons.transfer.importer
DescriptionAttrPrepare class.
DescriptionAttrPrepare() - Constructor for class org.beangle.commons.transfer.importer.DescriptionAttrPrepare
 
descriptions - Variable in class org.beangle.commons.transfer.importer.AbstractItemImporter
属性说明[attr,description]
doConfig() - Method in class org.beangle.commons.entity.orm.AbstractPersistModule
 
duplicate(String, Serializable, Map<String, Object>) - Method in interface org.beangle.commons.dao.EntityDao
 
duplicate(Class<? extends Entity<?>>, Serializable, String, Object) - Method in interface org.beangle.commons.dao.EntityDao
 

E

EmptyKeyPredicate - Class in org.beangle.commons.entity.util
EmptyKeyPredicate class.
EmptyKeyPredicate() - Constructor for class org.beangle.commons.entity.util.EmptyKeyPredicate
 
EnabledEntity - Interface in org.beangle.commons.entity
能够启用和禁用的实体
endOn - Variable in class org.beangle.commons.entity.pojo.Code
失效时间
enName - Variable in class org.beangle.commons.entity.pojo.Code
代码英文名称
Entity<ID extends Serializable> - Interface in org.beangle.commons.entity
Entity present a data with identifier.
entityClass - Variable in class org.beangle.commons.dao.GenericDao
 
entityClass - Variable in class org.beangle.commons.dao.query.builder.OqlBuilder
查询实体类
EntityContext - Interface in org.beangle.commons.entity.metadata
EntityContext interface.
EntityCreationEvent<T extends Entity<?>> - Class in org.beangle.commons.entity.event
实体创建事件
EntityCreationEvent(Class<T>, List<T>) - Constructor for class org.beangle.commons.entity.event.EntityCreationEvent
 
EntityDao - Interface in org.beangle.commons.dao
dao 查询辅助类
entityDao - Variable in class org.beangle.commons.dao.GenericDao
 
entityDao - Variable in class org.beangle.commons.dao.impl.BaseServiceImpl
 
entityDao - Variable in class org.beangle.commons.transfer.importer.listener.ImporterForeignerListener
 
EntityDefinition(Class<?>) - Constructor for class org.beangle.commons.entity.orm.EntityPersistConfig.EntityDefinition
 
EntityHolder(Class<?>[], EntityPersistConfig) - Constructor for class org.beangle.commons.entity.orm.AbstractPersistModule.EntityHolder
 
EntityImporter - Interface in org.beangle.commons.transfer.importer
EntityImporter interface.
EntityPersistConfig - Class in org.beangle.commons.entity.orm
 
EntityPersistConfig() - Constructor for class org.beangle.commons.entity.orm.EntityPersistConfig
 
EntityPersistConfig.CacheConfig - Class in org.beangle.commons.entity.orm
 
EntityPersistConfig.CollectionDefinition - Class in org.beangle.commons.entity.orm
 
EntityPersistConfig.EntityDefinition - Class in org.beangle.commons.entity.orm
 
EntityRemovalEvent<T extends Entity<?>> - Class in org.beangle.commons.entity.event
实体删除事件
EntityRemovalEvent(Class<T>, List<T>) - Constructor for class org.beangle.commons.entity.event.EntityRemovalEvent
 
EntityType - Class in org.beangle.commons.entity.metadata
EntityType class.
EntityType(String, Class<?>, String) - Constructor for class org.beangle.commons.entity.metadata.EntityType
Constructor for EntityType.
EntityType(String, Class<?>, String, Type) - Constructor for class org.beangle.commons.entity.metadata.EntityType
 
EntityType(Class<?>) - Constructor for class org.beangle.commons.entity.metadata.EntityType
Constructor for EntityType.
entityTypes - Variable in class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
entity-name->entity-type
entityTypes - Variable in class org.beangle.commons.transfer.importer.MultiEntityImporter
 
EntityUpdatedEvent<T extends Entity<?>> - Class in org.beangle.commons.entity.event
实体更新事件
EntityUpdatedEvent(Class<T>, List<T>) - Constructor for class org.beangle.commons.entity.event.EntityUpdatedEvent
 
EntityUtils - Class in org.beangle.commons.entity.util
实体类辅助工具箱
eq(String, Number) - Static method in class org.beangle.commons.dao.query.builder.Condition
eq.
eq(String, String) - Static method in class org.beangle.commons.dao.query.builder.Condition
eq.
equals(Object) - Method in class org.beangle.commons.dao.query.builder.Condition
equals(Object) - Method in class org.beangle.commons.entity.metadata.AbstractType
 
equals(Object) - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.EntityDefinition
 
equals(Object) - Method in class org.beangle.commons.entity.pojo.NumberIdObject
比较id,如果任一方id是null,则不相等
equals(Object) - Method in class org.beangle.commons.entity.pojo.StringIdObject
比较id,如果任一方id是null,则不相等
ERROR_ATTRS - Static variable in class org.beangle.commons.transfer.TransferMessage
Constant ERROR_ATTRS="error.transfer.attrs"
ERROR_ATTRS_EXPORT - Static variable in class org.beangle.commons.transfer.TransferMessage
Constant ERROR_ATTRS_EXPORT="error.transfer.attrs.export"
errorProperties - Variable in class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
 
errors() - Method in class org.beangle.commons.transfer.TransferResult
 
eventMulticaster - Variable in class org.beangle.commons.dao.impl.BaseServiceImpl
 
evict(Object) - Method in interface org.beangle.commons.dao.EntityDao
 
evictEmptyProperty(Object) - Static method in class org.beangle.commons.entity.util.EntityUtils
清除实体类中引用的无效(外键)属性.
ExcelItemReader - Class in org.beangle.commons.transfer.excel
Excel的每行一条数据的读取器
ExcelItemReader() - Constructor for class org.beangle.commons.transfer.excel.ExcelItemReader
Constructor for ExcelItemReader.
ExcelItemReader(InputStream) - Constructor for class org.beangle.commons.transfer.excel.ExcelItemReader
Constructor for ExcelItemReader.
ExcelItemReader(InputStream, int) - Constructor for class org.beangle.commons.transfer.excel.ExcelItemReader
Constructor for ExcelItemReader.
ExcelItemReader(HSSFWorkbook, int) - Constructor for class org.beangle.commons.transfer.excel.ExcelItemReader
Constructor for ExcelItemReader.
ExcelItemWriter - Class in org.beangle.commons.transfer.excel
ExcelItemWriter class.
ExcelItemWriter() - Constructor for class org.beangle.commons.transfer.excel.ExcelItemWriter
Constructor for ExcelItemWriter.
ExcelItemWriter(OutputStream) - Constructor for class org.beangle.commons.transfer.excel.ExcelItemWriter
Constructor for ExcelItemWriter.
ExcelTemplateWriter - Class in org.beangle.commons.transfer.excel
ExcelTemplateWriter class.
ExcelTemplateWriter() - Constructor for class org.beangle.commons.transfer.excel.ExcelTemplateWriter
Constructor for ExcelTemplateWriter.
ExcelTemplateWriter(OutputStream) - Constructor for class org.beangle.commons.transfer.excel.ExcelTemplateWriter
Constructor for ExcelTemplateWriter.
ExcelTools - Class in org.beangle.commons.transfer.excel
写到excel中的工具
ExcelTools() - Constructor for class org.beangle.commons.transfer.excel.ExcelTools
Constructor for ExcelTools.
execute(Operation...) - Method in interface org.beangle.commons.dao.EntityDao
在同一个session保存、删除
execute(Operation.Builder) - Method in interface org.beangle.commons.dao.EntityDao
执行一个操作构建者提供的一系列操作
executeUpdate(String, Object...) - Method in interface org.beangle.commons.dao.EntityDao
执行JPQL/NamedQuery 进行更新或者删除
executeUpdate(String, Map<String, Object>) - Method in interface org.beangle.commons.dao.EntityDao
执行JPQL/NamedQuery进行更新或者删除
executeUpdateRepeatly(String, Collection<Object[]>) - Method in interface org.beangle.commons.dao.EntityDao
重复执行单个JPQL/NamedQuery语句
exist(Class<?>, String, Object) - Method in interface org.beangle.commons.dao.EntityDao
 
exist(String, String, Object) - Method in interface org.beangle.commons.dao.EntityDao
 
exist(Class<?>, String[], Object[]) - Method in interface org.beangle.commons.dao.EntityDao
 
Exporter - Interface in org.beangle.commons.transfer.exporter
数据导出转换器
ExporterFactory - Class in org.beangle.commons.transfer.exporter
Builder Exporter
ExporterFactory() - Constructor for class org.beangle.commons.transfer.exporter.ExporterFactory
 
extract(Object, String) - Method in class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
extract.
extractConditions(String, Entity<?>) - Static method in class org.beangle.commons.dao.query.builder.Conditions
提取对象中的条件
提取的属性仅限"平面"属性(允许包括component)
过滤掉属性:null,或者空Collection
extractIds(Collection<T>) - Static method in class org.beangle.commons.entity.util.EntityUtils
extractIds.
extractIdSeq(Collection<T>) - Static method in class org.beangle.commons.entity.util.EntityUtils
extractIdSeq.
EXTRACTOR - Static variable in class org.beangle.commons.transfer.exporter.Context
Constant EXTRACTOR="extractor"

F

fail - Variable in class org.beangle.commons.transfer.exporter.AbstractItemExporter
失败记录数
fail - Variable in class org.beangle.commons.transfer.importer.AbstractImporter
失败记录数
FlashEntity - Annotation Type in org.beangle.commons.entity.annotation
支持系统实时运行所需的数据实体,属于程序运行时需要存放的状态信息。
foreigersMap - Variable in class org.beangle.commons.transfer.importer.listener.ImporterForeignerListener
 
foreignerKeys - Variable in class org.beangle.commons.transfer.importer.MultiEntityImporter
 
forEntity(Class<T>) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
forEntity.
from - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
 
from(String) - Static method in class org.beangle.commons.dao.query.builder.OqlBuilder
from.
from(String, String) - Static method in class org.beangle.commons.dao.query.builder.OqlBuilder
from.
from(Class<E>) - Static method in class org.beangle.commons.dao.query.builder.OqlBuilder
from.
from(Class<E>, String) - Static method in class org.beangle.commons.dao.query.builder.OqlBuilder
from.
from - Variable in class org.beangle.commons.dao.query.builder.SqlQuery
 

G

ge(String, Number) - Static method in class org.beangle.commons.dao.query.builder.Condition
ge.
genCountStatement() - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
genCountStatement.
genCountStatement() - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
形成计数查询语句,如果不能形成,则返回""
genCountStatement() - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
genCountStatement.
Generator - Class in org.beangle.commons.entity.comment
Sql comments generator,It convert field's javadoc comment to sql comment.
Generator() - Constructor for class org.beangle.commons.entity.comment.Generator
 
GenericDao<T extends Entity<ID>,ID extends Serializable> - Class in org.beangle.commons.dao
 
GenericDao() - Constructor for class org.beangle.commons.dao.GenericDao
 
genIndexno(String) - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
genIndexno() - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
genQueryStatement(boolean) - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
genQueryStatement.
genQueryString(boolean) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
genQueryString.
genStatement() - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
生成查询语句(如果查询语句已经存在则不进行生成)
get(ID) - Method in interface org.beangle.commons.dao.Dao
get.
get(ID[]) - Method in interface org.beangle.commons.dao.Dao
get.
get(Class<T>, ID) - Method in interface org.beangle.commons.dao.EntityDao
查询指定id的对象
get(String, Serializable) - Method in interface org.beangle.commons.dao.EntityDao
Returns model by identifier,null when not found.
get(Class<T>, ID[]) - Method in interface org.beangle.commons.dao.EntityDao
根据属性列举实体
get(Class<T>, Collection<ID>) - Method in interface org.beangle.commons.dao.EntityDao
根据属性列举实体
get(Class<T>, String, Object...) - Method in interface org.beangle.commons.dao.EntityDao
根据属性列举实体
get(Class<T>, String, Collection<?>) - Method in interface org.beangle.commons.dao.EntityDao
根据属性列举实体
get(Class<T>, String[], Object...) - Method in interface org.beangle.commons.dao.EntityDao
 
get(Class<T>, Map<String, Object>) - Method in interface org.beangle.commons.dao.EntityDao
 
get(String, String, Object...) - Method in interface org.beangle.commons.dao.EntityDao
根据属性列举实体
get(ID) - Method in class org.beangle.commons.dao.GenericDao
 
get(ID[]) - Method in class org.beangle.commons.dao.GenericDao
 
get(Class<?>, String) - Method in class org.beangle.commons.entity.comment.Messages
 
get(String) - Method in class org.beangle.commons.transfer.exporter.Context
get.
get(String, Class<T>) - Method in class org.beangle.commons.transfer.exporter.Context
get.
getAlias() - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
Return entity's alias
getAll(Class<T>) - Method in interface org.beangle.commons.dao.EntityDao
Returns a list of all entity of clazz.
getAttrs() - Method in class org.beangle.commons.transfer.exporter.SimpleEntityExporter
Getter for the field attrs.
getAttrs() - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
Getter for the field attrs.
getAttrs() - Method in interface org.beangle.commons.transfer.ItemTransfer
返回要转换的各个属性的名称
getBeginAt() - Method in interface org.beangle.commons.entity.TemporalAt
获得生效时间
getBeginOn() - Method in class org.beangle.commons.entity.pojo.Code
 
getBeginOn() - Method in interface org.beangle.commons.entity.TemporalOn
获得起始时间
getCache() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig
 
getCacheRegion() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.CollectionDefinition
 
getCacheRegion() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.EntityDefinition
 
getCacheUsage() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.CollectionDefinition
 
getCacheUsage() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.EntityDefinition
 
getCellValue(HSSFCell) - Static method in class org.beangle.commons.transfer.excel.ExcelItemReader
取cell单元格中的数据
getChildren() - Method in interface org.beangle.commons.entity.HierarchyEntity
getChildren.
getChildren() - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
getClazz() - Method in class org.beangle.commons.entity.event.AbstractEntityEvent
 
getClazz() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.CollectionDefinition
 
getClazz() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.EntityDefinition
 
getCode() - Method in interface org.beangle.commons.entity.CodeEntity
getCode.
getCode() - Method in class org.beangle.commons.entity.pojo.Code
获得代码
getCollectionClass() - Method in class org.beangle.commons.entity.metadata.CollectionType
Getter for the field collectionClass.
getCollections() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig
 
getCommandName(Class<?>) - Static method in class org.beangle.commons.entity.util.EntityUtils
getCommandName.
getCommandName(String) - Static method in class org.beangle.commons.entity.util.EntityUtils
getCommandName.
getCommandName(Object) - Static method in class org.beangle.commons.entity.util.EntityUtils
getCommandName.
getConditions() - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
 
getConditions() - Method in class org.beangle.commons.dao.query.builder.SqlQuery
Getter for the field conditions.
getConfig() - Method in class org.beangle.commons.entity.orm.AbstractPersistModule
 
getContent() - Method in class org.beangle.commons.dao.query.builder.Condition
Getter for the field content.
getCountPerSheet() - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
Getter for the field countPerSheet.
getCountQuery() - Method in class org.beangle.commons.dao.query.builder.QueryBean
Returns count query Query.
getCountQuery() - Method in interface org.beangle.commons.dao.query.LimitQuery
getCountQuery.
getCountStatement() - Method in class org.beangle.commons.dao.query.builder.QueryBean
Getter for the field countStatement.
getCountStr() - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
Getter for the field countStr.
getCsvFormat() - Method in class org.beangle.commons.transfer.csv.CsvItemWriter
Getter for the field csvFormat.
getCurData() - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
getCurData.
getCurData() - Method in interface org.beangle.commons.transfer.importer.Importer
返回现在正在转换的原始数据
getCurData() - Method in interface org.beangle.commons.transfer.ItemTransfer
将当前正在转换的数据转换成map[attr,value]
getCurrent() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
Getter for the field current.
getCurrent() - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
getCurrent.
getCurrent(String) - Method in class org.beangle.commons.transfer.importer.DefaultEntityImporter
 
getCurrent() - Method in class org.beangle.commons.transfer.importer.DefaultEntityImporter
getCurrent.
getCurrent(String) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
Getter for the field current.
getCurrent() - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
Getter for the field current.
getCurrent() - Method in class org.beangle.commons.transfer.importer.SimpleItemImporter
getCurrent.
getCurrent() - Method in interface org.beangle.commons.transfer.Transfer
返回方前正在转换成的对象
getDataIndex() - Method in class org.beangle.commons.transfer.csv.CsvItemReader
Getter for the field dataIndex.
getDataIndex() - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
Getter for the field dataIndex.
getDataIndex() - Method in interface org.beangle.commons.transfer.io.ItemReader
getDataIndex.
getDataName() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
getDataName.
getDataName() - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
getDataName.
getDataName() - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
getDataName.
getDataName() - Method in class org.beangle.commons.transfer.importer.SimpleItemImporter
getDataName.
getDataName() - Method in interface org.beangle.commons.transfer.Transfer
转换数据的名称
getDatas() - Method in class org.beangle.commons.transfer.exporter.Context
Getter for the field datas.
getDateFormat() - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
getDateFormat.
getDateTimeFormat() - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
getDateTimeFormat.
getDepth() - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
getDescriptions() - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
Getter for the field descriptions.
getElementType() - Method in class org.beangle.commons.entity.metadata.CollectionType
The collection element type
getEndAt() - Method in interface org.beangle.commons.entity.TemporalAt
获得失效时间
getEndOn() - Method in class org.beangle.commons.entity.pojo.Code
 
getEndOn() - Method in interface org.beangle.commons.entity.TemporalOn
获得结束日期
getEnName() - Method in class org.beangle.commons.entity.pojo.Code
 
getEntites() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig
 
getEntities() - Method in class org.beangle.commons.entity.event.AbstractEntityEvent
 
getEntity(Class<?>) - Method in class org.beangle.commons.entity.orm.EntityPersistConfig
 
getEntityClass() - Method in interface org.beangle.commons.dao.Dao
getEntityClass.
getEntityClass() - Method in class org.beangle.commons.dao.GenericDao
 
getEntityClass() - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
Getter for the field entityClass.
getEntityClass() - Method in class org.beangle.commons.entity.metadata.EntityType
Getter for the field entityClass.
getEntityClass() - Method in class org.beangle.commons.transfer.importer.DefaultEntityImporter
getEntityClass.
getEntityClass(String) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
getEntityClass.
getEntityClassName(Class<?>) - Static method in class org.beangle.commons.entity.util.EntityUtils
为了取出CGLIB代来的代理命名
getEntityDao() - Method in class org.beangle.commons.dao.impl.BaseServiceImpl
Getter for the field entityDao.
getEntityImporter(TransferFormat, InputStream, Class<?>, Map<String, Object>) - Static method in class org.beangle.commons.transfer.importer.ImporterFactory
 
getEntityName(Object) - Method in interface org.beangle.commons.entity.metadata.EntityContext
根据对象返回实体名
getEntityName() - Method in class org.beangle.commons.entity.metadata.EntityType
The name of the entity
getEntityName(Object) - Method in class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
 
getEntityName(Object) - Method in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
getEntityName.
getEntityName(Object) - Static method in class org.beangle.commons.entity.metadata.Model
getEntityName.
getEntityName(Object) - Method in interface org.beangle.commons.entity.metadata.ModelMeta
getEntityName.
getEntityName() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.EntityDefinition
 
getEntityName() - Method in class org.beangle.commons.transfer.importer.DefaultEntityImporter
getEntityName.
getEntityName(String) - Method in class org.beangle.commons.transfer.importer.DefaultEntityImporter
 
getEntityName(String) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
getEntityName.
getEntityNames(Class<?>) - Method in interface org.beangle.commons.entity.metadata.EntityContext
一个具体类所对应的实体名数组.
getEntityNames(Class<?>) - Method in class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
 
getEntityType(String) - Method in interface org.beangle.commons.entity.metadata.EntityContext
根据实体名查找实体类型
getEntityType(Class<?>) - Method in interface org.beangle.commons.entity.metadata.EntityContext
根据类型,查找实体类型
找到实体名或者实体类名和指定类类名相同的entityType
getEntityType(Class<?>) - Method in class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
getEntityType.
getEntityType(String) - Method in class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
 
getEntityType(String) - Method in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
getEntityType.
getEntityType(Class<?>) - Method in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
getEntityType.
getEntityType(String) - Method in interface org.beangle.commons.entity.metadata.ModelMeta
getEntityType.
getEntityType(Class<?>) - Method in interface org.beangle.commons.entity.metadata.ModelMeta
getEntityType.
getEntityType(String) - Method in class org.beangle.commons.transfer.importer.DefaultEntityImporter
 
getEntityType(String) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
getEntityType.
getEntityTypes() - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
Getter for the field entityTypes.
getErrs() - Method in class org.beangle.commons.transfer.TransferResult
 
getEventMulticaster() - Method in class org.beangle.commons.dao.impl.BaseServiceImpl
Getter for the field eventMulticaster.
getExporter(TransferFormat, Context) - Static method in class org.beangle.commons.transfer.exporter.ExporterFactory
 
getFail() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
Getter for the field fail.
getFail() - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
getFail.
getFail() - Method in class org.beangle.commons.transfer.importer.AbstractImporter
Getter for the field fail.
getFail() - Method in interface org.beangle.commons.transfer.Transfer
得到转换过程中失败的个数
getFamily(T) - Static method in class org.beangle.commons.entity.util.HierarchyEntityUtils
得到给定节点的所有家族结点,包括自身
getFirstPageNo() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
getFirstPageNo.
getForeignerKeys() - Method in interface org.beangle.commons.transfer.importer.EntityImporter
getForeignerKeys.
getForeignerKeys() - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
Getter for the field foreignerKeys.
getFormat() - Method in class org.beangle.commons.transfer.csv.CsvItemReader
getFormat.
getFormat() - Method in class org.beangle.commons.transfer.csv.CsvItemWriter
getFormat.
getFormat() - Method in class org.beangle.commons.transfer.dbf.DBFItemWriter
getFormat.
getFormat() - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
getFormat.
getFormat() - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
getFormat.
getFormat() - Method in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
getFormat.
getFormat() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
getFormat.
getFormat() - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
getFormat.
getFormat() - Method in class org.beangle.commons.transfer.importer.AbstractImporter
getFormat.
getFormat() - Method in interface org.beangle.commons.transfer.io.Reader
返回读取类型的格式
getFormat() - Method in interface org.beangle.commons.transfer.io.Writer
getFormat.
getFormat() - Method in interface org.beangle.commons.transfer.Transfer
转换数据的类型
getFrom() - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
 
getFrom() - Method in class org.beangle.commons.dao.query.builder.SqlQuery
Getter for the field from.
getGroups() - Method in class org.beangle.commons.dao.query.builder.SqlQuery
Getter for the field groups.
getHeadIndex() - Method in class org.beangle.commons.transfer.csv.CsvItemReader
Getter for the field headIndex.
getHeadIndex() - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
Getter for the field headIndex.
getHeadIndex() - Method in interface org.beangle.commons.transfer.io.ItemReader
getHeadIndex.
getId() - Method in interface org.beangle.commons.entity.Entity
Return Identifier
getId() - Method in class org.beangle.commons.entity.pojo.NumberIdObject
 
getId() - Method in class org.beangle.commons.entity.pojo.StringIdObject
 
getIdName() - Method in class org.beangle.commons.entity.metadata.EntityType
 
getIdType() - Method in class org.beangle.commons.entity.metadata.EntityType
getIdClass.
getIndex() - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
getIndex() - Method in class org.beangle.commons.transfer.TransferMessage
Getter for the field index.
getIndexClass() - Method in class org.beangle.commons.entity.metadata.CollectionType
The collection index type (or null if the collection has no index)
getIndexno() - Method in interface org.beangle.commons.entity.HierarchyEntity
Return index no
getIndexno() - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
getInstance() - Static method in class org.beangle.commons.entity.util.ValidEntityPredicate
getInstance.
getLang() - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
getLang.
getLang() - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
 
getLang() - Method in class org.beangle.commons.dao.query.builder.QueryBean
Getter for the field lang.
getLang() - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
getLang.
getLang() - Method in class org.beangle.commons.dao.query.builder.SqlQuery
getLang.
getLang() - Method in enum org.beangle.commons.dao.query.Lang
Getter for the field lang.
getLang() - Method in interface org.beangle.commons.dao.query.Query
getLang.
getLimit() - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
Returns limit
getLimit() - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
Getter for the field limit.
getLimit() - Method in class org.beangle.commons.dao.query.builder.QueryBean
Getter for the field limit.
getLimit() - Method in interface org.beangle.commons.dao.query.LimitQuery
getLimit.
getLocale() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
getLocale.
getLocale() - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
getLocale.
getLocale() - Method in class org.beangle.commons.transfer.importer.AbstractImporter
getLocale.
getLocale() - Method in interface org.beangle.commons.transfer.Transfer
转换使用的locale
getMaxPageNo() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
Getter for the field maxPageNo.
getMessage() - Method in class org.beangle.commons.transfer.TransferMessage
Getter for the field message.
getMsgs() - Method in class org.beangle.commons.transfer.TransferResult
 
getName() - Method in class org.beangle.commons.entity.metadata.AbstractType
getName.
getName() - Method in class org.beangle.commons.entity.metadata.CollectionType
getName.
getName() - Method in class org.beangle.commons.entity.metadata.ComponentType
getName.
getName() - Method in class org.beangle.commons.entity.metadata.EntityType
getName.
getName() - Method in class org.beangle.commons.entity.metadata.IdentifierType
getName.
getName() - Method in interface org.beangle.commons.entity.metadata.Type
getName.
getName() - Method in class org.beangle.commons.entity.pojo.Code
获得名称
getNextPageNo() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
getNextPageNo.
getObj() - Method in class org.beangle.commons.entity.metadata.ObjectAndType
Getter for the field obj.
getOrders() - Method in class org.beangle.commons.dao.query.builder.SqlQuery
Getter for the field orders.
getOutputStream() - Method in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
Getter for the field outputStream.
getOutputStream() - Method in class org.beangle.commons.transfer.io.AbstractItemWriter
Getter for the field outputStream.
getOutputStream() - Method in interface org.beangle.commons.transfer.io.Writer
getOutputStream.
getPageNo() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
Getter for the field pageNo.
getPageSize() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
getPageSize.
getParamMap(Collection<Condition>) - Static method in class org.beangle.commons.dao.query.builder.Conditions
获得条件的绑定参数映射
getParamMap(Condition) - Static method in class org.beangle.commons.dao.query.builder.Conditions
获得条件的绑定参数映射
getParamNames() - Method in class org.beangle.commons.dao.query.builder.Condition
得到查询条件中所有的命名参数.
getParams() - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
Getter for the field params.
getParams() - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
Returns params.
getParams() - Method in class org.beangle.commons.dao.query.builder.Condition
Getter for the field params.
getParams() - Method in class org.beangle.commons.dao.query.builder.QueryBean
Getter for the field params.
getParams() - Method in class org.beangle.commons.dao.query.builder.SqlQuery
getParams.
getParams() - Method in interface org.beangle.commons.dao.query.Query
getParams.
getParams() - Method in interface org.beangle.commons.dao.query.QueryBuilder
getParams.
getParent() - Method in interface org.beangle.commons.entity.HierarchyEntity
getParent.
getParent() - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
getParentNode() - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
getPath(T) - Static method in class org.beangle.commons.entity.util.HierarchyEntityUtils
Get the path from current node to root.
getPopulator() - Method in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
 
getPopulator() - Static method in class org.beangle.commons.entity.metadata.Model
 
getPopulator() - Method in interface org.beangle.commons.entity.metadata.ModelMeta
Returns populator
getPrepare() - Method in class org.beangle.commons.transfer.importer.AbstractImporter
Getter for the field prepare.
getPrepare() - Method in interface org.beangle.commons.transfer.importer.Importer
getPrepare.
getPreviousPageNo() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
getPreviousPageNo.
getProperty() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.CollectionDefinition
 
getPropertyExtractor() - Method in class org.beangle.commons.transfer.exporter.MultiEntityExporter
Getter for the field propertyExtractor.
getPropertyExtractor() - Method in class org.beangle.commons.transfer.exporter.SimpleEntityExporter
Getter for the field propertyExtractor.
getPropertyIn(Collection<?>, String) - Method in class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
getPropertyIn.
getPropertyType(String) - Method in class org.beangle.commons.entity.metadata.AbstractType
 
getPropertyType(String) - Method in class org.beangle.commons.entity.metadata.CollectionType
getPropertyType.
getPropertyType(String) - Method in class org.beangle.commons.entity.metadata.ComponentType
getPropertyType.
getPropertyType(String) - Method in class org.beangle.commons.entity.metadata.EntityType
Get the type of a particular (named) property
getPropertyType(String) - Method in interface org.beangle.commons.entity.metadata.Type
getPropertyType.
getPropertyTypes() - Method in class org.beangle.commons.entity.metadata.ComponentType
Getter for the field propertyTypes.
getPropertyTypes() - Method in class org.beangle.commons.entity.metadata.EntityType
Getter for the field propertyTypes.
getPropertyValue(Object, String) - Method in class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
 
getPropertyValue(Object, String) - Method in interface org.beangle.commons.transfer.exporter.PropertyExtractor
 
getQueryStr() - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
Getter for the field queryStr.
getReader() - Method in class org.beangle.commons.transfer.importer.AbstractImporter
Getter for the field reader.
getReader() - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
 
getReader() - Method in interface org.beangle.commons.transfer.importer.EntityImporter
getReader.
getReader() - Method in interface org.beangle.commons.transfer.importer.Importer
获取reader
getRegion() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.CacheConfig
 
getReturnedClass() - Method in class org.beangle.commons.entity.metadata.AbstractType
getReturnedClass.
getReturnedClass() - Method in class org.beangle.commons.entity.metadata.CollectionType
getReturnedClass.
getReturnedClass() - Method in class org.beangle.commons.entity.metadata.ComponentType
getReturnedClass.
getReturnedClass() - Method in class org.beangle.commons.entity.metadata.EntityType
getReturnedClass.
getReturnedClass() - Method in class org.beangle.commons.entity.metadata.IdentifierType
getReturnedClass.
getReturnedClass() - Method in interface org.beangle.commons.entity.metadata.Type
getReturnedClass.
getRoots(List<T>) - Static method in class org.beangle.commons.entity.util.HierarchyEntityUtils
getRoots.
getSelect() - Method in class org.beangle.commons.dao.query.builder.SqlQuery
Getter for the field select.
getStatement() - Method in class org.beangle.commons.dao.query.builder.QueryBean
Returns statement.
getStatement() - Method in interface org.beangle.commons.dao.query.Query
Returns query statement.
getSuccess() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
Getter for the field success.
getSuccess() - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
getSuccess.
getSuccess() - Method in class org.beangle.commons.transfer.importer.AbstractImporter
Getter for the field success.
getSuccess() - Method in interface org.beangle.commons.transfer.Transfer
得到转换过程中成功的个数
getTemplate() - Method in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
Getter for the field template.
getTemplate() - Method in interface org.beangle.commons.transfer.exporter.TemplateWriter
 
getText(String) - Method in class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
getText.
getText(String, String) - Method in class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
getText.
getTextResource() - Method in class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
Getter for the field textResource.
getTextResource() - Method in interface org.beangle.commons.transfer.exporter.PropertyExtractor
 
getTitles() - Method in class org.beangle.commons.transfer.exporter.SimpleItemExporter
Getter for the field titles.
getTitleStyle() - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
getTitleStyle.
getTopNodes(T) - Method in class org.beangle.commons.dao.impl.AbstractHierarchyService
 
getTotal() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
getTotal.
getTranferIndex() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
getTranferIndex.
getTranferIndex() - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
getTranferIndex.
getTranferIndex() - Method in class org.beangle.commons.transfer.importer.AbstractImporter
getTranferIndex.
getTranferIndex() - Method in interface org.beangle.commons.transfer.Transfer
查询正在转换的对象的次序号,从1开始
getTransfer() - Method in class org.beangle.commons.transfer.TransferResult
 
getType(String) - Method in interface org.beangle.commons.entity.metadata.EntityContext
根据实体名查找实体类型
getType(String) - Method in class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
 
getType(String) - Method in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
getType.
getType(String) - Static method in class org.beangle.commons.entity.metadata.Model
getEntityType.
getType(Class<?>) - Static method in class org.beangle.commons.entity.metadata.Model
getEntityType.
getType(String) - Method in interface org.beangle.commons.entity.metadata.ModelMeta
getType.
getType() - Method in class org.beangle.commons.entity.metadata.ObjectAndType
Getter for the field type.
getUpdatedAt() - Method in class org.beangle.commons.entity.pojo.Code
 
getUpdatedAt() - Method in class org.beangle.commons.entity.pojo.NumberIdTimeObject
 
getUpdatedAt() - Method in interface org.beangle.commons.entity.TimeEntity
getUpdatedAt.
getUsage() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.CacheConfig
 
getValues() - Method in class org.beangle.commons.transfer.TransferMessage
Getter for the field values.
getWriter() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
Getter for the field writer.
getWriter() - Method in interface org.beangle.commons.transfer.exporter.Exporter
getWriter.
getWriter() - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
Getter for the field writer.
groupBy(String) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
groupBy.
groupBy(String) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
groupBy.
groupBy(String) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
groupBy.
groups - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
 
groups - Variable in class org.beangle.commons.dao.query.builder.SqlQuery
 

H

hasErrors() - Method in class org.beangle.commons.transfer.TransferResult
 
hasExtPros() - Method in class org.beangle.commons.entity.pojo.Code
查询基础代码是否具有扩展属性,一般供子类使用。
hashCode() - Method in class org.beangle.commons.dao.query.builder.Condition
hashCode.
hashCode() - Method in class org.beangle.commons.entity.metadata.AbstractType
hashCode.
hashCode() - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.EntityDefinition
 
hashCode() - Method in class org.beangle.commons.entity.pojo.NumberIdObject
 
hashCode() - Method in class org.beangle.commons.entity.pojo.StringIdObject
Return 37 * 17 if id is null else id's hashCode
hasIndex() - Method in class org.beangle.commons.entity.metadata.CollectionType
Is this collection indexed?
hasNext() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
hasNext.
hasNext() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
hasNext.
hasPrevious() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
hasPrevious.
having - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
 
having(String) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
Having subclause.
having(String) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
Having subclause.
HierarchyEntity<T,ID extends Serializable> - Interface in org.beangle.commons.entity
HierarchyEntity interface.
HierarchyEntityUtils - Class in org.beangle.commons.entity.util
HierarchyEntityUtils class.
HierarchyEntityUtils() - Constructor for class org.beangle.commons.entity.util.HierarchyEntityUtils
 
hql(String) - Static method in class org.beangle.commons.dao.query.builder.OqlBuilder
hql.

I

id - Variable in class org.beangle.commons.entity.pojo.NumberIdObject
非业务主键
id - Variable in class org.beangle.commons.entity.pojo.StringIdObject
非业务主键
IdentifierType - Class in org.beangle.commons.entity.metadata
IdentifierType class.
IdentifierType() - Constructor for class org.beangle.commons.entity.metadata.IdentifierType
Constructor for IdentifierType.
IdentifierType(Class<?>) - Constructor for class org.beangle.commons.entity.metadata.IdentifierType
Constructor for IdentifierType.
IdNotInPredicate - Class in org.beangle.commons.entity.util
IdNotInPredicate class.
IdNotInPredicate(Collection<Serializable>) - Constructor for class org.beangle.commons.entity.util.IdNotInPredicate
Constructor for IdNotInPredicate.
ignoreNull() - Method in class org.beangle.commons.transfer.importer.AbstractImporter
ignoreNull.
ignoreNull() - Method in interface org.beangle.commons.transfer.importer.Importer
是否忽略空值
IllegalImportFormatException - Exception in org.beangle.commons.transfer.importer
IllegalImportFormat
IllegalImportFormatException(String, Throwable) - Constructor for exception org.beangle.commons.transfer.importer.IllegalImportFormatException
 
IllegalImportFormatException(String) - Constructor for exception org.beangle.commons.transfer.importer.IllegalImportFormatException
 
IllegalImportFormatException(Throwable) - Constructor for exception org.beangle.commons.transfer.importer.IllegalImportFormatException
 
Importer - Interface in org.beangle.commons.transfer.importer
数据转换接口
importer - Variable in class org.beangle.commons.transfer.importer.listener.ItemImporterListener
 
ImporterFactory - Class in org.beangle.commons.transfer.importer
Importer Factory
ImporterFactory() - Constructor for class org.beangle.commons.transfer.importer.ImporterFactory
 
ImporterForeignerListener - Class in org.beangle.commons.transfer.importer.listener
导入数据外键监听器
这里尽量使用entityDao,因为在使用entityService加载其他代码时,jpa会保存还未修改外的"半成对象"
从而造成有些外键是空对象的错误
如果外键不存在,则目标中的外键会置成null;
如果外键是空的,那么目标的外键取决于importer.isIgnoreNull取值
ImporterForeignerListener(EntityDao) - Constructor for class org.beangle.commons.transfer.importer.listener.ImporterForeignerListener
Constructor for ImporterForeignerListener.
ImportPrepare - Interface in org.beangle.commons.transfer.importer
ImportPrepare interface.
index - Variable in class org.beangle.commons.transfer.excel.ExcelItemWriter
 
index - Variable in class org.beangle.commons.transfer.exporter.AbstractItemExporter
下一个要输出的位置
index - Variable in class org.beangle.commons.transfer.importer.AbstractImporter
下一个要读取的位置
indexno - Variable in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
index no
init() - Method in class org.beangle.commons.entity.metadata.impl.SimpleEntityContext
 
initialize(T) - Method in interface org.beangle.commons.dao.EntityDao
Initialize entity whenever session close or open
initProperty(Object, Type, String) - Method in class org.beangle.commons.entity.metadata.impl.ConvertPopulatorBean
Initialize target's attribuate path,Return the last property value and type.
initProperty(Object, Type, String) - Method in interface org.beangle.commons.entity.metadata.Populator
initProperty.
INNER_JOIN - Static variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
Constant INNER_JOIN=" left join "
INNER_JOIN - Static variable in class org.beangle.commons.dao.query.builder.SqlQuery
Constant INNER_JOIN=" left join "
Instance - Static variable in class org.beangle.commons.entity.util.ValidEntityKeyPredicate
 
Instance - Static variable in class org.beangle.commons.entity.util.ValidEntityPredicate
Constant INSTANCE
IntegerIdObject - Class in org.beangle.commons.entity.pojo
 
IntegerIdObject() - Constructor for class org.beangle.commons.entity.pojo.IntegerIdObject
 
IntegerIdObject(Integer) - Constructor for class org.beangle.commons.entity.pojo.IntegerIdObject
 
isArray() - Method in class org.beangle.commons.entity.metadata.CollectionType
Is the collection an array?
isCacheable() - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
isCacheable.
isCacheable() - Method in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
isCacheable.
isCacheable() - Method in class org.beangle.commons.dao.query.builder.QueryBean
isCacheable.
isCacheable() - Method in interface org.beangle.commons.dao.query.Query
isCacheable.
isCollectionType() - Method in class org.beangle.commons.entity.metadata.AbstractType
isCollectionType.
isCollectionType() - Method in class org.beangle.commons.entity.metadata.CollectionType
isCollectionType.
isCollectionType() - Method in class org.beangle.commons.entity.metadata.IdentifierType
isCollectionType.
isCollectionType() - Method in interface org.beangle.commons.entity.metadata.Type
Is this type a collection type.
isComponentType() - Method in class org.beangle.commons.entity.metadata.AbstractType
isComponentType.
isComponentType() - Method in class org.beangle.commons.entity.metadata.ComponentType
isComponentType.
isComponentType() - Method in class org.beangle.commons.entity.metadata.IdentifierType
isComponentType.
isComponentType() - Method in interface org.beangle.commons.entity.metadata.Type
Is this type a component type.
isDataValid() - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
isDataValid.
isDataValid() - Method in interface org.beangle.commons.transfer.importer.Importer
当前读入的数据是否有效
isEmpty(Entity<?>, boolean) - Static method in class org.beangle.commons.entity.util.EntityUtils
判断实体类中的属性是否全部为空
isEnabled() - Method in interface org.beangle.commons.entity.EnabledEntity
查询是否启用
isEntityType() - Method in class org.beangle.commons.entity.metadata.AbstractType
isEntityType.
isEntityType() - Method in class org.beangle.commons.entity.metadata.EntityType
isEntityType.
isEntityType() - Method in class org.beangle.commons.entity.metadata.IdentifierType
isEntityType.
isEntityType() - Method in interface org.beangle.commons.entity.metadata.Type
Is this type an entity type?
isExpired(TemporalAt) - Static method in class org.beangle.commons.entity.util.EntityUtils
isExpired.
isExpired(TemporalOn) - Static method in class org.beangle.commons.entity.util.EntityUtils
 
isNamed() - Method in class org.beangle.commons.dao.query.builder.Condition
isNamed.
isPersisted() - Method in interface org.beangle.commons.entity.Entity
Return true if persisted
isPersisted() - Method in class org.beangle.commons.entity.pojo.NumberIdObject
 
isPersisted() - Method in class org.beangle.commons.entity.pojo.StringIdObject
 
isTransient() - Method in interface org.beangle.commons.entity.Entity
Return false if persisted
isTransient() - Method in class org.beangle.commons.entity.pojo.NumberIdObject
 
isTransient() - Method in class org.beangle.commons.entity.pojo.StringIdObject
 
ItemImporterListener - Class in org.beangle.commons.transfer.importer.listener
ItemImporterListener class.
ItemImporterListener() - Constructor for class org.beangle.commons.transfer.importer.listener.ItemImporterListener
 
ItemReader - Interface in org.beangle.commons.transfer.io
ItemReader interface.
ItemTransfer - Interface in org.beangle.commons.transfer
基于行的转换器
ItemWriter - Interface in org.beangle.commons.transfer.io
ItemWriter interface.
iter - Variable in class org.beangle.commons.transfer.exporter.AbstractItemExporter
 
iterator() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
iterator.

J

join(String, String) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
join.
join(String, String, String) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
join.
join(String, String) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
join.
join(String, String, String) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
join.

K

KEYS - Static variable in class org.beangle.commons.transfer.exporter.Context
Constant KEYS="keys"

L

Lang - Enum in org.beangle.commons.dao.query
Lang class.
le(String, Number) - Static method in class org.beangle.commons.dao.query.builder.Condition
le.
LEFT_OUTER_JOIN - Static variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
Constant LEFT_OUTER_JOIN=" left outer join "
LEFT_OUTER_JOIN - Static variable in class org.beangle.commons.dao.query.builder.SqlQuery
Constant LEFT_OUTER_JOIN=" left outer join "
like(String, String) - Static method in class org.beangle.commons.dao.query.builder.Condition
like.
limit - Variable in class org.beangle.commons.dao.query.builder.AbstractQuery
分页
limit - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
分页
limit(PageLimit) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
 
limit(int, int) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
limit.
limit(PageLimit) - Method in class org.beangle.commons.dao.query.builder.QueryBean
limit.
limit(PageLimit) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
limit.
limit(int, int) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
limit.
limit(PageLimit) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
limit.
limit(PageLimit) - Method in interface org.beangle.commons.dao.query.LimitQuery
limit.
limit(PageLimit) - Method in interface org.beangle.commons.dao.query.QueryBuilder
limit.
LimitQuery<T> - Interface in org.beangle.commons.dao.query
LimitQuery interface.
listeners - Variable in class org.beangle.commons.transfer.exporter.AbstractItemExporter
监听器列表
listeners - Variable in class org.beangle.commons.transfer.importer.AbstractImporter
监听器列表
LogEntity - Annotation Type in org.beangle.commons.entity.annotation
Logger Entity
logger - Variable in class org.beangle.commons.dao.impl.BaseServiceImpl
 
logger - Static variable in class org.beangle.commons.entity.metadata.AbstractType
Constant logger
logger - Static variable in class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
Constant logger
logger - Static variable in class org.beangle.commons.entity.metadata.impl.ConvertPopulatorBean
Constant logger
logger - Static variable in class org.beangle.commons.transfer.csv.CsvItemReader
Commons Logging instance.
logger - Static variable in class org.beangle.commons.transfer.excel.ExcelItemReader
Constant logger
logger - Static variable in class org.beangle.commons.transfer.exporter.AbstractItemExporter
Constant logger
LongIdObject - Class in org.beangle.commons.entity.pojo
 
LongIdObject() - Constructor for class org.beangle.commons.entity.pojo.LongIdObject
 
LongIdObject(Long) - Constructor for class org.beangle.commons.entity.pojo.LongIdObject
 

M

maxPageNo - Variable in class org.beangle.commons.dao.query.limit.AbstractQueryPage
 
merge(Object, Object) - Static method in class org.beangle.commons.entity.util.EntityUtils
Deprecated. 
Messages - Class in org.beangle.commons.entity.comment
 
meta - Static variable in class org.beangle.commons.entity.metadata.Model
 
Metadata(String, String[], String[]) - Constructor for class org.beangle.commons.transfer.exporter.MultiEntityExporter.Metadata
 
metadatas - Variable in class org.beangle.commons.transfer.exporter.MultiEntityExporter
 
Model - Class in org.beangle.commons.entity.metadata
Model class.
ModelMeta - Interface in org.beangle.commons.entity.metadata
Model meta data
move(T, T, int) - Method in class org.beangle.commons.dao.impl.AbstractHierarchyService
 
moveTo(int) - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
moveTo(int) - Method in class org.beangle.commons.dao.query.QueryPage
MultiEntityExporter - Class in org.beangle.commons.transfer.exporter
多个实体集合导出器。
MultiEntityExporter() - Constructor for class org.beangle.commons.transfer.exporter.MultiEntityExporter
 
MultiEntityExporter.Metadata - Class in org.beangle.commons.transfer.exporter
 
MultiEntityImporter - Class in org.beangle.commons.transfer.importer
MultiEntityImporter class.
MultiEntityImporter() - Constructor for class org.beangle.commons.transfer.importer.MultiEntityImporter
Constructor for MultiEntityImporter.

N

name - Variable in class org.beangle.commons.entity.pojo.Code
代码中文名称
ne(String, Number) - Static method in class org.beangle.commons.dao.query.builder.Condition
ne.
newFrom(String) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
newFrom.
newFrom(String) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
newFrom.
newInstance() - Method in class org.beangle.commons.entity.metadata.AbstractType
newInstance.
newInstance() - Method in class org.beangle.commons.entity.metadata.CollectionType
newInstance.
newInstance(Class<T>) - Method in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
newInstance.
newInstance(Class<T>, ID) - Method in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
newInstance.
newInstance(Class<T>) - Static method in class org.beangle.commons.entity.metadata.Model
newInstance.
newInstance(Class<T>, ID) - Static method in class org.beangle.commons.entity.metadata.Model
newInstance.
newInstance(Class<T>) - Method in interface org.beangle.commons.entity.metadata.ModelMeta
newInstance.
newInstance(Class<T>, ID) - Method in interface org.beangle.commons.entity.metadata.ModelMeta
newInstance.
newInstance() - Method in interface org.beangle.commons.entity.metadata.Type
newInstance.
next() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
next.
next() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
next.
NULL - Static variable in class org.beangle.commons.entity.metadata.Model
Constant NULL="null"
numberFormat - Static variable in class org.beangle.commons.transfer.excel.ExcelItemReader
Constant numberFormat
NumberIdHierarchyObject<T,ID extends Number> - Class in org.beangle.commons.entity.pojo
 
NumberIdHierarchyObject() - Constructor for class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
NumberIdObject<T extends Number> - Class in org.beangle.commons.entity.pojo
 
NumberIdObject() - Constructor for class org.beangle.commons.entity.pojo.NumberIdObject
 
NumberIdObject(T) - Constructor for class org.beangle.commons.entity.pojo.NumberIdObject
 
NumberIdTimeObject<T extends Number> - Class in org.beangle.commons.entity.pojo
 
NumberIdTimeObject() - Constructor for class org.beangle.commons.entity.pojo.NumberIdTimeObject
 
NumberIdTimeObject(T) - Constructor for class org.beangle.commons.entity.pojo.NumberIdTimeObject
 

O

object2Excel(Collection<T>, String, String, PropertyExtractor) - Method in class org.beangle.commons.transfer.excel.ExcelTools
List数据集导出生成Excel文件
object2Excel(HSSFWorkbook, String, Collection<T>, String, String, PropertyExtractor) - Method in class org.beangle.commons.transfer.excel.ExcelTools
将数据导出excel指定名称的数据页�?.
object2Excel(List<T>, String, String) - Method in class org.beangle.commons.transfer.excel.ExcelTools
object2Excel.
ObjectAndType - Class in org.beangle.commons.entity.metadata
对象和类型
ObjectAndType(Object, Type) - Constructor for class org.beangle.commons.entity.metadata.ObjectAndType
Constructor for ObjectAndType.
onFinish(TransferResult) - Method in class org.beangle.commons.transfer.AbstractTransferListener
结束转换
onFinish(TransferResult) - Method in class org.beangle.commons.transfer.importer.listener.ItemImporterListener
结束转换
onFinish(TransferResult) - Method in class org.beangle.commons.transfer.TransferDebugListener
结束转换
onFinish(TransferResult) - Method in interface org.beangle.commons.transfer.TransferListener
结束转换
onItemFinish(TransferResult) - Method in class org.beangle.commons.transfer.AbstractTransferListener
结束转换单个项目
onItemFinish(TransferResult) - Method in class org.beangle.commons.transfer.importer.listener.ImporterForeignerListener
结束转换单个项目
onItemFinish(TransferResult) - Method in class org.beangle.commons.transfer.importer.listener.ItemImporterListener
结束转换单个项目
onItemFinish(TransferResult) - Method in class org.beangle.commons.transfer.TransferDebugListener
结束转换单个项目
onItemFinish(TransferResult) - Method in interface org.beangle.commons.transfer.TransferListener
结束转换单个项目
onItemStart(TransferResult) - Method in class org.beangle.commons.transfer.AbstractTransferListener
开始转换单个项目
onItemStart(TransferResult) - Method in class org.beangle.commons.transfer.importer.listener.ItemImporterListener
开始转换单个项目
onItemStart(TransferResult) - Method in class org.beangle.commons.transfer.TransferDebugListener
开始转换单个项目
onItemStart(TransferResult) - Method in interface org.beangle.commons.transfer.TransferListener
开始转换单个项目
onStart(TransferResult) - Method in class org.beangle.commons.transfer.AbstractTransferListener
开始转换
onStart(TransferResult) - Method in class org.beangle.commons.transfer.importer.listener.ImporterForeignerListener
开始转换
onStart(TransferResult) - Method in class org.beangle.commons.transfer.importer.listener.ItemImporterListener
开始转换
onStart(TransferResult) - Method in class org.beangle.commons.transfer.TransferDebugListener
开始转换
onStart(TransferResult) - Method in interface org.beangle.commons.transfer.TransferListener
开始转换
Operation - Class in org.beangle.commons.dao
Operation class.
Operation(Operation.OperationType, Object) - Constructor for class org.beangle.commons.dao.Operation
Constructor for Operation.
Operation.Builder - Class in org.beangle.commons.dao
 
Operation.OperationType - Enum in org.beangle.commons.dao
 
optionLength(String) - Static method in class org.beangle.commons.entity.comment.Generator
Every option's args length(include themself)
OqlBuilder<T> - Class in org.beangle.commons.dao.query.builder
实体类查询 Object Query Language Builder
OqlBuilder() - Constructor for class org.beangle.commons.dao.query.builder.OqlBuilder
Constructor for OqlBuilder.
or(Condition...) - Static method in class org.beangle.commons.dao.query.builder.Conditions
 
or(List<Condition>) - Static method in class org.beangle.commons.dao.query.builder.Conditions
 
orderBy(String) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
声明排序字符串
orderBy(int, String) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
指定排序字符串的位置
orderBy(Order) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
orderBy.
orderBy(List<Order>) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
orderBy.
orderBy(String) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
orderBy.
orderBy(Order) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
orderBy.
orderBy(List<Order>) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
orderBy.
orders - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
 
orders - Variable in class org.beangle.commons.dao.query.builder.SqlQuery
 
org.beangle.commons.dao - package org.beangle.commons.dao
 
org.beangle.commons.dao.impl - package org.beangle.commons.dao.impl
 
org.beangle.commons.dao.query - package org.beangle.commons.dao.query
 
org.beangle.commons.dao.query.builder - package org.beangle.commons.dao.query.builder
 
org.beangle.commons.dao.query.limit - package org.beangle.commons.dao.query.limit
 
org.beangle.commons.entity - package org.beangle.commons.entity
 
org.beangle.commons.entity.annotation - package org.beangle.commons.entity.annotation
 
org.beangle.commons.entity.comment - package org.beangle.commons.entity.comment
 
org.beangle.commons.entity.event - package org.beangle.commons.entity.event
 
org.beangle.commons.entity.metadata - package org.beangle.commons.entity.metadata
 
org.beangle.commons.entity.metadata.impl - package org.beangle.commons.entity.metadata.impl
 
org.beangle.commons.entity.orm - package org.beangle.commons.entity.orm
 
org.beangle.commons.entity.pojo - package org.beangle.commons.entity.pojo
 
org.beangle.commons.entity.util - package org.beangle.commons.entity.util
 
org.beangle.commons.transfer - package org.beangle.commons.transfer
 
org.beangle.commons.transfer.csv - package org.beangle.commons.transfer.csv
 
org.beangle.commons.transfer.dbf - package org.beangle.commons.transfer.dbf
 
org.beangle.commons.transfer.excel - package org.beangle.commons.transfer.excel
 
org.beangle.commons.transfer.exporter - package org.beangle.commons.transfer.exporter
 
org.beangle.commons.transfer.importer - package org.beangle.commons.transfer.importer
 
org.beangle.commons.transfer.importer.listener - package org.beangle.commons.transfer.importer.listener
 
org.beangle.commons.transfer.io - package org.beangle.commons.transfer.io
 
OUTER_JOIN - Static variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
Constant OUTER_JOIN=" outer join "
OUTER_JOIN - Static variable in class org.beangle.commons.dao.query.builder.SqlQuery
Constant OUTER_JOIN=" outer join "
outputStream - Variable in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
 
outputStream - Variable in class org.beangle.commons.transfer.io.AbstractItemWriter
 

P

pageNo - Variable in class org.beangle.commons.dao.query.limit.AbstractQueryPage
 
param(Object) - Method in class org.beangle.commons.dao.query.builder.Condition
param.
param(String, Object) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
param.
param(String, Object) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
param.
params - Variable in class org.beangle.commons.dao.query.builder.AbstractQuery
参数
params - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
参数
params(List<?>) - Method in class org.beangle.commons.dao.query.builder.Condition
params.
params(Map<String, Object>) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
 
params(Map<String, Object>) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
 
params(Map<String, Object>) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
params.
params(Map<String, Object>) - Method in interface org.beangle.commons.dao.query.QueryBuilder
params.
parent - Variable in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
父级菜单
populate(Object, EntityType, Map<String, Object>) - Method in class org.beangle.commons.entity.metadata.impl.ConvertPopulatorBean
将params中的属性([attr(string)->value(object)],放入到实体类中。
populate(Object, Map<String, Object>) - Static method in class org.beangle.commons.entity.metadata.Model
将params中的属性([attr(string)->value(object)],放入到实体类中。
如果引用到了别的实体,那么
如果params中的id为null,则将该实体的置为null.
否则新生成一个实体,将其id设为params中指定的值。 空字符串按照null处理
populate(Object, EntityType, Map<String, Object>) - Method in interface org.beangle.commons.entity.metadata.Populator
populate.
populate(Map, Entity) - Static method in class org.beangle.commons.entity.util.EntityUtils
 
populateValue(Object, EntityType, String, Object) - Method in class org.beangle.commons.entity.metadata.impl.ConvertPopulatorBean
安静的拷贝属性,如果属性非法或其他错误则记录日志
populateValue(Object, EntityType, String, Object) - Method in interface org.beangle.commons.entity.metadata.Populator
 
populateValue(Object, EntityType, String, Object) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
Populate single attribute
populator - Variable in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
 
Populator - Interface in org.beangle.commons.entity.metadata
Populator interface.
populator - Variable in class org.beangle.commons.transfer.importer.MultiEntityImporter
 
prepare - Variable in class org.beangle.commons.transfer.importer.AbstractImporter
导入准备
prepare(Importer) - Method in class org.beangle.commons.transfer.importer.DescriptionAttrPrepare
 
prepare(Importer) - Method in interface org.beangle.commons.transfer.importer.ImportPrepare
prepare.
previous() - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
previous.
processAttr(String) - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
processAttr.
processAttr(String) - Method in class org.beangle.commons.transfer.importer.DefaultEntityImporter
 
processAttr(String) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
 
propertyExtractor - Variable in class org.beangle.commons.transfer.exporter.MultiEntityExporter
属性提取器
PropertyExtractor - Interface in org.beangle.commons.transfer.exporter
对象属性输出接口
propertyExtractor - Variable in class org.beangle.commons.transfer.exporter.SimpleEntityExporter
属性提取器
publish(Event) - Method in class org.beangle.commons.dao.impl.BaseServiceImpl
publish.
put(String, Object) - Method in class org.beangle.commons.transfer.exporter.Context
put.

Q

query - Variable in class org.beangle.commons.dao.query.limit.AbstractQueryPage
 
Query<T> - Interface in org.beangle.commons.dao.query
数据查询接口
QueryBean<T> - Class in org.beangle.commons.dao.query.builder
QueryBean class.
QueryBean() - Constructor for class org.beangle.commons.dao.query.builder.QueryBean
 
QueryBuilder<T> - Interface in org.beangle.commons.dao.query
QueryBuilder interface.
QueryPage<T> - Class in org.beangle.commons.dao.query
QueryPage class.
QueryPage(LimitQuery<T>, EntityDao) - Constructor for class org.beangle.commons.dao.query.QueryPage
Constructor for QueryPage.
QueryPage(OqlBuilder<T>, EntityDao) - Constructor for class org.beangle.commons.dao.query.QueryPage
Constructor for QueryPage.
queryStr - Variable in class org.beangle.commons.dao.query.builder.AbstractQuery
query 查询语句

R

read() - Method in class org.beangle.commons.transfer.csv.CsvItemReader
read.
read() - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
read.
read() - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
read.
read() - Method in interface org.beangle.commons.transfer.importer.Importer
读取数据,设置内部步进状态等
read() - Method in interface org.beangle.commons.transfer.io.Reader
读取数据
readDescription() - Method in class org.beangle.commons.transfer.csv.CsvItemReader
readDescription.
readDescription() - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
描述放在第一行
readDescription() - Method in interface org.beangle.commons.transfer.io.ItemReader
readDescription.
reader - Variable in class org.beangle.commons.transfer.importer.AbstractImporter
数据读取对象
Reader - Interface in org.beangle.commons.transfer.io
数据读取类
readLine(HSSFSheet, int) - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
遇到空白单元格停止的读行操作
readTitle() - Method in class org.beangle.commons.transfer.csv.CsvItemReader
readTitle.
readTitle() - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
readTitle.
readTitle() - Method in interface org.beangle.commons.transfer.io.ItemReader
readTitle.
refresh(Object) - Method in interface org.beangle.commons.dao.EntityDao
 
remove(Collection<T>) - Method in interface org.beangle.commons.dao.Dao
remove.
remove(T) - Method in interface org.beangle.commons.dao.Dao
remove.
remove(ID[]) - Method in interface org.beangle.commons.dao.Dao
remove.
remove(ID) - Method in interface org.beangle.commons.dao.Dao
remove.
remove(Object...) - Method in interface org.beangle.commons.dao.EntityDao
删除单个对象
remove(Collection<?>) - Method in interface org.beangle.commons.dao.EntityDao
删除集合内的所有对象
remove(Class<?>, String, Object...) - Method in interface org.beangle.commons.dao.EntityDao
批量删除对象
remove(Class<?>, String, Collection<?>) - Method in interface org.beangle.commons.dao.EntityDao
批量删除对象
remove(Class<?>, Map<String, Object>) - Method in interface org.beangle.commons.dao.EntityDao
批量删除对象
remove(Collection<T>) - Method in class org.beangle.commons.dao.GenericDao
 
remove(T) - Method in class org.beangle.commons.dao.GenericDao
 
remove(ID) - Method in class org.beangle.commons.dao.GenericDao
 
remove(ID[]) - Method in class org.beangle.commons.dao.GenericDao
 
remove(Collection<?>) - Method in class org.beangle.commons.dao.Operation.Builder
 
remove(Object...) - Method in class org.beangle.commons.dao.Operation.Builder
 
remove(Collection<?>) - Static method in class org.beangle.commons.dao.Operation
remove.
remove(Object...) - Static method in class org.beangle.commons.dao.Operation
remove.
RIGHT_OUTER_JOIN - Static variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
Constant RIGHT_OUTER_JOIN=" right outer join "
RIGHT_OUTER_JOIN - Static variable in class org.beangle.commons.dao.query.builder.SqlQuery
Constant RIGHT_OUTER_JOIN=" right outer join "

S

save(Object...) - Method in interface org.beangle.commons.dao.EntityDao
保存单个或多个实体.
saveOrUpdate(T) - Method in interface org.beangle.commons.dao.Dao
saveOrUpdate.
saveOrUpdate(Collection<T>) - Method in interface org.beangle.commons.dao.Dao
saveOrUpdate.
saveOrUpdate(Object...) - Method in interface org.beangle.commons.dao.EntityDao
保存或更新单个或多个实体.
saveOrUpdate(Collection<?>) - Method in interface org.beangle.commons.dao.EntityDao
Save Collection
saveOrUpdate(String, Object...) - Method in interface org.beangle.commons.dao.EntityDao
按照实体名称,保存单个或多个实体.
saveOrUpdate(String, Collection<?>) - Method in interface org.beangle.commons.dao.EntityDao
Save collection of given entity name.
saveOrUpdate(T) - Method in class org.beangle.commons.dao.GenericDao
 
saveOrUpdate(Collection<T>) - Method in class org.beangle.commons.dao.GenericDao
 
saveOrUpdate(Collection<?>) - Method in class org.beangle.commons.dao.Operation.Builder
 
saveOrUpdate(Object...) - Method in class org.beangle.commons.dao.Operation.Builder
 
saveOrUpdate(Collection<?>) - Static method in class org.beangle.commons.dao.Operation
saveOrUpdate.
saveOrUpdate(Object...) - Static method in class org.beangle.commons.dao.Operation
saveOrUpdate.
search(Query<T>) - Method in interface org.beangle.commons.dao.EntityDao
执行查询
search(QueryBuilder<T>) - Method in interface org.beangle.commons.dao.EntityDao
查询hql语句
search(String, Object...) - Method in interface org.beangle.commons.dao.EntityDao
JPQL/NamedQuery
query语句中使用?1表示参数.NamedQuery使用@Named-Query-Name
search(String, Map<String, Object>) - Method in interface org.beangle.commons.dao.EntityDao
JPQL/NamedQuery
search(String, Map<String, Object>, PageLimit, boolean) - Method in interface org.beangle.commons.dao.EntityDao
支持缓存的JPQL/NamedQuery
查询
select - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
 
select(String) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
select.
select(String) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
select.
select - Variable in class org.beangle.commons.dao.query.builder.SqlQuery
 
setArray(boolean) - Method in class org.beangle.commons.entity.metadata.CollectionType
Setter for the field array.
setAttrs(String[]) - Method in class org.beangle.commons.transfer.exporter.SimpleEntityExporter
Setter for the field attrs.
setAttrs(String[], String[]) - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
Setter for the field attrs.
setBeginAt(Date) - Method in interface org.beangle.commons.entity.TemporalAt
设置生效时间
setBeginOn(Date) - Method in class org.beangle.commons.entity.pojo.Code
 
setBeginOn(Date) - Method in interface org.beangle.commons.entity.TemporalOn
设置起始日期
setCacheable(boolean) - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
Setter for the field cacheable.
setCacheable(boolean) - Method in class org.beangle.commons.dao.query.builder.QueryBean
Setter for the field cacheable.
setCacheRegion(String) - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.EntityDefinition
 
setCacheUsage(String) - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.EntityDefinition
 
setChildren(List<T>) - Method in interface org.beangle.commons.entity.HierarchyEntity
setChildren.
setChildren(List<T>) - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
setCode(String) - Method in interface org.beangle.commons.entity.CodeEntity
setCode.
setCode(String) - Method in class org.beangle.commons.entity.pojo.Code
设置代码
setCollectionClass(Class<?>) - Method in class org.beangle.commons.entity.metadata.CollectionType
Setter for the field collectionClass.
setConditions(List<Condition>) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
Setter for the field conditions.
setContext(EntityContext) - Method in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
 
setContext(Context) - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
setContext.
setContext(Context) - Method in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
setContext.
setContext(Context) - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
setContext.
setContext(Context) - Method in interface org.beangle.commons.transfer.exporter.Exporter
setContext.
setContext(Context) - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
setContext.
setContext(Context) - Method in class org.beangle.commons.transfer.io.AbstractItemWriter
setContext.
setContext(Context) - Method in interface org.beangle.commons.transfer.io.Writer
setContext.
setCountPerSheet(int) - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
Setter for the field countPerSheet.
setCountStatement(String) - Method in class org.beangle.commons.dao.query.builder.QueryBean
Setter for the field countStatement.
setCountStr(String) - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
Setter for the field countStr.
setCsvFormat(CsvFormat) - Method in class org.beangle.commons.transfer.csv.CsvItemWriter
Setter for the field csvFormat.
setCurData(Map<String, Object>) - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
 
setCurData(Map<String, Object>) - Method in interface org.beangle.commons.transfer.importer.Importer
设置正在转换的对象
setCurrent(Object) - Method in class org.beangle.commons.transfer.importer.DefaultEntityImporter
 
setCurrent(Object) - Method in interface org.beangle.commons.transfer.importer.Importer
设置当前正在转换的对象
setCurrent(Object) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
 
setCurrent(Object) - Method in class org.beangle.commons.transfer.importer.SimpleItemImporter
设置当前正在转换的对象
setDataIndex(int) - Method in class org.beangle.commons.transfer.csv.CsvItemReader
setDataIndex.
setDataIndex(int) - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
setDataIndex.
setDataIndex(int) - Method in interface org.beangle.commons.transfer.io.ItemReader
setDataIndex.
setDatas(Map<String, Object>) - Method in class org.beangle.commons.transfer.exporter.Context
Setter for the field datas.
setElementType(Type) - Method in class org.beangle.commons.entity.metadata.CollectionType
Setter for the field elementType.
setEnabled(boolean) - Method in interface org.beangle.commons.entity.EnabledEntity
设置是否启用
setEndAt(Date) - Method in interface org.beangle.commons.entity.TemporalAt
设置失效时间
setEndOn(Date) - Method in class org.beangle.commons.entity.pojo.Code
 
setEndOn(Date) - Method in interface org.beangle.commons.entity.TemporalOn
设置结束日期
setEnName(String) - Method in class org.beangle.commons.entity.pojo.Code
 
setEntityClass(Class<?>) - Method in class org.beangle.commons.entity.metadata.EntityType
Setter for the field entityClass.
setEntityClass(Class<?>) - Method in class org.beangle.commons.transfer.importer.DefaultEntityImporter
setEntityClass.
setEntityDao(EntityDao) - Method in class org.beangle.commons.dao.GenericDao
 
setEntityDao(EntityDao) - Method in class org.beangle.commons.dao.impl.BaseServiceImpl
Setter for the field entityDao.
setEntityDao(EntityDao) - Method in class org.beangle.commons.dao.query.QueryPage
Setter for the field entityDao.
setEntityName(String) - Method in class org.beangle.commons.entity.metadata.EntityType
Setter for the field entityName.
setEntityTypes(Map<String, EntityType>) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
Setter for the field entityTypes.
setErrs(List<TransferMessage>) - Method in class org.beangle.commons.transfer.TransferResult
 
setEventMulticaster(EventMulticaster) - Method in class org.beangle.commons.dao.impl.BaseServiceImpl
Setter for the field eventMulticaster.
setForeignerKeys(Set<String>) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
Setter for the field foreignerKeys.
setFrom(String) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
Setter for the field from.
setGroups(List<String>) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
Setter for the field groups.
setHeadIndex(int) - Method in class org.beangle.commons.transfer.csv.CsvItemReader
setHeadIndex.
setHeadIndex(int) - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
setHeadIndex.
setHeadIndex(int) - Method in interface org.beangle.commons.transfer.io.ItemReader
setHeadIndex.
setId(ID) - Method in interface org.beangle.commons.entity.Entity
Set new id
setId(T) - Method in class org.beangle.commons.entity.pojo.NumberIdObject
 
setId(String) - Method in class org.beangle.commons.entity.pojo.StringIdObject
 
setIdName(String) - Method in class org.beangle.commons.entity.metadata.EntityType
 
setIndex(int) - Method in class org.beangle.commons.transfer.TransferMessage
Setter for the field index.
setIndexno(String) - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
setLang(Lang) - Method in class org.beangle.commons.dao.query.builder.QueryBean
Setter for the field lang.
setLimit(PageLimit) - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
Setter for the field limit.
setLimit(PageLimit) - Method in class org.beangle.commons.dao.query.builder.QueryBean
Setter for the field limit.
setMessage(String) - Method in class org.beangle.commons.transfer.TransferMessage
Setter for the field message.
setMeta(DefaultModelMeta) - Static method in class org.beangle.commons.entity.metadata.Model
 
setMsgs(List<TransferMessage>) - Method in class org.beangle.commons.transfer.TransferResult
 
setName(String) - Method in class org.beangle.commons.entity.pojo.Code
设置名称
setObj(Object) - Method in class org.beangle.commons.entity.metadata.ObjectAndType
Setter for the field obj.
setOrders(List<Order>) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
Setter for the field orders.
setOutputStream(OutputStream) - Method in class org.beangle.commons.transfer.csv.CsvItemWriter
setOutputStream.
setOutputStream(OutputStream) - Method in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
setOutputStream.
setOutputStream(OutputStream) - Method in class org.beangle.commons.transfer.io.AbstractItemWriter
setOutputStream.
setOutputStream(OutputStream) - Method in interface org.beangle.commons.transfer.io.Writer
setOutputStream.
setPageData(SinglePage<T>) - Method in class org.beangle.commons.dao.query.limit.AbstractQueryPage
按照单个分页数据设置.
setParams(Map<String, Object>) - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
Setter for the field params.
setParams(Map<String, Object>) - Method in class org.beangle.commons.dao.query.builder.QueryBean
Setter for the field params.
setParent(T) - Method in interface org.beangle.commons.entity.HierarchyEntity
setParent.
setParent(T) - Method in class org.beangle.commons.entity.pojo.NumberIdHierarchyObject
 
setPopulator(Populator) - Method in class org.beangle.commons.entity.metadata.impl.DefaultModelMeta
 
setPopulator(Populator) - Method in interface org.beangle.commons.transfer.importer.EntityImporter
setPopulator.
setPopulator(Populator) - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
 
setPrepare(ImportPrepare) - Method in class org.beangle.commons.transfer.importer.AbstractImporter
 
setPrepare(ImportPrepare) - Method in interface org.beangle.commons.transfer.importer.Importer
setPrepare.
setPropertyExtractor(PropertyExtractor) - Method in class org.beangle.commons.transfer.exporter.MultiEntityExporter
Setter for the field propertyExtractor.
setPropertyExtractor(PropertyExtractor) - Method in class org.beangle.commons.transfer.exporter.SimpleEntityExporter
Setter for the field propertyExtractor.
setPropertyTypes(Map<String, Type>) - Method in class org.beangle.commons.entity.metadata.EntityType
Setter for the field propertyTypes.
setQueryStr(String) - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
Setter for the field queryStr.
setReader(Reader) - Method in class org.beangle.commons.transfer.importer.AbstractImporter
 
setReader(Reader) - Method in class org.beangle.commons.transfer.importer.AbstractItemImporter
设置数据读取对象
setReader(Reader) - Method in interface org.beangle.commons.transfer.importer.Importer
设置数据读取对象
setRegion(String) - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.CacheConfig
 
setSelect(String) - Method in class org.beangle.commons.dao.query.builder.SqlQuery
Setter for the field select.
setStatement(String) - Method in class org.beangle.commons.dao.query.builder.QueryBean
Setter for the field statement.
setTemplate(URL) - Method in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
setTemplate(URL) - Method in interface org.beangle.commons.transfer.exporter.TemplateWriter
 
setTextResource(TextResource) - Method in class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
 
setTextResource(TextResource) - Method in interface org.beangle.commons.transfer.exporter.PropertyExtractor
 
setTitles(String[]) - Method in class org.beangle.commons.transfer.exporter.SimpleItemExporter
Setter for the field titles.
setTransfer(Transfer) - Method in class org.beangle.commons.transfer.AbstractTransferListener
设置转换器
setTransfer(Transfer) - Method in class org.beangle.commons.transfer.importer.listener.ItemImporterListener
设置转换器
setTransfer(Transfer) - Method in class org.beangle.commons.transfer.TransferDebugListener
设置转换器
setTransfer(Transfer) - Method in interface org.beangle.commons.transfer.TransferListener
设置转换器
setTransfer(Transfer) - Method in class org.beangle.commons.transfer.TransferResult
 
setType(Type) - Method in class org.beangle.commons.entity.metadata.ObjectAndType
Setter for the field type.
setUpdatedAt(Date) - Method in class org.beangle.commons.entity.pojo.Code
 
setUpdatedAt(Date) - Method in class org.beangle.commons.entity.pojo.NumberIdTimeObject
 
setUpdatedAt(Date) - Method in interface org.beangle.commons.entity.TimeEntity
setUpdatedAt.
setUsage(String) - Method in class org.beangle.commons.entity.orm.EntityPersistConfig.CacheConfig
 
setValues(List<Object>) - Method in class org.beangle.commons.transfer.TransferMessage
Setter for the field values.
setWorkbook(HSSFWorkbook) - Method in class org.beangle.commons.transfer.excel.ExcelItemReader
Setter for the field workbook.
setWriter(Writer) - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
setWriter.
setWriter(Writer) - Method in interface org.beangle.commons.transfer.exporter.Exporter
setWriter.
setWriter(Writer) - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
setWriter.
sheet - Variable in class org.beangle.commons.transfer.excel.ExcelItemWriter
 
sheetNum - Variable in class org.beangle.commons.transfer.excel.ExcelItemReader
Constant sheetNum=0
SimpleEntityContext - Class in org.beangle.commons.entity.metadata.impl
SimpleEntityContext class.
SimpleEntityContext() - Constructor for class org.beangle.commons.entity.metadata.impl.SimpleEntityContext
 
SimpleEntityExporter - Class in org.beangle.commons.transfer.exporter
SimpleEntityExporter class.
SimpleEntityExporter() - Constructor for class org.beangle.commons.transfer.exporter.SimpleEntityExporter
 
SimpleItemExporter - Class in org.beangle.commons.transfer.exporter
SimpleItemExporter class.
SimpleItemExporter() - Constructor for class org.beangle.commons.transfer.exporter.SimpleItemExporter
 
SimpleItemImporter - Class in org.beangle.commons.transfer.importer
SimpleItemImporter class.
SimpleItemImporter() - Constructor for class org.beangle.commons.transfer.importer.SimpleItemImporter
 
sort(List<T>) - Static method in class org.beangle.commons.entity.util.HierarchyEntityUtils
按照上下关系排序
sort(List<T>, String) - Static method in class org.beangle.commons.entity.util.HierarchyEntityUtils
按照上下关系和指定属性排序
sql(String) - Static method in class org.beangle.commons.dao.query.builder.SqlBuilder
sql.
SqlBuilder - Class in org.beangle.commons.dao.query.builder
sql查询
SqlBuilder() - Constructor for class org.beangle.commons.dao.query.builder.SqlBuilder
 
SqlQuery - Class in org.beangle.commons.dao.query.builder
sql查询
SqlQuery() - Constructor for class org.beangle.commons.dao.query.builder.SqlQuery
Constructor for SqlQuery.
SqlQuery(String) - Constructor for class org.beangle.commons.dao.query.builder.SqlQuery
Constructor for SqlQuery.
start(RootDoc) - Static method in class org.beangle.commons.entity.comment.Generator
 
statement - Variable in class org.beangle.commons.dao.query.builder.AbstractQueryBuilder
query 查询语句
StringIdObject - Class in org.beangle.commons.entity.pojo
 
StringIdObject() - Constructor for class org.beangle.commons.entity.pojo.StringIdObject
 
StringIdObject(String) - Constructor for class org.beangle.commons.entity.pojo.StringIdObject
 
success - Variable in class org.beangle.commons.transfer.exporter.AbstractItemExporter
成功记录数
success - Variable in class org.beangle.commons.transfer.importer.AbstractImporter
成功记录数

T

tag(List<T>, String) - Static method in class org.beangle.commons.entity.util.HierarchyEntityUtils
tag.
TempEntity - Annotation Type in org.beangle.commons.entity.annotation
Temporal Entity
template - Variable in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
 
TemplateExporter - Class in org.beangle.commons.transfer.exporter
TemplateExporter class.
TemplateExporter() - Constructor for class org.beangle.commons.transfer.exporter.TemplateExporter
 
TemplateWriter - Interface in org.beangle.commons.transfer.exporter
 
TemporalAt - Interface in org.beangle.commons.entity
有时效性的实体
TemporalOn - Interface in org.beangle.commons.entity
Jounal Entity
textResource - Variable in class org.beangle.commons.transfer.exporter.DefaultPropertyExtractor
 
TimeEntity - Interface in org.beangle.commons.entity
TimeEntity interface.
timeStyle - Variable in class org.beangle.commons.transfer.excel.ExcelItemWriter
 
TITLES - Static variable in class org.beangle.commons.transfer.exporter.Context
Constant TITLES="titles"
titles - Variable in class org.beangle.commons.transfer.exporter.MultiEntityExporter.Metadata
 
titles - Variable in class org.beangle.commons.transfer.exporter.SimpleItemExporter
导出属性对应的标题
toCountString() - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
toCountString.
toCountString() - Method in class org.beangle.commons.dao.query.builder.SqlQuery
toCountString.
toExcel(Collection<Object[]>, String) - Method in class org.beangle.commons.transfer.excel.ExcelTools
toExcel.
toExcel(HSSFWorkbook, String, Collection<Object[]>, String) - Method in class org.beangle.commons.transfer.excel.ExcelTools
将一个对象数组的集合导出成excel
toQueryString() - Method in class org.beangle.commons.dao.query.builder.AbstractQuery
toQueryString.
toQueryString(List<Condition>) - Static method in class org.beangle.commons.dao.query.builder.Conditions
 
toQueryString() - Method in class org.beangle.commons.dao.query.builder.SqlQuery
生成查询语句(如果查询语句已经存在则不进行生成)
toString() - Method in class org.beangle.commons.dao.query.builder.Condition
toString.
toString() - Method in class org.beangle.commons.entity.metadata.AbstractType
toString.
toString() - Method in class org.beangle.commons.entity.pojo.Code
 
toString() - Method in class org.beangle.commons.transfer.TransferMessage
toString.
transfer - Variable in class org.beangle.commons.transfer.AbstractTransferListener
 
transfer(TransferResult) - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
启动转换
transfer(TransferResult) - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
启动转换
transfer(TransferResult) - Method in class org.beangle.commons.transfer.importer.AbstractImporter
启动转换
Transfer - Interface in org.beangle.commons.transfer
导入导出数据转换器
transfer(TransferResult) - Method in interface org.beangle.commons.transfer.Transfer
启动转换
TransferDebugListener - Class in org.beangle.commons.transfer
转换调试监听器
TransferDebugListener() - Constructor for class org.beangle.commons.transfer.TransferDebugListener
 
TransferFormat - Enum in org.beangle.commons.transfer.io
TransferFormats interface.
transferItem() - Method in class org.beangle.commons.transfer.exporter.AbstractItemExporter
transferItem.
transferItem() - Method in class org.beangle.commons.transfer.exporter.MultiEntityExporter
transferItem.
transferItem() - Method in class org.beangle.commons.transfer.exporter.SimpleEntityExporter
转换单个实体
transferItem() - Method in class org.beangle.commons.transfer.exporter.TemplateExporter
transferItem.
transferItem() - Method in class org.beangle.commons.transfer.importer.MultiEntityImporter
transferItem.
transferItem() - Method in class org.beangle.commons.transfer.importer.SimpleItemImporter
transferItem.
transferItem() - Method in interface org.beangle.commons.transfer.Transfer
转换一个对象
TransferListener - Interface in org.beangle.commons.transfer
转换监听器
TransferMessage - Class in org.beangle.commons.transfer
转换消息
TransferMessage(int, String, Object) - Constructor for class org.beangle.commons.transfer.TransferMessage
Constructor for TransferMessage.
transferResult - Variable in class org.beangle.commons.transfer.exporter.AbstractItemExporter
转换结果
transferResult - Variable in class org.beangle.commons.transfer.importer.AbstractImporter
转换结果
TransferResult - Class in org.beangle.commons.transfer
转换结果
TransferResult() - Constructor for class org.beangle.commons.transfer.TransferResult
 
transformer - Variable in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
 
TRIM_STR - Static variable in class org.beangle.commons.entity.metadata.impl.ConvertPopulatorBean
Constant TRIM_STR=true
type - Variable in class org.beangle.commons.dao.Operation
 
Type - Interface in org.beangle.commons.entity.metadata
Type interface.

U

uniqueResult(QueryBuilder<T>) - Method in interface org.beangle.commons.dao.EntityDao
查询hql语句
update(Class<?>, String, Object[], Map<String, Object>) - Method in interface org.beangle.commons.dao.EntityDao
Update entity's property value describe in upateParams where attr in values.
update(Class<?>, String, Object[], String[], Object[]) - Method in interface org.beangle.commons.dao.EntityDao
Update entity set argumentName=argumentValue where attr in values.
updatedAt - Variable in class org.beangle.commons.entity.pojo.Code
最后修改时间
updatedAt - Variable in class org.beangle.commons.entity.pojo.NumberIdTimeObject
最后修改时间
usage(String) - Method in class org.beangle.commons.entity.orm.AbstractPersistModule.CacheHolder
 
usage(String) - Method in class org.beangle.commons.entity.orm.AbstractPersistModule.EntityHolder
 

V

ValidEntityKeyPredicate - Class in org.beangle.commons.entity.util
判断实体类中的主键是否是有效主键
ValidEntityKeyPredicate() - Constructor for class org.beangle.commons.entity.util.ValidEntityKeyPredicate
 
ValidEntityPredicate - Class in org.beangle.commons.entity.util
有效实体判断谓词
ValidEntityPredicate() - Constructor for class org.beangle.commons.entity.util.ValidEntityPredicate
 
validOptions(String[][], DocErrorReporter) - Static method in class org.beangle.commons.entity.comment.Generator
Validate option .
valueOf(String) - Static method in enum org.beangle.commons.dao.Operation.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beangle.commons.dao.query.Lang
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.beangle.commons.transfer.io.TransferFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.beangle.commons.dao.Operation.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.beangle.commons.dao.query.Lang
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.beangle.commons.transfer.importer.AbstractItemImporter
当前导入值[attr,value]
values() - Static method in enum org.beangle.commons.transfer.io.TransferFormat
Returns an array containing the constants of this enum type, in the order they are declared.

W

where(Condition...) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
where.
where(String) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
 
where(String, Object) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
 
where(String, Object, Object) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
 
where(String, Object, Object, Object, Object...) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
为了接受数组作为参数,防止java将数组展开为可变参数特定以下几个重致where函数,
where(Collection<Condition>) - Method in class org.beangle.commons.dao.query.builder.OqlBuilder
添加一组条件
query中不能添加条件集合作为一个条件,因此这里命名没有采用有区别性的addAll
where(Condition...) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
where.
where(String, Object...) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
where.
where(Collection<Condition>) - Method in class org.beangle.commons.dao.query.builder.SqlBuilder
添加一组条件
query中不能添加条件集合作为一个条件,因此这里命名没有采用有区别性的addAll
workbook - Variable in class org.beangle.commons.transfer.excel.ExcelItemWriter
 
workbook - Variable in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
 
write(Object) - Method in class org.beangle.commons.transfer.csv.CsvItemWriter
 
write(Object) - Method in class org.beangle.commons.transfer.dbf.DBFItemWriter
write.
write(Object) - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
write.
write() - Method in class org.beangle.commons.transfer.excel.ExcelTemplateWriter
write.
write() - Method in interface org.beangle.commons.transfer.exporter.TemplateWriter
 
write(Object) - Method in interface org.beangle.commons.transfer.io.ItemWriter
write.
writeItem(Object) - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
writeItem.
writer - Variable in class org.beangle.commons.transfer.exporter.AbstractItemExporter
数据读取对象
writer - Variable in class org.beangle.commons.transfer.exporter.TemplateExporter
数据读取对象
Writer - Interface in org.beangle.commons.transfer.io
Writer interface.
writeTitle(String, Object) - Method in class org.beangle.commons.transfer.csv.CsvItemWriter
writeTitle.
writeTitle(String, Object) - Method in class org.beangle.commons.transfer.dbf.DBFItemWriter
writeTitle.
writeTitle(String, Object) - Method in class org.beangle.commons.transfer.excel.ExcelItemWriter
writeTitle.
writeTitle(String, Object) - Method in interface org.beangle.commons.transfer.io.ItemWriter
writeTitle.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2005–2018 The Beangle Software. All rights reserved.