Interface PrimaryKey
- All Known Implementing Classes:
PkSingle
public interface PrimaryKey
- Author:
- hylke
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of properties composing the primary key.
-
Method Details
-
getKeyProperties
List<EntityPropertyMain> getKeyProperties()Get the list of properties composing the primary key.- Returns:
- the list of properties composing the primary key.
-