public void applyLimitations() {
//limitation: exclude-entity-without-pk
// Limitation limitation = LimitationUtils.getLimitations (this);
Limitation limitation = new LimitationExcludeEntityWithoutPk();
limitation.apply(this);
//limitation: exclude-view
//limitation: exclude-table
}