程序包的使用
org.redkale.persistence
-
使用org.redkale.persistence的程序包 程序包 说明 org.redkale.boot 提供Redkale服务器的启动、初始化和加载功能org.redkale.net.http HTTP协议包,提供HTTP协议服务器org.redkale.persistence 提供类似javax.persistence包中的部分注解org.redkale.service Service接口和模式配置包org.redkale.source 数据源(数据库、缓存)操作包 -
org.redkale.boot使用的org.redkale.persistence中的类 类 说明 Entity Specifies that the class is an entity.Id Specifies the primary key of an entity.SearchColumn 搜索引擎的数据Entity依附在setter、getter方法、字段进行简单的配置Table Specifies the primary table for the annotated entity. -
org.redkale.net.http使用的org.redkale.persistence中的类 类 说明 Transient Specifies that the property or field is not persistent. -
org.redkale.persistence使用的org.redkale.persistence中的类 类 说明 Index Used in schema generation to specify creation of an index. -
org.redkale.service使用的org.redkale.persistence中的类 类 说明 Column Specifies the mapped column for a persistent property or field. -
org.redkale.source使用的org.redkale.persistence中的类 类 说明 Column Specifies the mapped column for a persistent property or field.Entity Specifies that the class is an entity.