public static class EntityHelper.EntityColumn extends Object
| 构造器和说明 |
|---|
EntityHelper.EntityColumn() |
EntityHelper.EntityColumn(EntityHelper.EntityTable table) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getColumn() |
String |
getGenerator() |
Class<?> |
getJavaType() |
String |
getOrderBy() |
String |
getProperty() |
String |
getSequenceName() |
EntityHelper.EntityTable |
getTable() |
int |
hashCode() |
boolean |
isId() |
boolean |
isIdentity() |
boolean |
isUuid() |
void |
setColumn(String column) |
void |
setGenerator(String generator) |
void |
setId(boolean id) |
void |
setIdentity(boolean identity) |
void |
setJavaType(Class<?> javaType) |
void |
setOrderBy(String orderBy) |
void |
setProperty(String property) |
void |
setSequenceName(String sequenceName) |
void |
setTable(EntityHelper.EntityTable table) |
void |
setUuid(boolean uuid) |
public EntityHelper.EntityColumn()
public EntityHelper.EntityColumn(EntityHelper.EntityTable table)
public EntityHelper.EntityTable getTable()
public void setTable(EntityHelper.EntityTable table)
public String getProperty()
public void setProperty(String property)
public String getColumn()
public void setColumn(String column)
public Class<?> getJavaType()
public void setJavaType(Class<?> javaType)
public String getSequenceName()
public void setSequenceName(String sequenceName)
public boolean isId()
public void setId(boolean id)
public boolean isUuid()
public void setUuid(boolean uuid)
public boolean isIdentity()
public void setIdentity(boolean identity)
public String getGenerator()
public void setGenerator(String generator)
public String getOrderBy()
public void setOrderBy(String orderBy)
Copyright © 2015. All rights reserved.