Skip to Content
Full Stack Development with JHipster
book

Full Stack Development with JHipster

by Deepu K Sasidharan, Sendil Kumar N
March 2018
Intermediate to advanced content levelIntermediate to advanced
380 pages
9h 23m
English
Packt Publishing
Content preview from Full Stack Development with JHipster

Entity modeling with JDL

The entity declaration is done using the following syntax:

entity <entity name> ([<table name>]) {  <field name> <type> [<validation>*]}

<entity name> is the name of the entity and will be used for class names and table names. Table names can be overridden using the optional <table name> parameter.

<field name> is the name of the fields (attributes) you want for the entity and <type> is the field type, as in String, Integer, and so on. Refer to http://www.jhipster.tech/jdl/#available-types-and-constraints for all supported field types. The ID field will be automatically created and hence need not be specified in JDL.

<validation> is optional and one or more <validation> for the fields can be specified depending on ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Full Stack Development with JHipster - Second Edition

Full Stack Development with JHipster - Second Edition

Deepu K Sasidharan, Sendil Kumar Nellaiyapen
Jasmine Cookbook

Jasmine Cookbook

Munish Kumar

Publisher Resources

ISBN: 9781788476317Supplemental Content