Uses of Interface
org.trustdeck.jooq.generated.tables.interfaces.IEntityInstance
Packages that use IEntityInstance
Package
Description
-
Uses of IEntityInstance in org.trustdeck.jooq.generated.tables.interfaces
Methods in org.trustdeck.jooq.generated.tables.interfaces with type parameters of type IEntityInstanceModifier and TypeMethodDescription<E extends IEntityInstance>
EIEntityInstance.into(E into) Copy data into another generated Record/POJO implementing the common interface IEntityInstanceMethods in org.trustdeck.jooq.generated.tables.interfaces that return IEntityInstanceModifier and TypeMethodDescriptionIEntityInstance.setCreatedAt(OffsetDateTime value) Setter forpublic.entity_instance.created_at.IEntityInstance.setData(org.jooq.JSONB value) Setter forpublic.entity_instance.data.IEntityInstance.setDataSha256(byte[] value) Setter forpublic.entity_instance.data_sha256.IEntityInstance.setDataText(String value) Setter forpublic.entity_instance.data_text.IEntityInstance.setEntityTypeId(Integer value) Setter forpublic.entity_instance.entity_type_id.IEntityInstance.setFullTextSearchVector(Object value) Deprecated.Unknown data type.Setter forpublic.entity_instance.id.IEntityInstance.setIsDeleted(Boolean value) Setter forpublic.entity_instance.is_deleted.IEntityInstance.setProjectId(Integer value) Setter forpublic.entity_instance.project_id.IEntityInstance.setTrustdeckId(UUID value) Setter forpublic.entity_instance.trustdeck_id.IEntityInstance.setUpdatedAt(OffsetDateTime value) Setter forpublic.entity_instance.updated_at.Methods in org.trustdeck.jooq.generated.tables.interfaces with parameters of type IEntityInstanceModifier and TypeMethodDescriptionvoidIEntityInstance.from(IEntityInstance from) Load data from another generated Record/POJO implementing the common interface IEntityInstance -
Uses of IEntityInstance in org.trustdeck.jooq.generated.tables.pojos
Classes in org.trustdeck.jooq.generated.tables.pojos that implement IEntityInstanceMethods in org.trustdeck.jooq.generated.tables.pojos with type parameters of type IEntityInstanceMethods in org.trustdeck.jooq.generated.tables.pojos with parameters of type IEntityInstanceConstructors in org.trustdeck.jooq.generated.tables.pojos with parameters of type IEntityInstance -
Uses of IEntityInstance in org.trustdeck.jooq.generated.tables.records
Classes in org.trustdeck.jooq.generated.tables.records that implement IEntityInstanceMethods in org.trustdeck.jooq.generated.tables.records with type parameters of type IEntityInstanceMethods in org.trustdeck.jooq.generated.tables.records with parameters of type IEntityInstance