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 class
AbstractAnnotatedMethod
class
AbstractCriteriaMethod
class
AbstractFinderMethod
class
AbstractQueryMethod
class
AnnotationMetaAttribute
Captures all information about an annotated persistent attribute.class
AnnotationMetaCollection
class
AnnotationMetaMap
class
AnnotationMetaSingleAttribute
class
AnnotationMetaType
class
CriteriaDeleteMethod
class
CriteriaFinderMethod
class
DataAnnotationMetaAttribute
Captures all information about an annotated persistent attribute.class
DefaultConstructor
Used by the container to instantiate a Jakarta Data repository.class
IdFinderMethod
class
LifecycleMethod
class
NaturalIdFinderMethod
class
QueryMethod
class
RepositoryConstructor
A 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 interface
MetaCollection
interface
MetaSingleAttribute
Methods 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 class
XmlMetaAttribute
class
XmlMetaCollection
class
XmlMetaMap
class
XmlMetaSingleAttribute
Methods in org.hibernate.processor.xml that return types with arguments of type MetaAttribute Modifier and Type Method Description List<MetaAttribute>
XmlMetaEntity. getMembers()
-