Class QueueNameColumnMapper
java.lang.Object
dk.cloudcreate.essentials.types.jdbi.CharSequenceTypeColumnMapper<dk.cloudcreate.essentials.components.foundation.messaging.queue.QueueName>
dk.cloudcreate.essentials.components.queue.postgresql.jdbi.QueueNameColumnMapper
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.ColumnMapper<dk.cloudcreate.essentials.components.foundation.messaging.queue.QueueName>
public final class QueueNameColumnMapper
extends dk.cloudcreate.essentials.types.jdbi.CharSequenceTypeColumnMapper<dk.cloudcreate.essentials.components.foundation.messaging.queue.QueueName>
QueueName 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
-
QueueNameColumnMapper
public QueueNameColumnMapper()
-