Hibernate model for implementing ticketing serviceWhat are the possible values of the Hibernate hbm2ddl.auto configuration and what do they doModeling User Roles HibernateWhat's the difference between @Component, @Repository & @Service annotations in Spring?What's the difference between JPA and Hibernate?How Do I Create Many to Many Hibernate Mapping for Additional Property from the Join Table?Hibernate Relationship Mapping IssueHow can I modelize the following model in JPA/Hibernate mappingCreate Facets based on generic data model in Hibernate SearchImplementing Spring Security Authorization with Group Ownership ModelHow to correctly bind form to @ManyToOne structure and save to DB. Spring MVC, Hibernate
Drawing perpendicular lines, filling areas
What is the difference between "Plural" and "Mehrzahl"?
We are two immediate neighbors who forged our own powers to form concatenated relationship. Who are we?
Pre-1993 comic in which Wolverine's claws were turned to rubber?
histogram using edges
Early arrival in Australia, early hotel check in not available
As programers say: Strive to be lazy
How can I answer high-school writing prompts without sounding weird and fake?
How old is Captain America at the end of "Avengers: Endgame"?
Does the 500 feet falling cap apply per fall, or per turn?
Was there a contingency plan in place if Little Boy failed to detonate?
Guns in space with bullets that return?
Does Lawful Interception of 4G / the proposed 5G provide a back door for hackers as well?
Is it a bad idea to replace pull-up resistors with hard pull-ups?
Was this a power play by Daenerys?
How do I get past a 3-year ban from overstay with VWP?
The lexical root of the past tense forms differs from the lexical root of the infinitive form
How to select certain lines (n, n+4, n+8, n+12...) from the file?
Are there variations of the regular runtimes of the Big-O-Notation?
Thesis' "Future Work" section – is it acceptable to omit personal involvement in a mentioned project?
Why do Thanos's punches not kill Captain America or at least cause some mortal injuries?
Unit Test - Testing API Methods
Why in a Ethernet LAN, a packet sniffer can obtain all packets sent over the LAN?
Ex-manager wants to stay in touch, I don't want to
Hibernate model for implementing ticketing service
What are the possible values of the Hibernate hbm2ddl.auto configuration and what do they doModeling User Roles HibernateWhat's the difference between @Component, @Repository & @Service annotations in Spring?What's the difference between JPA and Hibernate?How Do I Create Many to Many Hibernate Mapping for Additional Property from the Join Table?Hibernate Relationship Mapping IssueHow can I modelize the following model in JPA/Hibernate mappingCreate Facets based on generic data model in Hibernate SearchImplementing Spring Security Authorization with Group Ownership ModelHow to correctly bind form to @ManyToOne structure and save to DB. Spring MVC, Hibernate
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
So, I am making an issue tracker system, where I have users who create an issue ticket and have developers or "handlers" who will get the ticket and solve them.
These handlers are associated with groups, and these groups will be responsible to assign tickets to the developers/handlers. What Entity model should I use for this?
Currently I have User for users, Ticket for tickets, Group for groups, which have a set of users and a list of tickets, and a Ticket_User for mapping tickets to users.
But I have no idea how to involve properly the group entity in this.
Any help would be greatly appreciated.
ER diagram
spring hibernate
add a comment |
So, I am making an issue tracker system, where I have users who create an issue ticket and have developers or "handlers" who will get the ticket and solve them.
These handlers are associated with groups, and these groups will be responsible to assign tickets to the developers/handlers. What Entity model should I use for this?
Currently I have User for users, Ticket for tickets, Group for groups, which have a set of users and a list of tickets, and a Ticket_User for mapping tickets to users.
But I have no idea how to involve properly the group entity in this.
Any help would be greatly appreciated.
ER diagram
spring hibernate
Better to add your ER diagram or class diagram that would be easy to identify your issue.
– Harshana
Mar 23 at 13:46
add a comment |
So, I am making an issue tracker system, where I have users who create an issue ticket and have developers or "handlers" who will get the ticket and solve them.
These handlers are associated with groups, and these groups will be responsible to assign tickets to the developers/handlers. What Entity model should I use for this?
Currently I have User for users, Ticket for tickets, Group for groups, which have a set of users and a list of tickets, and a Ticket_User for mapping tickets to users.
But I have no idea how to involve properly the group entity in this.
Any help would be greatly appreciated.
ER diagram
spring hibernate
So, I am making an issue tracker system, where I have users who create an issue ticket and have developers or "handlers" who will get the ticket and solve them.
These handlers are associated with groups, and these groups will be responsible to assign tickets to the developers/handlers. What Entity model should I use for this?
Currently I have User for users, Ticket for tickets, Group for groups, which have a set of users and a list of tickets, and a Ticket_User for mapping tickets to users.
But I have no idea how to involve properly the group entity in this.
Any help would be greatly appreciated.
ER diagram
spring hibernate
spring hibernate
edited Mar 23 at 18:47
Károly Módos
asked Mar 23 at 10:46
Károly MódosKároly Módos
65
65
Better to add your ER diagram or class diagram that would be easy to identify your issue.
– Harshana
Mar 23 at 13:46
add a comment |
Better to add your ER diagram or class diagram that would be easy to identify your issue.
– Harshana
Mar 23 at 13:46
Better to add your ER diagram or class diagram that would be easy to identify your issue.
– Harshana
Mar 23 at 13:46
Better to add your ER diagram or class diagram that would be easy to identify your issue.
– Harshana
Mar 23 at 13:46
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55312904%2fhibernate-model-for-implementing-ticketing-service%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55312904%2fhibernate-model-for-implementing-ticketing-service%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Better to add your ER diagram or class diagram that would be easy to identify your issue.
– Harshana
Mar 23 at 13:46