JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Index
Search
Help
cool.scx.data.jdbc.annotation
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package cool.scx.data.jdbc.annotation
package
cool.scx.data.jdbc.annotation
Related Packages
Package
Description
cool.scx.data.jdbc
cool.scx.data.jdbc.column_name_mapping
cool.scx.data.jdbc.mapping
cool.scx.data.jdbc.parser
cool.scx.data.jdbc.sql_builder
Annotation Interfaces
Class
Description
Column
添加此注解的 字段 在创建数据表是会采用 value 上的类型 如果不添加 则会根据 字段的类型进行创建
DataType
DataType
NoColumn
添加此注解的 字段 不会映射为数据库字段
Table
Table