Tabnine Logo
Column
Code IndexAdd Tabnine to your IDE (free)

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

Best Java code snippets using com.frameworkset.orm.annotation.Column (Showing top 12 results out of 315)

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

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

public ColumnWraper(Column column) {
  dataformat = AnnotationUtils.converDefaultValue(column.dataformat());
  editorparams = AnnotationUtils.converDefaultValue(column.editorparams());
  name = column.name();
  type = AnnotationUtils.converDefaultValue(column.type());
  charset = AnnotationUtils.converDefaultValue(column.charset());
  this.editor = AnnotationUtils.converDefaultValue(column.editor());
  this.ignoreCUDbind = column.ignoreCUDbind();
  this.ignorebind = column.ignorebind();
  String _escape = AnnotationUtils.converDefaultValue(column.escape());
  if(_escape != null ){
    if(_escape.equals("true"))
    this.timezone = AnnotationUtils.converDefaultValue(column.timezone());
    this.localeString = AnnotationUtils.converDefaultValue(column.locale());
    dateFormateMeta = DateFormateMeta.buildDateFormateMeta(dataformat, localeString,timezone);
    this.locale = dateFormateMeta.getLocale();
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

Most used methods

  • <init>
  • charset
  • dataformat
  • editor
  • editorparams
  • escape
  • ignoreCUDbind
  • ignorebind
  • locale
  • name
  • timezone
  • type
  • timezone,
  • type

Popular in Java

  • Parsing JSON documents to java classes using gson
  • findViewById (Activity)
  • onCreateOptionsMenu (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • From CI to AI: The AI layer in your organization
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