Skip to content

v2.0.2

Compare
Choose a tag to compare
@fprochazka fprochazka released this 27 Jul 23:55
· 502 commits to master since this release
  • Hotfixed ClassMetadata::newInstance()
  • Add smart NativeQueryBuilder::addColumn()
  • Created Entities\Attributes\Identifier trait to be used instead of IdentifiedEntity
  • Custom NativeQueryBuilder
  • Fixed handling of NativeQueryBuilder in ResultSet
  • Map joined entities to tables in NativeQueryBuilder
  • Autobuild entity result from join or from clauses in NativeQueryBuilder
  • BaseEntity: Support returning a collection, wrapped into ReadOnlyCollectionWrapper, thx @Majkl578