Class EntityInstanceDao

java.lang.Object
org.jooq.impl.DAOImpl<EntityInstanceRecord,EntityInstance,org.jooq.Record2<Integer,Long>>
org.trustdeck.jooq.generated.tables.daos.EntityInstanceDao
All Implemented Interfaces:
org.jooq.DAO<EntityInstanceRecord,EntityInstance,org.jooq.Record2<Integer,Long>>

public class EntityInstanceDao extends org.jooq.impl.DAOImpl<EntityInstanceRecord,EntityInstance,org.jooq.Record2<Integer,Long>>
This class is generated by jOOQ.
  • Constructor Details

    • EntityInstanceDao

      public EntityInstanceDao()
      Create a new EntityInstanceDao without any configuration
    • EntityInstanceDao

      public EntityInstanceDao(org.jooq.Configuration configuration)
      Create a new EntityInstanceDao with an attached configuration
  • Method Details

    • getId

      public org.jooq.Record2<Integer,Long> getId(EntityInstance object)
    • fetchRangeOfId

      public List<EntityInstance> fetchRangeOfId(Long lowerInclusive, Long upperInclusive)
      Fetch records that have id BETWEEN lowerInclusive AND upperInclusive
    • fetchById

      public List<EntityInstance> fetchById(Long... values)
      Fetch records that have id IN (values)
    • fetchRangeOfTrustdeckId

      public List<EntityInstance> fetchRangeOfTrustdeckId(UUID lowerInclusive, UUID upperInclusive)
      Fetch records that have trustdeck_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByTrustdeckId

      public List<EntityInstance> fetchByTrustdeckId(UUID... values)
      Fetch records that have trustdeck_id IN (values)
    • fetchRangeOfProjectId

      public List<EntityInstance> fetchRangeOfProjectId(Integer lowerInclusive, Integer upperInclusive)
      Fetch records that have project_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByProjectId

      public List<EntityInstance> fetchByProjectId(Integer... values)
      Fetch records that have project_id IN (values)
    • fetchRangeOfEntityTypeId

      public List<EntityInstance> fetchRangeOfEntityTypeId(Integer lowerInclusive, Integer upperInclusive)
      Fetch records that have entity_type_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByEntityTypeId

      public List<EntityInstance> fetchByEntityTypeId(Integer... values)
      Fetch records that have entity_type_id IN (values)
    • fetchRangeOfData

      public List<EntityInstance> fetchRangeOfData(org.jooq.JSONB lowerInclusive, org.jooq.JSONB upperInclusive)
      Fetch records that have data BETWEEN lowerInclusive AND upperInclusive
    • fetchByData

      public List<EntityInstance> fetchByData(org.jooq.JSONB... values)
      Fetch records that have data IN (values)
    • fetchRangeOfFullTextSearchVector

      @Deprecated public List<EntityInstance> fetchRangeOfFullTextSearchVector(Object lowerInclusive, Object upperInclusive)
      Deprecated.
      Unknown data type. If this is a qualified, user-defined type, it may have been excluded from code generation. If this is a built-in type, you can define an explicit Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.
    • fetchByFullTextSearchVector

      @Deprecated public List<EntityInstance> fetchByFullTextSearchVector(Object... values)
      Deprecated.
      Unknown data type. If this is a qualified, user-defined type, it may have been excluded from code generation. If this is a built-in type, you can define an explicit Binding to specify how this type should be handled. Deprecation can be turned off using <deprecationOnUnknownTypes/> in your code generator configuration.
    • fetchRangeOfDataText

      public List<EntityInstance> fetchRangeOfDataText(String lowerInclusive, String upperInclusive)
      Fetch records that have data_text BETWEEN lowerInclusive AND upperInclusive
    • fetchByDataText

      public List<EntityInstance> fetchByDataText(String... values)
      Fetch records that have data_text IN (values)
    • fetchRangeOfDataSha256

      public List<EntityInstance> fetchRangeOfDataSha256(byte[] lowerInclusive, byte[] upperInclusive)
      Fetch records that have data_sha256 BETWEEN lowerInclusive AND upperInclusive
    • fetchByDataSha256

      public List<EntityInstance> fetchByDataSha256(byte[]... values)
      Fetch records that have data_sha256 IN (values)
    • fetchRangeOfIsDeleted

      public List<EntityInstance> fetchRangeOfIsDeleted(Boolean lowerInclusive, Boolean upperInclusive)
      Fetch records that have is_deleted BETWEEN lowerInclusive AND upperInclusive
    • fetchByIsDeleted

      public List<EntityInstance> fetchByIsDeleted(Boolean... values)
      Fetch records that have is_deleted IN (values)
    • fetchRangeOfCreatedAt

      public List<EntityInstance> fetchRangeOfCreatedAt(OffsetDateTime lowerInclusive, OffsetDateTime upperInclusive)
      Fetch records that have created_at BETWEEN lowerInclusive AND upperInclusive
    • fetchByCreatedAt

      public List<EntityInstance> fetchByCreatedAt(OffsetDateTime... values)
      Fetch records that have created_at IN (values)
    • fetchRangeOfUpdatedAt

      public List<EntityInstance> fetchRangeOfUpdatedAt(OffsetDateTime lowerInclusive, OffsetDateTime upperInclusive)
      Fetch records that have updated_at BETWEEN lowerInclusive AND upperInclusive
    • fetchByUpdatedAt

      public List<EntityInstance> fetchByUpdatedAt(OffsetDateTime... values)
      Fetch records that have updated_at IN (values)