Table suffix and table preffix can be used to specify table names in terms of class name. So, if defaultTablePreffix("tbl_") is invocked, the table name of User.class will be tbl_User. The same happens with suffix.
Log in to post a comment.