remove refs to Java 'extends' in code sample
remove refs to TIBCO ems specifics.
This commit is contained in:
@@ -529,7 +529,7 @@
|
||||
<literal>Session</literal>, as its lifecycle is managed by the
|
||||
transaction). Asking for the</para>
|
||||
|
||||
<programlisting language="csharp">public class HibernateProductDao extends HibernateDaoSupport implements ProductDao {
|
||||
<programlisting language="csharp">public class HibernateProductDao : HibernateDaoSupport, IProductDao {
|
||||
|
||||
public Customer SaveOrUpdate(Customer customer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user