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 types with arguments of type RecordComponentDetails -
Uses of RecordComponentDetails in org.hibernate.models.internal.dynamic
Methods in org.hibernate.models.internal.dynamic that return types with arguments of type RecordComponentDetails -
Uses of RecordComponentDetails in org.hibernate.models.internal.jandex
Classes in org.hibernate.models.internal.jandex that implement RecordComponentDetailsMethods in org.hibernate.models.internal.jandex 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 types with arguments of type RecordComponentDetails -
Uses of RecordComponentDetails in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return RecordComponentDetailsModifier and TypeMethodDescriptiondefault 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 check