Class NotificationSetImpl_
- java.lang.Object
-
- com.atlassian.bamboo.notification.NotificationSetImpl_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class NotificationSetImpl_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
NOTIFICATION_RULES
static String
NOTIFICATION_SET_TYPE
static javax.persistence.metamodel.SetAttribute<NotificationSetImpl,NotificationRule>
notificationRules
static javax.persistence.metamodel.SingularAttribute<NotificationSetImpl,NotificationSet.NotificationSetType>
notificationSetType
static String
SORTED_NOTIFICATION_RULES
static javax.persistence.metamodel.ListAttribute<NotificationSetImpl,NotificationRule>
sortedNotificationRules
-
Constructor Summary
Constructors Constructor Description NotificationSetImpl_()
-
-
-
Field Detail
-
sortedNotificationRules
public static volatile javax.persistence.metamodel.ListAttribute<NotificationSetImpl,NotificationRule> sortedNotificationRules
-
notificationSetType
public static volatile javax.persistence.metamodel.SingularAttribute<NotificationSetImpl,NotificationSet.NotificationSetType> notificationSetType
-
notificationRules
public static volatile javax.persistence.metamodel.SetAttribute<NotificationSetImpl,NotificationRule> notificationRules
-
SORTED_NOTIFICATION_RULES
public static final String SORTED_NOTIFICATION_RULES
- See Also:
- Constant Field Values
-
NOTIFICATION_SET_TYPE
public static final String NOTIFICATION_SET_TYPE
- See Also:
- Constant Field Values
-
NOTIFICATION_RULES
public static final String NOTIFICATION_RULES
- See Also:
- Constant Field Values
-
-