Uses of Enum
org.eclipse.persistence.annotations.DatabaseChangeNotificationType
Packages that use DatabaseChangeNotificationType
-
Uses of DatabaseChangeNotificationType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return DatabaseChangeNotificationTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DatabaseChangeNotificationType[]DatabaseChangeNotificationType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DatabaseChangeNotificationType in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as DatabaseChangeNotificationTypeModifier and TypeFieldDescriptionprotected DatabaseChangeNotificationTypeCachePolicy.databaseChangeNotificationTypeAllows configuration of database change event notification.Methods in org.eclipse.persistence.descriptors that return DatabaseChangeNotificationTypeModifier and TypeMethodDescriptionCachePolicy.getDatabaseChangeNotificationType()Returns what type of database change notification an entity/descriptor should use.Methods in org.eclipse.persistence.descriptors with parameters of type DatabaseChangeNotificationTypeModifier and TypeMethodDescriptionvoidCachePolicy.setDatabaseChangeNotificationType(DatabaseChangeNotificationType databaseChangeNotificationType) Configures what type of database change notification an entity/descriptor should use.