View Javadoc

1   package com.loribel.commons.abstraction;
2   
3   /***
4    * Interface to keep realitions with ids [1-n].
5    */
6   public interface GB_LinkIdLong
7           extends
8               GB_IdLongOwner
9   {
10      /***
11       * Returns the list of foreign keys.
12       */
13      long[] getFkIds();
14  }