Serialized Form
|
Package com.agimatec.commons.beans |
transformations
List<E> transformations
|
Package com.agimatec.commons.config |
value
boolean value
myConfigRootRessouceName
String myConfigRootRessouceName
myConfigroot
Config myConfigroot
myConfigrootPath
String myConfigrootPath
myConfigMap
Map<K,V> myConfigMap
value
BigDecimal value
value
double value
dir
String dir
file
String file
relative
boolean relative
myConfigManager
ConfigManager myConfigManager
value
int value
list
ArrayList<E> list
value
long value
map
Map<K,V> map
name
String name
value
String value
|
Package com.agimatec.dbhistory |
tables
List<E> tables
excludeColumns
Set<E> excludeColumns
tableName
String tableName
historyTable
String historyTable
insertTrigger
String insertTrigger
updateTrigger
String updateTrigger
|
Package com.agimatec.dbmigrate |
|
Package com.agimatec.dbmigrate.util |
tableName
String tableName
column_version
String column_version
column_since
String column_since
insertOnly
boolean insertOnly
autoCreate
boolean autoCreate
- true: create db_version table if absent
false: do not create, requires manual setup
autoVersion
boolean autoVersion
- true: set version automatically after a script finishes
false: requires call to UpdateVersionScriptVisitor to persist a new db_version
sqlInsert
String sqlInsert
sqlSelect
String sqlSelect
sqlUpdate
String sqlUpdate
|
Package com.agimatec.dbtransform |
source
DataType source
target
DataType target
|
Package com.agimatec.dbtransform.ejb3 |
column
ColumnDescription column
javaType
String javaType
attributeName
String attributeName
table
TableDescription table
attributes
List<E> attributes
relationships
List<E> relationships
className
String className
foreignKey
ForeignKeyDescription foreignKey
column
ColumnDescription column
refColumn
ColumnDescription refColumn
targetType
Ejb3Class targetType
attributeName
String attributeName
optional
boolean optional
oneToOne
boolean oneToOne
primaryKeyJoin
boolean primaryKeyJoin
otherForeignKey
ForeignKeyDescription otherForeignKey
mappedByRelationship
Ejb3Relationship mappedByRelationship
catalog
CatalogDescription catalog
ejb3classes
Map<K,V> ejb3classes
|
Package com.agimatec.jdbc |
|
Package com.agimatec.sql.meta |
tableName
String tableName
tableSpace
String tableSpace
tables
Map<K,V> tables
sequences
Map<K,V> sequences
schemaName
String schemaName
comment
String comment
columnName
String columnName
nullable
boolean nullable
precision
int precision
precisionEnabled
boolean precisionEnabled
scale
int scale
typeName
String typeName
defaultValue
String defaultValue
comment
String comment
constraintName
String constraintName
refTableName
String refTableName
columns
List<E> columns
refColumns
List<E> refColumns
onDeleteRule
String onDeleteRule
indexName
String indexName
columns
List<E> columns
columnsSortDirections
List<E> columnsSortDirections
unique
boolean unique
reverse
boolean reverse
noSort
boolean noSort
bitmap
boolean bitmap
context
boolean context
functionBased
boolean functionBased
sequenceName
String sequenceName
increment
int increment
start
long start
maxValue
BigDecimal maxValue
minValue
BigDecimal minValue
cycle
boolean cycle
order
boolean order
cache
Integer cache
comment
String comment
tableName
String tableName
columns
List<E> columns
primaryKey
IndexDescription primaryKey
indices
List<E> indices
constraints
List<E> constraints
foreignKeys
List<E> foreignKeys
|
Package com.agimatec.sql.query |
connection
Connection connection
sqlBuilder
SQLBuilder sqlBuilder
queryName
String queryName
queryObject
Object queryObject
maxResults
int maxResults
- constant to indicate that maxResults should be unlimited,
that means that complete results are wanted.
myList
List<E> myList
isComplete
boolean isComplete
Copyright © 2008-2011. All Rights Reserved.