Class StandardListSemantics<E>

java.lang.Object
org.hibernate.collection.internal.StandardListSemantics<E>
All Implemented Interfaces:
CollectionSemantics<List<E>,E>

public class StandardListSemantics<E> extends Object implements CollectionSemantics<List<E>,E>
Hibernate's standard CollectionSemantics for Lists