Is it possible to specify a @DiscriminatorColumn using Roo for an entity that is going to be the parent of an inheritance structure?
I see that the "_Roo_Entity" class has a "declare @type: OpcionMenuApl: @DiscriminatorColumn;" sentence, but I see no options in the entity command to set a value for it.
(I know that I can put the @DiscriminatorColumn in the java class, but I prefer to obtain all the infrastructure using script Roo commands)
Thanks.


Reply With Quote
