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
dbc97aa28c5bc64f6ccc50f7bc7ae2af6fdbe171
ebean
/
src
/
test
/
java
/
org
/
tests
/
o2m
/
jointable
T
History
rob bygrave
de42655bbd
Refactor tests using assertSql() helper method
...
This helper method trims column alias from the sql (for Oracle)
2020-02-20 15:08:43 +13:00
..
inheritance
#1606
- Bean with Inheritance and OneToMany with JoinTable and cascade ... doesn't cascade save on all bean types
2019-01-09 12:29:28 +13:00
JtMonkey.java
#123
- Mapping - Add support for OneToMany JoinTables
2018-02-20 14:40:21 +13:00
JtMonkeyGroup.java
#1461
- @OneToMany with @JoinTable without table name does not default join table name
2018-08-02 22:25:48 +12:00
JtTrainer.java
#123
- Mapping - Add support for OneToMany JoinTables
2018-02-20 14:40:21 +13:00
JtTroop.java
#123
- Mapping - Add support for OneToMany JoinTables
2018-02-20 14:40:21 +13:00
TestOneToManyJoinTable.java
Refactor tests using assertSql() helper method
2020-02-20 15:08:43 +13:00
TestOneToManyJoinTableInheritance.java
Refactor tests using assertSql() helper method
2020-02-20 15:08:43 +13:00
TestOneToManyJoinTableNoTableName.java
Refactor tests using assertSql() helper method
2020-02-20 15:08:43 +13:00