DataContextFactoryBeanDelegate
implementations.DataContext object.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.Resource
object.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.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.