org.hibernate.metamodel.source.binder
Interface SubclassEntityContainer
- All Known Subinterfaces:
- EntitySource, RootEntitySource, SubclassEntitySource
- All Known Implementing Classes:
- AbstractEntitySourceImpl, EntitySourceImpl, RootEntitySourceImpl, RootEntitySourceImpl, SubclassEntitySourceImpl, SubclassEntitySourceImpl
public interface SubclassEntityContainer
Contract for elements within a EntityHierarchy which can contain sub elements. Essentially this
abstracts that common aspect away from both root and sub entities.
add
void add(SubclassEntitySource subclassEntitySource)
subclassEntitySources
Iterable<SubclassEntitySource> subclassEntitySources()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.