Class QueueEntryIdArgumentFactory
java.lang.Object
org.jdbi.v3.core.argument.AbstractArgumentFactory<T>
dk.cloudcreate.essentials.types.jdbi.CharSequenceTypeArgumentFactory<dk.cloudcreate.essentials.components.foundation.messaging.queue.QueueEntryId>
dk.cloudcreate.essentials.components.queue.postgresql.jdbi.QueueEntryIdArgumentFactory
- All Implemented Interfaces:
org.jdbi.v3.core.argument.ArgumentFactory,org.jdbi.v3.core.argument.ArgumentFactory.Preparable
public final class QueueEntryIdArgumentFactory
extends dk.cloudcreate.essentials.types.jdbi.CharSequenceTypeArgumentFactory<dk.cloudcreate.essentials.components.foundation.messaging.queue.QueueEntryId>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdbi.v3.core.argument.ArgumentFactory
org.jdbi.v3.core.argument.ArgumentFactory.Preparable -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dk.cloudcreate.essentials.types.jdbi.CharSequenceTypeArgumentFactory
buildMethods inherited from class org.jdbi.v3.core.argument.AbstractArgumentFactory
build, prepare, prePreparedTypes
-
Constructor Details
-
QueueEntryIdArgumentFactory
public QueueEntryIdArgumentFactory()
-