org.hibernate.test.usercollection.parameterized
Interface DefaultableList

All Superinterfaces:
Collection, Iterable, List
All Known Implementing Classes:
DefaultableListImpl, PersistentDefaultableList

public interface DefaultableList
extends List

Our specialized collection contract


Method Summary
 String getDefaultValue()
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getDefaultValue

String getDefaultValue()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.