public class AlertNoticeEntity_ extends Object
AlertNoticeEntity_
is a strongly typed metamodel for creating
CriteriaQuery
for AlertNoticeEntity
.Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,AlertNoticeEntity> |
alertHistory |
static javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,AlertTargetEntity> |
alertTarget |
static javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,Long> |
notificationId |
static javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,NotificationState> |
notifyState |
static javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,String> |
uuid |
Constructor and Description |
---|
AlertNoticeEntity_() |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<? extends javax.persistence.metamodel.SingularAttribute<?,?>>> |
getPredicateMapping()
Gets a mapping of between a resource provider property, like
AlertNoticeResourceProvider.ALERT_NOTICE_STATE to a metamodel
SingularAttribute . |
public static volatile javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,Long> notificationId
public static volatile javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,NotificationState> notifyState
public static volatile javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,String> uuid
public static volatile javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,AlertNoticeEntity> alertHistory
public static volatile javax.persistence.metamodel.SingularAttribute<AlertNoticeEntity,AlertTargetEntity> alertTarget
public static Map<String,List<? extends javax.persistence.metamodel.SingularAttribute<?,?>>> getPredicateMapping()
AlertNoticeResourceProvider.ALERT_NOTICE_STATE
to a metamodel
SingularAttribute
.
This is used when converting an Ambari Predicate
into a JPA
Predicate
and we need a type-safe
conversion between "category/property" and JPA field names.
Multiple SingularAttribute
instances can be chained together in
order to provide an entity.subEntity.field
reference.Copyright © 2022 Apache Software Foundation. All rights reserved.