tags:

views:

9

answers:

1

Hello, am doing a website using spring-mvc. how do i create a model?

i used to create entity which represent a table from the database. but what if i want to create a model,which will consist in many columns from differents tables? thanks for advise

A: 

create a class and charge it thought the controller

stunaz