Skip to content

Instantly share code, notes, and snippets.

@Sam-Kruglov
Last active January 11, 2018 11:18
Show Gist options
  • Save Sam-Kruglov/f87b42320e5ecf4bde6a25952df2a3a6 to your computer and use it in GitHub Desktop.
Save Sam-Kruglov/f87b42320e5ecf4bde6a25952df2a3a6 to your computer and use it in GitHub Desktop.
Projection simple
package com.samkruglov.entities.projections;
@Projection(name = "username-only", types = User.class)
public interface UserUsername {
String getUsername();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment