Show ids for events
parent
1cac3cdc26
commit
497941d0bf
|
@ -12,6 +12,7 @@ import java.util.Set;
|
||||||
|
|
||||||
@Projection(name = "eventProjection", types = { Event.class })
|
@Projection(name = "eventProjection", types = { Event.class })
|
||||||
public interface EventProjection {
|
public interface EventProjection {
|
||||||
|
Integer getId();
|
||||||
String getTitle();
|
String getTitle();
|
||||||
String getShortText();
|
String getShortText();
|
||||||
String getLongText();
|
String getLongText();
|
||||||
|
|
Reference in New Issue