Uses of Interface
org.hibernate.models.spi.RecordComponentDetails
Packages that use RecordComponentDetails
Package
Description
Support for dynamic class and attribute mappings.
-
Uses of RecordComponentDetails in org.hibernate.models.internal
Methods in org.hibernate.models.internal that return RecordComponentDetailsModifier and TypeMethodDescriptionAbstractAnnotationDescriptor.asRecordComponentDetails()AnnotationTargetSupport.asRecordComponentDetails()default RecordComponentDetailsClassDetailsSupport.asRecordComponentDetails()Methods in org.hibernate.models.internal that return types with arguments of type RecordComponentDetailsModifier and TypeMethodDescriptionMissingPackageInfoDetails.getRecordComponents()SimpleClassDetails.getRecordComponents()Method parameters in org.hibernate.models.internal with type arguments of type RecordComponentDetailsModifier and TypeMethodDescriptiondefault voidClassDetailsSupport.forEachRecordComponent(IndexedConsumer<RecordComponentDetails> consumer) voidMissingPackageInfoDetails.forEachRecordComponent(IndexedConsumer<RecordComponentDetails> consumer) voidSimpleClassDetails.forEachRecordComponent(IndexedConsumer<RecordComponentDetails> consumer) -
Uses of RecordComponentDetails in org.hibernate.models.internal.dynamic
Methods in org.hibernate.models.internal.dynamic that return RecordComponentDetailsMethods in org.hibernate.models.internal.dynamic that return types with arguments of type RecordComponentDetails -
Uses of RecordComponentDetails in org.hibernate.models.internal.jdk
Classes in org.hibernate.models.internal.jdk that implement RecordComponentDetailsMethods in org.hibernate.models.internal.jdk that return RecordComponentDetailsModifier and TypeMethodDescriptionJdkFieldDetails.asRecordComponentDetails()JdkMethodDetails.asRecordComponentDetails()JdkRecordComponentDetails.asRecordComponentDetails()Methods in org.hibernate.models.internal.jdk that return types with arguments of type RecordComponentDetails -
Uses of RecordComponentDetails in org.hibernate.models.rendering.internal
Methods in org.hibernate.models.rendering.internal with parameters of type RecordComponentDetailsModifier and TypeMethodDescriptionvoidSimpleRenderer.renderRecordComponentDetails(RecordComponentDetails recordComponentDetails, ModelsContext context) -
Uses of RecordComponentDetails in org.hibernate.models.rendering.spi
Methods in org.hibernate.models.rendering.spi with parameters of type RecordComponentDetailsModifier and TypeMethodDescriptionvoidAbstractRenderer.renderRecordComponent(RecordComponentDetails recordComponentDetails, ModelsContext context) voidRenderer.renderRecordComponent(RecordComponentDetails recordComponentDetails, ModelsContext context) Render details about the record componentprotected abstract voidAbstractRenderer.renderRecordComponentDetails(RecordComponentDetails recordComponentDetails, ModelsContext context) -
Uses of RecordComponentDetails in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return RecordComponentDetailsModifier and TypeMethodDescriptiondefault RecordComponentDetailsAnnotationDescriptor.asRecordComponentDetails()AnnotationTarget.asRecordComponentDetails()Safe cast method for cases when the target is a record component.default RecordComponentDetailsClassDetails.asRecordComponentDetails()default RecordComponentDetailsFieldDetails.asRecordComponentDetails()default RecordComponentDetailsMethodDetails.asRecordComponentDetails()default RecordComponentDetailsMutableClassDetails.asRecordComponentDetails()default RecordComponentDetailsRecordComponentDetails.asRecordComponentDetails()default RecordComponentDetailsClassDetails.findRecordComponent(Predicate<RecordComponentDetails> check) Find a record component by checkdefault RecordComponentDetailsClassDetails.findRecordComponentByName(String name) Find a record component by nameMethods in org.hibernate.models.spi that return types with arguments of type RecordComponentDetailsModifier and TypeMethodDescriptionClassDetails.getRecordComponents()Get the record components for this classMethod parameters in org.hibernate.models.spi with type arguments of type RecordComponentDetailsModifier and TypeMethodDescriptiondefault RecordComponentDetailsClassDetails.findRecordComponent(Predicate<RecordComponentDetails> check) Find a record component by checkvoidClassDetails.forEachRecordComponent(IndexedConsumer<RecordComponentDetails> consumer) Visit each method