org.wamblee.persistence.hibernate
Class HibernateMappingFiles
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<String>
org.wamblee.persistence.hibernate.HibernateMappingFiles
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess
public class HibernateMappingFiles
- extends ArrayList<String>
Hibernate mapping files to use.
- Author:
- Erik Brakkee
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
HibernateMappingFiles
public HibernateMappingFiles()
- Constructs an empty list of hibernate mapping files.
HibernateMappingFiles
public HibernateMappingFiles(String[] aFiles)
- Constructs the list of Spring config files.
- Parameters:
aFiles - Files.
Copyright © 2011. All Rights Reserved.