Uses of Interface
org.hibernate.models.serial.spi.StorableForm
Packages that use StorableForm
Package
Description
-
Uses of StorableForm in org.hibernate.models.internal.jdk
Classes in org.hibernate.models.internal.jdk that implement StorableForm -
Uses of StorableForm in org.hibernate.models.serial.internal
Classes in org.hibernate.models.serial.internal that implement StorableForm -
Uses of StorableForm in org.hibernate.models.serial.spi
Classes in org.hibernate.models.serial.spi with type parameters of type StorableFormModifier and TypeInterfaceDescriptioninterfaceStorable<T,S extends StorableForm<T>> A part of the model context which can be stored in the context's serial form.Subinterfaces of StorableForm in org.hibernate.models.serial.spiModifier and TypeInterfaceDescriptioninterfaceSerialAnnotationDescriptor<A extends Annotation>interface