Skip to content

Instantly share code, notes, and snippets.

@gokman
Created February 8, 2017 06:55
Show Gist options
  • Save gokman/1f8dc935267a946376be4526e35a16bd to your computer and use it in GitHub Desktop.
Save gokman/1f8dc935267a946376be4526e35a16bd to your computer and use it in GitHub Desktop.
Spring Jpa @where annotation
@Entity
@Where(clause = "is_deleted=0")
public class Customer extends AbstractEntity implements Serializable{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment