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;








0















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










share|improve this question
























  • Better to add your ER diagram or class diagram that would be easy to identify your issue.

    – Harshana
    Mar 23 at 13:46

















0















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










share|improve this question
























  • Better to add your ER diagram or class diagram that would be easy to identify your issue.

    – Harshana
    Mar 23 at 13:46













0












0








0








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










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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












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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현