Uses of Interface
com.tarsolution.notifyman.common.share.IHasPrimaryKey
-
Packages that use IHasPrimaryKey Package Description com.tarsolution.notifyman.common.dto com.tarsolution.notifyman.core.base com.tarsolution.notifyman.data.entity -
-
Uses of IHasPrimaryKey in com.tarsolution.notifyman.common.dto
Classes in com.tarsolution.notifyman.common.dto that implement IHasPrimaryKey Modifier and Type Class Description class
AppAttributesDTO
-
Uses of IHasPrimaryKey in com.tarsolution.notifyman.core.base
Classes in com.tarsolution.notifyman.core.base with type parameters of type IHasPrimaryKey Modifier and Type Class Description class
AbstractMapper<T,DTO extends IHasPrimaryKey<T>,ENTITY extends IHasPrimaryKey<T>>
class
AbstractMapper<T,DTO extends IHasPrimaryKey<T>,ENTITY extends IHasPrimaryKey<T>>
-
Uses of IHasPrimaryKey in com.tarsolution.notifyman.data.entity
Classes in com.tarsolution.notifyman.data.entity that implement IHasPrimaryKey Modifier and Type Class Description class
AppAttributes
class
AuthorizationCode
class
Notification
class
NotificationType
class
Outbound
class
Template
class
Token
class
User
class
UserAttribute
class
UserAttributesValue
class
UserOutbound
-