Menu

#35 Calculate table names using an anonymous class

1.2
open
None
2015-05-06
2015-05-06
No

Can specify an operation (anonymous class -lambda function-) to calculate table name for each table. So, for example, calculateTableNameWith(clazz -> "tbl_" + clazz.getSimpleName()) would be analogous to preffix.

Discussion


Log in to post a comment.