public class CommandMetaData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandMetaData.ObjectMetaData |
| Constructor and Description |
|---|
CommandMetaData(EntityDefinition table) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
CommandMetaData.ObjectMetaData[] |
getObjectMetaData() |
CommandMetaData.ObjectMetaData[] |
getPrimaryKeyMetaData() |
int |
getTotalFieldCount() |
CommandMetaData.ObjectMetaData[] |
getVersionMetaData() |
void |
setCommand(String command) |
void |
setPropertyDescriptors(PropertyDescriptor[] resultSetFields,
GenericDao.CommandCustomizer statementAdapter) |
public CommandMetaData(EntityDefinition table)
public String getCommand()
public void setCommand(String command)
public CommandMetaData.ObjectMetaData[] getObjectMetaData()
public void setPropertyDescriptors(PropertyDescriptor[] resultSetFields, GenericDao.CommandCustomizer statementAdapter)
public int getTotalFieldCount()
public CommandMetaData.ObjectMetaData[] getPrimaryKeyMetaData()
public CommandMetaData.ObjectMetaData[] getVersionMetaData()
Copyright © 2017. All rights reserved.