类 EntityColumnContext
- java.lang.Object
-
- net.sinodawn.framework.database.context.EntityColumnContext
-
- 所有已实现的接口:
Serializable
public class EntityColumnContext extends Object implements Serializable
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 EntityColumnContext()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetColumnName()Class<?>getEntityClass()BeanPropertyDescriptorgetPropertyDescriptor()Class<?>getType()<T> ObjectgetValue(T item)booleanisBlob()booleanisClob()voidsetBlob(boolean blob)voidsetClob(boolean clob)voidsetColumnName(String columnName)voidsetEntityClass(Class<?> entityClass)voidsetType(Class<?> type)
-
-
-
方法详细资料
-
getColumnName
public String getColumnName()
-
setColumnName
public void setColumnName(String columnName)
-
getPropertyDescriptor
public BeanPropertyDescriptor getPropertyDescriptor()
-
getEntityClass
public Class<?> getEntityClass()
-
setEntityClass
public void setEntityClass(Class<?> entityClass)
-
getType
public Class<?> getType()
-
setType
public void setType(Class<?> type)
-
isClob
public boolean isClob()
-
setClob
public void setClob(boolean clob)
-
isBlob
public boolean isBlob()
-
setBlob
public void setBlob(boolean blob)
-
getValue
public <T> Object getValue(T item)
-
-