This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
ebean
Watch
4
Star
0
Fork
0
mirror of
https://github.com/ebean-orm/ebean.git
synced
2024-04-21 10:51:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c182ecaa59ade4f8dfa2e8040b76894afaf2b5a
ebean
/
src
/
test
/
java
/
com
/
avaje
/
tests
/
softdelete
T
History
Robin Bygrave
dc7c854432
#788
- Deprecate findRowCount() ... add findCount(). Effectively renaming findRowCount() to findCount()
2016-07-31 19:06:21 +12:00
..
TestSoftDeleteBasic.java
#788
- Deprecate findRowCount() ... add findCount(). Effectively renaming findRowCount() to findCount()
2016-07-31 19:06:21 +12:00
TestSoftDeleteManyToMany.java
#118
- ENH: Add support for for Soft Deletes (Logical Deletion) ...
2015-12-02 21:38:34 +13:00
TestSoftDeleteOptionalRelationship.java
#485
- @SoftDelete with join to nullable relation (optional @ManyToOne for example) ... will incorrectly filter out row from result when FK value is null.
2015-12-09 10:12:25 +13:00
TestSoftDeleteTop.java
#118
- Additional: Add query includeSoftDeletes() asDraft() to ExpressionList (for fluid style when added after predicates)
2015-12-03 17:42:26 +13:00