Skip to content
#

entity

Here are 480 public repositories matching this topic...

mikro-orm
Dschoordsch
Dschoordsch commented Apr 8, 2020

Describe the bug
Ids assigned to a collection via wrap(...).assign are not persisted.

Stack trace

...

To Reproduce
Steps to reproduce the behavior:

@Entity()
export class Book2 {
  @ManyToMany({ entity: () => BookTag2, cascade: [], fixedOrderColumn: 'order' })
  tags = new Collection<BookTag2>(this);
}
...
const id1 = 1; //id of existing tag
const book
Kukunin
Kukunin commented Nov 8, 2017
      with_options documentation: {required: true, type: 'integer'} do
        expose :posts_count, as: :posts, documentation: {example: 7}
        expose :followers_count, as: :followers, documentation: {example: 105}
        expose :following_count, as: :following, documentation: {example: 52}
        expose :bookmarks_count, as: :bookmarks, documentation: {example: 22}
      end
bjadamson
bjadamson commented Sep 4, 2016

Hey, it would be great if there was documentation for the API, so it's easier to understand exactly what the API is.

The "data" proxy object is really neat, but it's API is really hidden. It's not obvious for example how to do various things in the library, such as iterating over all the entities. Trying to learn how to use this project so far has required me digging through the example (and foll

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.

  • Updated Jun 17, 2020
  • Groovy

Improve this page

Add a description, image, and links to the entity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the entity topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.