we use Hibernate 3.0
what happen to <sql-insert>,<sql-delete>,<sql-update> with hierarchical mapping. Is it overrides the tag or can't this tag use with the hierarchical mapping (in sub classes).
eg: If we use <sql-insert> in supper class "A" (in mapping file) to call a stored procedure or a query with its parameters and in sub class B what should be the <sql-insert> statement whether it should include the
B's parameters with A's ones or
only B's parameters.
Because in document it doesn't tell any thing about hierarchical mapping.....
http://docs.jboss.org/hibernate/core/3. ... erysql-cud in 16.3
Can any one help on this................