Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing current namespace focus to an entity at the Spring Roo console

How can I change the current namespace focus to an entity in the Spring Roo console?

So, how can I move from

roo>

to

~.domain.Price roo>

and back?

Thanks for the answers in advance.

Cs.

like image 742
cscsaba Avatar asked Feb 20 '12 20:02

cscsaba


1 Answers

You can use the Roo Console command Focus

focus --class ~.domain.Price

and it would set the focus to the entity specified.

like image 163
jbbarquero Avatar answered Oct 15 '22 13:10

jbbarquero