|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.hibernate.cfg.Configuration org.seasar.tuigwaa.database.DynaConfiguration
フィールドの概要 |
クラス org.hibernate.cfg.Configuration から継承したフィールド |
classes, collections, extendsQueue, filterDefinitions, imports, namedQueries, namedSqlQueries, namingStrategy, propertyReferences, secondPasses, sqlResultSetMappings, tables, typeDefs |
コンストラクタの概要 | |
DynaConfiguration(String driver)
|
メソッドの概要 | |
org.hibernate.mapping.Table |
addTable(String schema,
TgwEntity entity)
|
org.hibernate.mapping.Table |
addTable(String schema,
TgwEntity entity,
boolean needRebuild)
|
org.hibernate.mapping.Table |
alterTable(String schema,
TgwEntity entity)
|
void |
build()
|
void |
deleteTable(String schema,
String name)
|
void |
deleteTable(String schema,
String[] names)
|
Iterator |
getAlterSQLString(org.hibernate.mapping.Table table,
org.hibernate.tool.hbm2ddl.DatabaseMetadata dbMetadata,
String schema)
|
String |
getCreateSchemaSQLString(String schema)
|
String |
getCreateSQLString(org.hibernate.mapping.Table table)
|
String |
getDropSchemaSQLString(String schema)
|
String |
getDropSQLString(org.hibernate.mapping.Table table)
|
String |
getForeignKeySQLString(org.hibernate.mapping.ForeignKey fk)
|
org.hibernate.SessionFactory |
getSessionFactory()
|
クラス org.hibernate.cfg.Configuration から継承したメソッド |
add, addCacheableFile, addCacheableFile, addClass, addDirectory, addDocument, addFile, addFile, addFilterDefinition, addInputStream, addJar, addProperties, addResource, addResource, addURL, addXML, buildMappings, buildSessionFactory, buildSettings, configure, configure, configure, configure, configure, createMappings, doConfigure, doConfigure, findPossibleExtends, generateDropSchemaScript, generateSchemaCreationScript, generateSchemaUpdateScript, getClassMapping, getClassMappings, getCollectionMapping, getCollectionMappings, getConfigurationInputStream, getFilterDefinitions, getImports, getInterceptor, getNamedQueries, getNamedSQLQueries, getNamingStrategy, getProperties, getProperty, getSessionEventListenerConfig, getSqlResultSetMappings, getTableMappings, parseMappingElement, reset, secondPassCompile, secondPassCompileForeignKeys, setCacheConcurrencyStrategy, setCollectionCacheConcurrencyStrategy, setEntityResolver, setInterceptor, setListener, setListener, setNamingStrategy, setProperties, setProperty |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DynaConfiguration(String driver) throws org.hibernate.HibernateException
メソッドの詳細 |
public org.hibernate.SessionFactory getSessionFactory() throws org.hibernate.HibernateException
org.hibernate.HibernateException
public String getCreateSQLString(org.hibernate.mapping.Table table) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public String getDropSQLString(org.hibernate.mapping.Table table) throws org.hibernate.HibernateException
org.hibernate.HibernateException
public Iterator getAlterSQLString(org.hibernate.mapping.Table table, org.hibernate.tool.hbm2ddl.DatabaseMetadata dbMetadata, String schema) throws org.hibernate.HibernateException, SQLException
org.hibernate.HibernateException
SQLException
public String getCreateSchemaSQLString(String schema)
public String getDropSchemaSQLString(String schema)
public String getForeignKeySQLString(org.hibernate.mapping.ForeignKey fk)
public org.hibernate.mapping.Table addTable(String schema, TgwEntity entity) throws org.hibernate.HibernateException, ClassNotFoundException
org.hibernate.HibernateException
ClassNotFoundException
public org.hibernate.mapping.Table addTable(String schema, TgwEntity entity, boolean needRebuild) throws org.hibernate.HibernateException, ClassNotFoundException
org.hibernate.HibernateException
ClassNotFoundException
public org.hibernate.mapping.Table alterTable(String schema, TgwEntity entity) throws Exception
Exception
public void deleteTable(String schema, String name) throws Exception
Exception
public void deleteTable(String schema, String[] names) throws Exception
Exception
public void build() throws org.hibernate.HibernateException
org.hibernate.HibernateException
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |