Package edu.uoc.tfc.dbmodel

Interface Summary
AsseguradoraDao  
ClientDao  
FacturaDao  
PartDao  
TipusSiniestreDao  
 

Class Summary
Asseguradora Classe que representa una companyia asseguradora al model de base de dades
Asseguradora.Factory Constructs new instances of Asseguradora.
AsseguradoraDaoBase Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.Asseguradora.
AsseguradoraDaoImpl  
AsseguradoraImpl  
Client Classe que representa un client al model de base de dades
Client.Factory Constructs new instances of Client.
ClientDaoBase Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.Client.
ClientDaoImpl  
ClientImpl  
Factura Classe que representa unafactura al model de base de dades
Factura.Factory Constructs new instances of Factura.
FacturaDaoBase Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.Factura.
FacturaDaoImpl  
FacturaImpl  
Part Classe que representa un part de sinistre al model de base de dades
Part.Factory Constructs new instances of Part.
PartDaoBase Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.Part.
PartDaoImpl  
PartImpl  
TipusSiniestre Classe que representa un tipus de sinistre al model de base de dades
TipusSiniestre.Factory Constructs new instances of TipusSiniestre.
TipusSiniestreDaoBase Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.TipusSiniestre.
TipusSiniestreDaoImpl  
TipusSiniestreImpl