|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
DataContextFactoryBeanDelegate
implementations.DataContextFactoryBeanDelegate for CouchDbDataContext.DataContext object.
DataContextFactoryBeanDelegate for CsvDataContext.FactoryBean that produces MetaModel DataContext
objects based on property values that will typically be injected by the
Spring configuration.DataContext given the
properties of a DataContextFactoryBean.DataContext objects.DataContextFactoryBeanDelegate for ExcelDataContext.Resource
object.
DataContextFactoryBeanDelegate for JdbcDataContext.DataContextFactoryBeanDelegate for MongoDbDataContext.DataContextFactoryBeanDelegate for PojoDataContext.SimpleTableDefs of DataContextFactoryBean.getTableDefs() by providing
a string representation of the following form (like a CREATE TABLE
statement, except for the literal 'CREATE TABLE' prefix, and without
column sizes):
tablename1 (
columnName1 VARCHAR,
columnName2 INTEGER,
columnName3 DATE
);
tablename2 (
columnName4 BIGINT,
columnName5 CHAR,
columnName6 BINARY
);
Each table definition is delimited/ended by the semi-colon (;) character.
Resource implementation based on spring's similar
Resource concept.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||