Uses of Class
org.trustdeck.jooq.generated.tables.pojos.EntityInstance
Packages that use EntityInstance
Package
Description
-
Uses of EntityInstance in org.trustdeck.dto
Methods in org.trustdeck.dto with parameters of type EntityInstance -
Uses of EntityInstance in org.trustdeck.jooq.generated.tables.daos
Methods in org.trustdeck.jooq.generated.tables.daos that return types with arguments of type EntityInstanceModifier and TypeMethodDescriptionEntityInstanceDao.fetchByCreatedAt(OffsetDateTime... values) Fetch records that havecreated_at IN (values)EntityInstanceDao.fetchByData(org.jooq.JSONB... values) Fetch records that havedata IN (values)EntityInstanceDao.fetchByDataSha256(byte[]... values) Fetch records that havedata_sha256 IN (values)EntityInstanceDao.fetchByDataText(String... values) Fetch records that havedata_text IN (values)EntityInstanceDao.fetchByEntityTypeId(Integer... values) Fetch records that haveentity_type_id IN (values)EntityInstanceDao.fetchByFullTextSearchVector(Object... values) Deprecated.Unknown data type.Fetch records that haveid IN (values)EntityInstanceDao.fetchByIsDeleted(Boolean... values) Fetch records that haveis_deleted IN (values)EntityInstanceDao.fetchByProjectId(Integer... values) Fetch records that haveproject_id IN (values)EntityInstanceDao.fetchByTrustdeckId(UUID... values) Fetch records that havetrustdeck_id IN (values)EntityInstanceDao.fetchByUpdatedAt(OffsetDateTime... values) Fetch records that haveupdated_at IN (values)EntityInstanceDao.fetchRangeOfCreatedAt(OffsetDateTime lowerInclusive, OffsetDateTime upperInclusive) Fetch records that havecreated_at BETWEEN lowerInclusive AND upperInclusiveEntityInstanceDao.fetchRangeOfData(org.jooq.JSONB lowerInclusive, org.jooq.JSONB upperInclusive) Fetch records that havedata BETWEEN lowerInclusive AND upperInclusiveEntityInstanceDao.fetchRangeOfDataSha256(byte[] lowerInclusive, byte[] upperInclusive) Fetch records that havedata_sha256 BETWEEN lowerInclusive AND upperInclusiveEntityInstanceDao.fetchRangeOfDataText(String lowerInclusive, String upperInclusive) Fetch records that havedata_text BETWEEN lowerInclusive AND upperInclusiveEntityInstanceDao.fetchRangeOfEntityTypeId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveentity_type_id BETWEEN lowerInclusive AND upperInclusiveEntityInstanceDao.fetchRangeOfFullTextSearchVector(Object lowerInclusive, Object upperInclusive) Deprecated.Unknown data type.EntityInstanceDao.fetchRangeOfId(Long lowerInclusive, Long upperInclusive) Fetch records that haveid BETWEEN lowerInclusive AND upperInclusiveEntityInstanceDao.fetchRangeOfIsDeleted(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that haveis_deleted BETWEEN lowerInclusive AND upperInclusiveEntityInstanceDao.fetchRangeOfProjectId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveproject_id BETWEEN lowerInclusive AND upperInclusiveEntityInstanceDao.fetchRangeOfTrustdeckId(UUID lowerInclusive, UUID upperInclusive) Fetch records that havetrustdeck_id BETWEEN lowerInclusive AND upperInclusiveEntityInstanceDao.fetchRangeOfUpdatedAt(OffsetDateTime lowerInclusive, OffsetDateTime upperInclusive) Fetch records that haveupdated_at BETWEEN lowerInclusive AND upperInclusiveMethods in org.trustdeck.jooq.generated.tables.daos with parameters of type EntityInstance -
Uses of EntityInstance in org.trustdeck.jooq.generated.tables.pojos
Methods in org.trustdeck.jooq.generated.tables.pojos that return EntityInstanceModifier and TypeMethodDescriptionEntityInstance.setCreatedAt(OffsetDateTime createdAt) Setter forpublic.entity_instance.created_at.EntityInstance.setData(org.jooq.JSONB data) Setter forpublic.entity_instance.data.EntityInstance.setDataSha256(byte[] dataSha256) Setter forpublic.entity_instance.data_sha256.EntityInstance.setDataText(String dataText) Setter forpublic.entity_instance.data_text.EntityInstance.setEntityTypeId(Integer entityTypeId) Setter forpublic.entity_instance.entity_type_id.EntityInstance.setFullTextSearchVector(Object fullTextSearchVector) Deprecated.Unknown data type.Setter forpublic.entity_instance.id.EntityInstance.setIsDeleted(Boolean isDeleted) Setter forpublic.entity_instance.is_deleted.EntityInstance.setProjectId(Integer projectId) Setter forpublic.entity_instance.project_id.EntityInstance.setTrustdeckId(UUID trustdeckId) Setter forpublic.entity_instance.trustdeck_id.EntityInstance.setUpdatedAt(OffsetDateTime updatedAt) Setter forpublic.entity_instance.updated_at. -
Uses of EntityInstance in org.trustdeck.jooq.generated.tables.records
Constructors in org.trustdeck.jooq.generated.tables.records with parameters of type EntityInstanceModifierConstructorDescriptionCreate a detached, initialised EntityInstanceRecord