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.


Method Summary
 void add(SubclassEntitySource subclassEntitySource)
           
 Iterable<SubclassEntitySource> subclassEntitySources()
           
 

Method Detail

add

void add(SubclassEntitySource subclassEntitySource)

subclassEntitySources

Iterable<SubclassEntitySource> subclassEntitySources()


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