public static final String |
DATA_SOURCE |
"liferayDataSource" |
public static final String |
ORDER_BY_JPQL |
" ORDER BY userNotificationEvent.timestamp DESC" |
public static final String |
ORDER_BY_SQL |
" ORDER BY Notifications_UserNotificationEvent.timestamp DESC" |
public static final String |
SESSION_FACTORY |
"liferaySessionFactory" |
public static final String |
TABLE_NAME |
"Notifications_UserNotificationEvent" |
public static final String |
TABLE_SQL_CREATE |
"create table Notifications_UserNotificationEvent (notificationEventId LONG not null primary key,companyId LONG,userId LONG,userNotificationEventId LONG,timestamp LONG,delivered BOOLEAN,actionRequired BOOLEAN,archived BOOLEAN)" |
public static final String |
TABLE_SQL_DROP |
"drop table Notifications_UserNotificationEvent" |
public static final String |
TX_MANAGER |
"liferayTransactionManager" |