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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class dk.cloudcreate.essentials.types.jdbi.CharSequenceTypeArgumentFactory

    build

    Methods inherited from class org.jdbi.v3.core.argument.AbstractArgumentFactory

    build, prepare, prePreparedTypes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QueueEntryIdArgumentFactory

      public QueueEntryIdArgumentFactory()