Code Monkey home page Code Monkey logo

Comments (10)

CarlKlagba avatar CarlKlagba commented on July 17, 2024

For the pagination we can do something similar as we did for the dto (with the option '-dto'). For the 'otherEntityField' I think we can do it without an option.

from jhipster-uml.

marcelinobadin avatar marcelinobadin commented on July 17, 2024

Yes, probably for the ‘otherEntityField’ something like constraints. And sure, I think pagination could be an option like –dto, choosing between all and ones that want to have pagination.

from jhipster-uml.

CarlKlagba avatar CarlKlagba commented on July 17, 2024

@marcelinobadin I want to enable user to add 'otherEntityField' like this:

  • UML

otherentityfield

  • JDL

relationship ManyToMany{
Owner{notOwner(<otherEntityField>)} to NotOwner{owner}
}

With <otherEntityField> the name you want for 'otherEntityField' .

Is it something intuitive for you? Do you have a better syntax in mind?
My guess is yours.

from jhipster-uml.

marcelinobadin avatar marcelinobadin commented on July 17, 2024

I think you solution is very cool and yes, it is intuitive. Thank you.

from jhipster-uml.

CarlKlagba avatar CarlKlagba commented on July 17, 2024

Ok thx ! Just have to do the impl.

from jhipster-uml.

CarlKlagba avatar CarlKlagba commented on July 17, 2024

The wiki wont be update for a while so this is the doc i made for the change.

Declare the field you want to use to display a relationship in AngularJS

To do that you must add the field name between (``) after the injected field name.

In a One-to-Many relationship you can add it in the 'Many' side of the relationship:

  • UML

jhipsteruml_otherentityfieldom

  • JDL

    relationship OneToMany{
    One{many} to Many{one(<otherEntityField>)}
    }

In a Many-to-Many relationship you can add it in the owner side of the entity:

  • UML

jhipsteruml_otherentityfieldmm

  • JDL

    relationship ManyToMany{
    Owner{notOwner(<otherEntityField>)} to NotOwner{owner}
    }

Pagination

You can choose the pagination for your entities using -paginate.

jhipster-uml <your_file.xmi> [-db (sql | mongodb | cassandra)] [-paginate]

from jhipster-uml.

marcelinobadin avatar marcelinobadin commented on July 17, 2024

Cool. @CarlKlagba, I need a little help with Modelio.

These are my entities. One Map can have Many Positions.
screen shot 2015-07-23 at 8 21 59 pm

Then, once I create the association I would like to know in which field I have to insert the map(name) according to association options in Modelio as in the picture below (Association name for the field under the yellow tip)
screen shot 2015-07-23 at 8 22 48 pm

Thank you.

from jhipster-uml.

CarlKlagba avatar CarlKlagba commented on July 17, 2024

Simply put it in 'Role', like you would if you wanted to change the 'relationshipName'

from jhipster-uml.

marcelinobadin avatar marcelinobadin commented on July 17, 2024

Great! Thank you. It work very smoothly. I will take this opportunity to thank you for your work. This tool really saves me too many work hours!

from jhipster-uml.

CarlKlagba avatar CarlKlagba commented on July 17, 2024

We are very happy to know that you like it, and that it saved you a lot of time!

from jhipster-uml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.