Uses of Interface
org.hibernate.models.spi.FieldDetails
Packages that use FieldDetails
Package
Description
Support for dynamic class and attribute mappings.
-
Uses of FieldDetails in org.hibernate.models.internal
Methods in org.hibernate.models.internal that return types with arguments of type FieldDetailsMethod parameters in org.hibernate.models.internal with type arguments of type FieldDetailsModifier and TypeMethodDescriptiondefault voidClassDetailsSupport.forEachField(IndexedConsumer<FieldDetails> consumer) voidSimpleClassDetails.forEachField(IndexedConsumer<FieldDetails> consumer) -
Uses of FieldDetails in org.hibernate.models.internal.dynamic
Classes in org.hibernate.models.internal.dynamic that implement FieldDetailsModifier and TypeClassDescriptionclassFieldDetails which does not necessarily map to a physical Field (dynamic models)Methods in org.hibernate.models.internal.dynamic that return types with arguments of type FieldDetailsMethods in org.hibernate.models.internal.dynamic with parameters of type FieldDetails -
Uses of FieldDetails in org.hibernate.models.internal.jandex
Classes in org.hibernate.models.internal.jandex that implement FieldDetailsMethods in org.hibernate.models.internal.jandex that return types with arguments of type FieldDetailsMethods in org.hibernate.models.internal.jandex with parameters of type FieldDetails -
Uses of FieldDetails in org.hibernate.models.internal.jdk
Classes in org.hibernate.models.internal.jdk that implement FieldDetailsMethods in org.hibernate.models.internal.jdk that return types with arguments of type FieldDetailsMethods in org.hibernate.models.internal.jdk with parameters of type FieldDetails -
Uses of FieldDetails in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return FieldDetailsModifier and TypeMethodDescriptiondefault FieldDetailsClassDetails.findField(Predicate<FieldDetails> check) Find a field by checkdefault FieldDetailsClassDetails.findFieldByName(String name) Find a field by nameMethods in org.hibernate.models.spi that return types with arguments of type FieldDetailsMethods in org.hibernate.models.spi with parameters of type FieldDetailsMethod parameters in org.hibernate.models.spi with type arguments of type FieldDetailsModifier and TypeMethodDescriptiondefault FieldDetailsClassDetails.findField(Predicate<FieldDetails> check) Find a field by checkvoidClassDetails.forEachField(IndexedConsumer<FieldDetails> consumer) Visit each field