Uses of Interface
org.hibernate.processor.model.MetaAttribute
-
Packages that use MetaAttribute Package Description org.hibernate.processor.annotation Implementation of the model classes backed by annotations.org.hibernate.processor.model org.hibernate.processor.xml Implementation of the model classes backed by annotations. -
-
Uses of MetaAttribute in org.hibernate.processor.annotation
Classes in org.hibernate.processor.annotation that implement MetaAttribute Modifier and Type Class Description classAbstractAnnotatedMethodclassAbstractCriteriaMethodclassAbstractFinderMethodclassAbstractQueryMethodclassAnnotationMetaAttributeCaptures all information about an annotated persistent attribute.classAnnotationMetaCollectionclassAnnotationMetaMapclassAnnotationMetaSingleAttributeclassAnnotationMetaTypeclassCriteriaDeleteMethodclassCriteriaFinderMethodclassDataAnnotationMetaAttributeCaptures all information about an annotated persistent attribute.classDefaultConstructorUsed by the container to instantiate a Jakarta Data repository.classIdFinderMethodclassLifecycleMethodclassNaturalIdFinderMethodclassQueryMethodclassRepositoryConstructorA general purpose constructor which accepts the session.Methods in org.hibernate.processor.annotation that return types with arguments of type MetaAttribute Modifier and Type Method Description List<MetaAttribute>AnnotationMetaEntity. getMembers()List<MetaAttribute>AnnotationMetaPackage. getMembers() -
Uses of MetaAttribute in org.hibernate.processor.model
Subinterfaces of MetaAttribute in org.hibernate.processor.model Modifier and Type Interface Description interfaceMetaCollectioninterfaceMetaSingleAttributeMethods in org.hibernate.processor.model that return types with arguments of type MetaAttribute Modifier and Type Method Description List<MetaAttribute>Metamodel. getMembers() -
Uses of MetaAttribute in org.hibernate.processor.xml
Classes in org.hibernate.processor.xml that implement MetaAttribute Modifier and Type Class Description classXmlMetaAttributeclassXmlMetaCollectionclassXmlMetaMapclassXmlMetaSingleAttributeMethods in org.hibernate.processor.xml that return types with arguments of type MetaAttribute Modifier and Type Method Description List<MetaAttribute>XmlMetaEntity. getMembers()
-