Interface Loadable

All Superinterfaces:
Bindable, JdbcMappingContainer, MappingModelExpressible, ModelPart, ModelPartContainer, RootTableGroupProducer, TableGroupProducer
All Known Subinterfaces:
DeprecatedEntityStuff, EntityMappingType, EntityPersister, InFlightEntityMappingType, Loadable, Lockable, OuterJoinLoadable, PluralAttributeMapping, PostInsertIdentityPersister, Queryable, SQLLoadable, UniqueKeyLoadable
All Known Implementing Classes:
AbstractEntityPersister, AnonymousTupleEntityValuedModelPart, JoinedSubclassEntityPersister, PluralAttributeMappingImpl, 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).
Author:
Steve Ebersole
See Also: