Interface Fetchable

All Superinterfaces:
Bindable, JdbcMappingContainer, MappingModelExpressible, ModelPart
All Known Subinterfaces:
AggregatedIdentifierMapping, Association, AttributeMapping, BasicEntityIdentifierMapping, BasicValuedModelPart, CollectionIdentifierDescriptor, CollectionPart, CompositeIdentifierMapping, DatabaseSnapshotContributor, DiscriminatedAssociationModelPart, DiscriminatorMapping, EmbeddableDiscriminatorMapping, EmbeddableValuedFetchable, EmbeddableValuedModelPart, EntityAssociationMapping, EntityDiscriminatorMapping, EntityIdentifierMapping, EntityRowIdMapping, EntityValuedFetchable, EntityVersionMapping, NonAggregatedIdentifierMapping, PluralAttributeMapping, org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping, SingularAttributeMapping

@Incubating public interface Fetchable extends ModelPart
Parts of the domain model that can be fetched. In other words, a ModelPart which can produce Fetch references.