fr.ird.msaccess.importer
Class ImporterHelper

java.lang.Object
  extended by fr.ird.msaccess.importer.ImporterHelper

public class ImporterHelper
extends Object

Usefull methods.

Since:
1.4
Author:
tchemit

Constructor Summary
ImporterHelper()
           
 
Method Summary
static String getReferenceKey(Class<?> type, Serializable... properties)
          Obtain a reference key from his natural properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImporterHelper

public ImporterHelper()
Method Detail

getReferenceKey

public static String getReferenceKey(Class<?> type,
                                     Serializable... properties)
Obtain a reference key from his natural properties.

Parameters:
type - type of entity
properties - values to add in key (means natural ids in fact)
Returns:
the build key


Copyright © 2010-2011 IRD. All Rights Reserved.