Uses of Interface
org.hibernate.models.spi.MutableAnnotationTarget
Packages that use MutableAnnotationTarget
Package
Description
Support for dynamic class and attribute mappings.
-
Uses of MutableAnnotationTarget in org.hibernate.models.internal
Subinterfaces of MutableAnnotationTarget in org.hibernate.models.internalModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.hibernate.models.internal that implement MutableAnnotationTargetModifier and TypeClassDescriptionclassAbstractAnnotationDescriptor<A extends Annotation>Base support forAnnotationDescriptorimplementationsclassclassOrmAnnotationDescriptor<A extends Annotation,C extends A> Specialized AnnotationDescriptor implementation intended for use in describing Hibernate and JPA annotations.classStandardAnnotationDescriptor<A extends Annotation>Simple implementation ofAnnotationDescriptor. -
Uses of MutableAnnotationTarget in org.hibernate.models.internal.dynamic
Classes in org.hibernate.models.internal.dynamic that implement MutableAnnotationTargetModifier and TypeClassDescriptionclassclassClassDetails which does not necessarily map to a physical Class (dynamic models)classFieldDetails which does not necessarily map to a physical Field (dynamic models). -
Uses of MutableAnnotationTarget in org.hibernate.models.internal.jdk
Classes in org.hibernate.models.internal.jdk that implement MutableAnnotationTargetModifier and TypeClassDescriptionclassAnnotationTarget where we know the annotations up front, but want to delay processing them until (unless!) they are neededclassClassDetails implementation based on aClassreferenceclassclassclass -
Uses of MutableAnnotationTarget in org.hibernate.models.spi
Subinterfaces of MutableAnnotationTarget in org.hibernate.models.spiModifier and TypeInterfaceDescriptioninterfaceExtension of ClassDetails which allows manipulation of the membersinterfaceUnion of MemberDetails and MutableAnnotationTarget