Uses of Class
com.mysema.query.sql.support.PrimaryKeyData

Packages that use PrimaryKeyData
com.mysema.query.sql.codegen   
 

Uses of PrimaryKeyData in com.mysema.query.sql.codegen
 

Methods in com.mysema.query.sql.codegen that return types with arguments of type PrimaryKeyData
 Map<String,PrimaryKeyData> KeyDataFactory.getPrimaryKeys(DatabaseMetaData md, String catalog, String schema, String tableName)
           
 

Method parameters in com.mysema.query.sql.codegen with type arguments of type PrimaryKeyData
protected  void MetaDataSerializer.serializePrimaryKeys(EntityType model, com.mysema.codegen.CodeWriter writer, Collection<PrimaryKeyData> primaryKeys)
           
 



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.