Class QueueEntryIdColumnMapper
java.lang.Object
dk.cloudcreate.essentials.types.jdbi.CharSequenceTypeColumnMapper<dk.cloudcreate.essentials.components.foundation.messaging.queue.QueueEntryId>
dk.cloudcreate.essentials.components.queue.postgresql.jdbi.QueueEntryIdColumnMapper
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.ColumnMapper<dk.cloudcreate.essentials.components.foundation.messaging.queue.QueueEntryId>
public final class QueueEntryIdColumnMapper
extends dk.cloudcreate.essentials.types.jdbi.CharSequenceTypeColumnMapper<dk.cloudcreate.essentials.components.foundation.messaging.queue.QueueEntryId>
QueueEntryId ColumnMapper-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dk.cloudcreate.essentials.types.jdbi.CharSequenceTypeColumnMapper
mapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.mapper.ColumnMapper
init, map
-
Constructor Details
-
QueueEntryIdColumnMapper
public QueueEntryIdColumnMapper()
-