Class TableChangeNotification
- java.lang.Object
-
- dk.cloudcreate.essentials.components.foundation.postgresql.TableChangeNotification
-
public class TableChangeNotification extends Object
Represents a base notification, which is a change to a given table caused by a specificListenNotify.SqlOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTableChangeNotification()protectedTableChangeNotification(String tableName, ListenNotify.SqlOperation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ListenNotify.SqlOperationgetOperation()StringgetTableName()inthashCode()
-
-
-
Constructor Detail
-
TableChangeNotification
protected TableChangeNotification()
-
TableChangeNotification
protected TableChangeNotification(String tableName, ListenNotify.SqlOperation operation)
-
-