Uses of Package
com.ticketapplication.domain

Packages that use com.ticketapplication.domain
com.ticketapplication.controller   
com.ticketapplication.dao   
com.ticketapplication.domain   
com.ticketapplication.security   
 

Classes in com.ticketapplication.domain used by com.ticketapplication.controller
Customer
          Represents the DB table ticketapp/Customer
Role
          Represents the DB table ticketapp/Role
Ticket
          Represents the DB table ticketapp/Ticket
User
          Represents the DB table ticketapp/User
 

Classes in com.ticketapplication.domain used by com.ticketapplication.dao
Customer
          Represents the DB table ticketapp/Customer
Role
          Represents the DB table ticketapp/Role
Ticket
          Represents the DB table ticketapp/Ticket
User
          Represents the DB table ticketapp/User
 

Classes in com.ticketapplication.domain used by com.ticketapplication.domain
Customer
          Represents the DB table ticketapp/Customer
Role
          Represents the DB table ticketapp/Role
 

Classes in com.ticketapplication.domain used by com.ticketapplication.security
User
          Represents the DB table ticketapp/User