Skip to content

YOJ 2.6.5 (Multiple table names for the same Entity)

Latest
Compare
Choose a tag to compare
@nvamelichev nvamelichev released this 27 Dec 21:36
· 2 commits to main since this release
  • #32: Support multiple table names for the same Entity
    ⚠️ This is an Experimental API, which can change and/or disappear in any release.
    Use the new BaseDb.table(TableDescriptor) call in your Db to specify both Entity class and table name; the same is also supported by the new AbstractDelegatingTable(TableDescriptor) constructor.