Tabnine Logo
Column.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
com.frameworkset.orm.annotation.Column
constructor

Best Java code snippets using com.frameworkset.orm.annotation.Column.<init> (Showing top 11 results out of 315)

origin: com.bbossgroups.pdp/pdp-workflow-bussiness

@Column(type = "clob")
private String formdata;// 表单暂存信息
origin: com.bbossgroups.pdp/pdp-system

private String cn_name;
private Timestamp creatdate;
@Column(type="blobfile")
private MultipartFile picture;
origin: com.bbossgroups.pdp/pdp-cms

@Column(dataformat="yyyy-MM-dd HH:mm:ss",			
    ignoreCUDbind=true)
private String str_subTime;
origin: com.bbossgroups.pdp/bboss-pdp-auth

@Column(name="userRealname")
private String userName;
@Column(name="userId")
private String userID;
origin: bbossgroups/elasticsearchdemo

private String contentbody;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss.SSS")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss.SSS")
private Date agentStarttime;
private String applicationName;
origin: bbossgroups/elasticsearchdemo

private String sd_disease_name;     // 疾病名称
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date created_date;          // 诊断日期
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date last_modified_date;          //最后修改日期
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date etl_date;                      //etl时间戳
origin: bbossgroups/elasticsearchdemo

private String education;               //学历
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date created_date;                  //创建日期
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date birth_date;                    //生日
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date last_modified_date;          //最后修改日期
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date etl_date;                      //etl时间戳
origin: bbossgroups/elasticsearchdemo

private String usage_times;             // 使用频次
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date created_date;            // 处方开具日期
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date last_modified_date;          //最后修改日期
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date etl_date;                  // etl 日期
origin: com.bbossgroups.pdp/pdp-workflow

@Column(type = "clob")
private String templeContent;
origin: bbossgroups/elasticsearchdemo

private String fld68;                // 血小板计数
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date created_date;            // 体检日期
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date last_modified_date;          //最后修改日期
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Column(dataformat = "yyyy-MM-dd HH:mm:ss")
private Date etl_date;    // etl 時間戳
origin: bbossgroups/elasticsearchdemo

private String name;
@JsonFormat(pattern = "yyyy-MM-dd")
@Column(dataformat = "yyyy-MM-dd")
private Date birthday;
private String hobby;
com.frameworkset.orm.annotationColumn<init>

Popular methods of Column

  • charset
  • dataformat
  • editor
  • editorparams
  • escape
  • ignoreCUDbind
  • ignorebind
  • locale
  • name
  • timezone
  • type
  • type

Popular in Java

  • Making http requests using okhttp
  • getContentResolver (Context)
  • addToBackStack (FragmentTransaction)
  • getExternalFilesDir (Context)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now