Uses of Class
org.eclipse.persistence.annotations.DatabaseChangeNotificationType
-
Packages that use DatabaseChangeNotificationType Package Description org.eclipse.persistence.annotations org.eclipse.persistence.descriptors -
-
Uses of DatabaseChangeNotificationType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return DatabaseChangeNotificationType Modifier and Type Method Description DatabaseChangeNotificationTypedatabaseChangeNotificationType()(Optional) The database change notification mode.static DatabaseChangeNotificationTypeDatabaseChangeNotificationType. valueOf(String name)Returns 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 DatabaseChangeNotificationType Modifier and Type Field Description protected DatabaseChangeNotificationTypeCachePolicy. databaseChangeNotificationTypeAllows configuration of database change event notification.Methods in org.eclipse.persistence.descriptors that return DatabaseChangeNotificationType Modifier and Type Method Description DatabaseChangeNotificationTypeCachePolicy. getDatabaseChangeNotificationType()Returns what type of database change notification an entity/descriptor should use.Methods in org.eclipse.persistence.descriptors with parameters of type DatabaseChangeNotificationType Modifier and Type Method Description voidCachePolicy. setDatabaseChangeNotificationType(DatabaseChangeNotificationType databaseChangeNotificationType)Configures what type of database change notification an entity/descriptor should use.
-