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
95ee163d8bc3ad52bfd0a8cbd96b10f4eb4a3a24
ebean
/
src
/
test
/
java
/
com
/
avaje
/
tests
/
m2m
T
History
Thibault Meyer
969a3c8b8d
Replace explicit type with <>
2016-11-06 10:00:12 +01:00
..
TestM2MDeleteCascadeFromParent.java
#720
- Remove EbeanServer saveAssociation(Object ownerBean, String propertyName); ... migrate to just save the bean
2016-05-20 23:24:37 +12:00
TestM2MDeleteNoCascade.java
#721
- Remove EbeanServer saveManyToManyAssociations() and deleteManyToManyAssociations()
2016-05-20 23:42:02 +12:00
TestM2mDeleteObject.java
Replace explicit type with <>
2016-11-06 10:00:12 +01:00
TestM2MDeleteObjectWithCascadeToM2m.java
Replace explicit type with <>
2016-11-06 10:00:12 +01:00
TestM2MDeleteWithCascade.java
Replace explicit type with <>
2016-11-06 10:00:12 +01:00
TestM2MModifyTest.java
No effective change - format code
2016-05-18 09:36:26 +12:00
TestM2MMultipleLists.java
#445
- Multiple @*ToMany relations referencing the same type
2015-11-02 14:11:23 +13:00
TestM2MSelfRelationship.java
#435
- Duplicate foreign key name with ManyToMany relations
2015-10-29 17:44:29 +13:00