Uses of Interface
org.hibernate.models.serial.spi.Storable
Packages that use Storable
Package
Description
Support for dynamic class and attribute mappings.
-
Uses of Storable in org.hibernate.models.internal
Subinterfaces of Storable in org.hibernate.models.internalClasses in org.hibernate.models.internal that implement StorableModifier and TypeClassDescriptionclassAbstractAnnotationDescriptor<A extends Annotation>Base support forAnnotationDescriptorimplementationsfinal recordClassDetails implementation used to represent apackage-infodetails when there is not a physicalpackage-infoclass.classOrmAnnotationDescriptor<A extends Annotation,C extends A> Specialized AnnotationDescriptor implementation intended for use in describing Hibernate and JPA annotations.classClassDetails implementation for cases where we do not care about fields, methods, record-components nor annotationsclassStandardAnnotationDescriptor<A extends Annotation>Simple implementation ofAnnotationDescriptor. -
Uses of Storable in org.hibernate.models.internal.dynamic
Classes in org.hibernate.models.internal.dynamic that implement StorableModifier and TypeClassDescriptionclassClassDetails which does not necessarily map to a physical Class (dynamic models) -
Uses of Storable in org.hibernate.models.internal.jdk
Classes in org.hibernate.models.internal.jdk that implement Storable -
Uses of Storable in org.hibernate.models.spi
Subinterfaces of Storable in org.hibernate.models.spiModifier and TypeInterfaceDescriptioninterfaceAnnotationDescriptor<A extends Annotation>Describes an annotation type (the Class)interfaceAbstraction for what Hibernate understands about a "class", generally before it has access to the actualClassreference, if there is aClassat all (dynamic models).interfaceMutableAnnotationDescriptor<A extends Annotation,C extends A> interfaceExtension of ClassDetails which allows manipulation of the members