M
Michelle
I am transitioning an existing application that has dynamic access
privileges on the fields based on an individual's role. The legacy
system is a Powerbuilder application so the fields displayed on a form
are generally tied to a database column field and the default name of
the form field is the same name as the database column. The transition
is to the Web and we are using JSPs to display the forms. We are using
Hibernate to retrieve and persist data.
My question is: Is there a way I can get the associated database column
name for the variables in the Hibernate objects?
I thought maybe I could use the Metadata of the Hibernate object but
that does not show me the mapped database column. Any ideas would be
greatly appreciated.
Michelle
privileges on the fields based on an individual's role. The legacy
system is a Powerbuilder application so the fields displayed on a form
are generally tied to a database column field and the default name of
the form field is the same name as the database column. The transition
is to the Web and we are using JSPs to display the forms. We are using
Hibernate to retrieve and persist data.
My question is: Is there a way I can get the associated database column
name for the variables in the Hibernate objects?
I thought maybe I could use the Metadata of the Hibernate object but
that does not show me the mapped database column. Any ideas would be
greatly appreciated.
Michelle