Package org.hibernate.models.serial.spi
Interface Storable<T,S extends StorableForm<T>>
- Type Parameters:
T- The storable's typeS- The storable's serial-type's type
- All Known Subinterfaces:
AnnotationDescriptor<A>,ClassDetails,ClassDetailsSupport,MutableAnnotationDescriptor<A,,C> MutableClassDetails
- All Known Implementing Classes:
AbstractAnnotationDescriptor,DynamicClassDetails,JdkClassDetails,MissingPackageInfoDetails,OrmAnnotationDescriptor,SimpleClassDetails,StandardAnnotationDescriptor
public interface Storable<T,S extends StorableForm<T>>
A part of the model context which can
be stored in the context's serial form.
-
Method Summary
-
Method Details
-
toStorableForm
S toStorableForm()
-