Package org.hibernate.mapping
Interface Filterable
- All Known Implementing Classes:
Array,Bag,Collection,IdentifierBag,IdentifierCollection,IndexedCollection,JoinedSubclass,List,Map,PersistentClass,PrimitiveArray,RootClass,Set,SingleTableSubclass,Subclass,UnionSubclass
public interface Filterable
Defines mapping elements to which filters may be applied.
- Author:
- Steve Ebersole
-
Method Summary
-
Method Details
-
addFilter
-
getFilters
List<FilterConfiguration> getFilters()
-