Class TLcdPrimaryKeyAnnotation

java.lang.Object
com.luciad.format.database.TLcdPrimaryKeyAnnotation
All Implemented Interfaces:
ILcdAnnotation

public class TLcdPrimaryKeyAnnotation extends Object implements ILcdAnnotation
ILcdAnnotation that is put on a TLcdDataType to define which property should be used as primary key.
  • Constructor Details Link icon

    • TLcdPrimaryKeyAnnotation Link icon

      public TLcdPrimaryKeyAnnotation(TLcdDataProperty aProperty)
  • Method Details Link icon

    • getProperty Link icon

      public TLcdDataProperty getProperty()
      Returns the property that is to be used as primary key.
      Returns:
      the primary key property for the type annotated with this annotation