Interface Loadable

All Superinterfaces:
Bindable, JdbcMappingContainer, MappingModelExpressible, ModelPart, ModelPartContainer, RootTableGroupProducer, TableGroupProducer
All Known Subinterfaces:
EntityMappingType, EntityPersister, InFlightEntityMappingType, PluralAttributeMapping
All Known Implementing Classes:
AbstractEntityPersister, AnonymousTupleEntityValuedModelPart, JoinedSubclassEntityPersister, MockEntityPersister, PluralAttributeMappingImpl, ProcessorSessionFactory.EntityPersister, SingleTableEntityPersister, UnionSubclassEntityPersister

public interface Loadable extends ModelPart, RootTableGroupProducer
Common details for things that can be loaded by a loader - generally entities and plural attributes (collections).
See Also: