public class JdbcClassMeta extends Object
| Constructor and Description |
|---|
JdbcClassMeta() |
JdbcClassMeta(Class<?> cm) |
| Modifier and Type | Method and Description |
|---|---|
JdbcPropertyMeta |
findProperty(String pname) |
int |
getColumnCount() |
List<String> |
getColumnNames() |
Class<?> |
getDataClass()
The class itself.
|
JdbcPropertyMeta |
getPrimaryKey() |
List<JdbcPropertyMeta> |
getPropertyList() |
String |
getTableName() |
protected void |
initialize()
Locked initialization of this jdbc accessible POJO
|
boolean |
isCompound() |
void |
setPrimaryKey(JdbcPropertyMeta primaryKey) |
void |
setTableName(String tableName) |
public JdbcClassMeta()
public JdbcClassMeta(Class<?> cm)
protected void initialize()
throws Exception
Exceptionpublic Class<?> getDataClass()
public String getTableName()
public void setTableName(String tableName)
public List<JdbcPropertyMeta> getPropertyList()
public JdbcPropertyMeta findProperty(String pname)
public JdbcPropertyMeta getPrimaryKey()
public void setPrimaryKey(JdbcPropertyMeta primaryKey)
public boolean isCompound()
public int getColumnCount()
Copyright © 2017 etc.to. All rights reserved.