|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BeanGenerationException in net.sourceforge.fluxion.datapublisher.beangen |
---|
Methods in net.sourceforge.fluxion.datapublisher.beangen that throw BeanGenerationException | |
---|---|
void |
BeanFactory.acquireDatasourceConnection(java.util.Map<java.lang.String,java.lang.String> connectionDetails)
Acquire a connection to the underlying datasource. |
void |
BeanFactory.generateBeans(java.io.File sourceDirectory,
java.lang.String packageName,
java.util.Set<java.lang.Class> metaBeans,
java.lang.String... schemas)
Generate a set of beans to model the dbms the database this factory represents. |
void |
BeanFactory.terminateDatasourceConnection()
Close the connection to the underlying datasource. |
void |
BeanWriter.writeBeans(java.util.Set<BeanConfig> configs)
|
void |
BeanWriter.writeManager(java.lang.Class queryManager,
java.lang.String... params)
|
void |
BeanWriter.writeManager(java.lang.String queryManagerClassName,
java.util.List<java.lang.String> managerStatements)
|
Uses of BeanGenerationException in net.sourceforge.fluxion.datapublisher.biomart.impl |
---|
Methods in net.sourceforge.fluxion.datapublisher.biomart.impl that throw BeanGenerationException | |
---|---|
void |
BiomartBeanFactory.acquireDatasourceConnection(java.util.Map<java.lang.String,java.lang.String> connectionDetails)
|
void |
BiomartBeanFactory.generateBeans(java.io.File sourceDirectory,
java.lang.String packageName,
java.util.Set<java.lang.Class> metaBeans,
java.lang.String... schemas)
|
void |
BiomartBeanFactory.terminateDatasourceConnection()
|
Uses of BeanGenerationException in net.sourceforge.fluxion.datapublisher.mysql.impl |
---|
Methods in net.sourceforge.fluxion.datapublisher.mysql.impl that throw BeanGenerationException | |
---|---|
void |
MySQLBeanFactory.acquireDatasourceConnection(java.util.Map<java.lang.String,java.lang.String> connectionDetails)
|
void |
MySQLBeanFactory.generateBeans(java.io.File sourceDirectory,
java.lang.String packageName,
java.util.Set<java.lang.Class> metaBeans,
java.lang.String... schemas)
|
protected java.lang.String |
MySQLBeanFactory.getJavaType(java.lang.String sqlType)
Get the java type that matches the given sqlType |
void |
MySQLBeanFactory.terminateDatasourceConnection()
|
Uses of BeanGenerationException in net.sourceforge.fluxion.datapublisher.odbc.impl |
---|
Methods in net.sourceforge.fluxion.datapublisher.odbc.impl that throw BeanGenerationException | |
---|---|
void |
ODBCBeanFactory.acquireDatasourceConnection(java.util.Map<java.lang.String,java.lang.String> connectionDetails)
|
protected java.lang.String |
ODBCBeanFactory.getJavaType(java.lang.String sqlType)
Get the Java Type that matches the given oracle SQL type |
void |
ODBCBeanFactory.terminateDatasourceConnection()
|
Uses of BeanGenerationException in net.sourceforge.fluxion.datapublisher.postgresql.impl |
---|
Methods in net.sourceforge.fluxion.datapublisher.postgresql.impl that throw BeanGenerationException | |
---|---|
void |
PostgresqlBeanFactory.acquireDatasourceConnection(java.util.Map<java.lang.String,java.lang.String> connectionDetails)
|
protected java.lang.String |
PostgresqlBeanFactory.getJavaType(java.lang.String sqlType)
Get the Java Type that matches the given postgres SQL type |
void |
PostgresqlBeanFactory.terminateDatasourceConnection()
|
Uses of BeanGenerationException in net.sourceforge.fluxion.datapublisher.sql.impl |
---|
Methods in net.sourceforge.fluxion.datapublisher.sql.impl that throw BeanGenerationException | |
---|---|
protected void |
SQLBeanFactory.analyseColumns(BeanConfig tableBC,
java.sql.ResultSet column,
java.lang.String fieldName,
java.util.List<java.lang.String> keyNames)
|
protected void |
SQLBeanFactory.analyseTable(BeanConfig tableBC,
java.sql.DatabaseMetaData metadata,
java.lang.String schemaName,
java.lang.String tableName,
boolean multipleSchemas)
|
void |
SQLBeanFactory.generateBeans(java.io.File sourceDirectory,
java.lang.String packageName,
java.util.Set<java.lang.Class> metaBeans,
java.lang.String... schemas)
Generate javabeans from sql metadata specific to the supplied connection |
protected abstract java.lang.String |
SQLBeanFactory.getJavaType(java.lang.String sqlType)
Returns a string giving the name of a java field type, given a specified type in the datasource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |