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 TypeInterfaceDescriptioninterfaceinterface -
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)classMethodDetails which does not necessarily map to a physical Method (dynamic models) -
Uses of MutableAnnotationTarget in org.hibernate.models.internal.jandex
Classes in org.hibernate.models.internal.jandex that implement MutableAnnotationTargetModifier and TypeClassDescriptionclassclassclassclassclass -
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 neededclassAnnotationDescriptorImpl<A extends Annotation>AnnotationDescriptor built from the Annotation's Class referenceclassClassDetails 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