Package com.luciad.format.database
Class TLcdPrimaryKeyAnnotation
java.lang.Object
com.luciad.format.database.TLcdPrimaryKeyAnnotation
- All Implemented Interfaces:
ILcdAnnotation
ILcdAnnotation
that is put on a TLcdDataType
to define which property
should be used as primary key.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the property that is to be used as primary key.
-
Constructor Details
-
TLcdPrimaryKeyAnnotation
-
-
Method Details
-
getProperty
Returns the property that is to be used as primary key.- Returns:
- the primary key property for the type annotated with this annotation
-