List of usage examples for org.hibernate.collection.spi PersistentCollection interface-usage
From source file org.babyfish.hibernate.collection.spi.PersistentCollection.java
/** * @author Tao Chen */ public interface PersistentCollection<E> extends org.hibernate.collection.spi.PersistentCollection, Serializable { String getNonNullRole();
From source file org.jboss.as.hibernate.test.MyPersistentCollection.java
public class MyPersistentCollection implements PersistentCollection { @Override public Object getOwner() { return null; }