com.mysema.query.sql
Class KeyDataFactory
java.lang.Object
com.mysema.query.sql.KeyDataFactory
public class KeyDataFactory
- extends Object
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyDataFactory
public KeyDataFactory(NamingStrategy namingStrategy,
String packageName,
String prefix,
String suffix,
boolean schemaToPackage)
getExportedKeys
public Map<String,InverseForeignKeyData> getExportedKeys(DatabaseMetaData md,
String schemaPattern,
String tableName)
throws SQLException
- Throws:
SQLException
getImportedKeys
public Map<String,ForeignKeyData> getImportedKeys(DatabaseMetaData md,
String schemaPattern,
String tableName)
throws SQLException
- Throws:
SQLException
getPrimaryKeys
public Map<String,PrimaryKeyData> getPrimaryKeys(DatabaseMetaData md,
String schemaPattern,
String tableName)
throws SQLException
- Throws:
SQLException
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.