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.
Log in to post a comment.