File
Doc
Category
Size
Date
Package
PersistentMyList.java
API Doc
Hibernate 3.2.5
402
Tue May 08 22:52:56 BST 2007
org.hibernate.test.usercollection.basic
PersistentMyList
java.lang.Object
org.hibernate.collection.PersistentList
public class PersistentMyList extends org.hibernate.collection.PersistentList implements IMyList
Fields Summary
Constructors Summary
public PersistentMyList
(
org.hibernate.engine.SessionImplementor
session)
super(session);
public PersistentMyList
(
org.hibernate.engine.SessionImplementor
session,
IMyList
list)
super(session, list);
Methods Summary
Java Code Source