Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
grro committed Mar 12, 2015
1 parent ce29354 commit 0086804
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,7 @@ Dao phoneNumbersDaoWithConstraints = phoneNumbersDao.withInterceptor(new Phonenu
To implement simple constraints the `ConstraintsInterceptor` can be used
``` java
Dao phoneNumbersDaoWithConstraints = phoneNumbersDao.withInterceptor(ConstraintsInterceptor.newConstraints()
.withNotNullColumn("device_id")
.withImmutableColumn("device_id"));
.withNotNullColumn("device_id"));
```

##More Complexe Interceptor Examples
Expand Down

0 comments on commit 0086804

Please sign in to comment.