Uses of Interface
org.hibernate.models.spi.SourceModelContext
Packages that use SourceModelContext
Package
Description
Support for dynamic class and attribute mappings.
-
Uses of SourceModelContext in org.hibernate.models.internal
Classes in org.hibernate.models.internal that implement SourceModelContext -
Uses of SourceModelContext in org.hibernate.models.internal.dynamic
Constructors in org.hibernate.models.internal.dynamic with parameters of type SourceModelContextModifierConstructorDescriptionDynamicAnnotationUsage(AnnotationDescriptor<A> annotationDescriptor, AnnotationTarget target, SourceModelContext context) DynamicAnnotationUsage(AnnotationDescriptor<A> annotationDescriptor, SourceModelContext context) -
Uses of SourceModelContext in org.hibernate.models.spi
Subinterfaces of SourceModelContext in org.hibernate.models.spiModifier and TypeInterfaceDescriptioninterfaceContext object used while building references forAnnotationDescriptor,AnnotationUsageand friends.