Uses of Class
org.trustdeck.jooq.generated.tables.pojos.Project
Packages that use Project
Package
Description
-
Uses of Project in org.trustdeck.dto
Methods in org.trustdeck.dto with parameters of type Project -
Uses of Project in org.trustdeck.jooq.generated.tables.daos
Methods in org.trustdeck.jooq.generated.tables.daos that return ProjectModifier and TypeMethodDescriptionProjectDao.fetchOneByAbbreviation(String value) Fetch a unique record that hasabbreviation = valueProjectDao.fetchOneById(Integer value) Fetch a unique record that hasid = valueProjectDao.fetchOneByName(String value) Fetch a unique record that hasname = valueMethods in org.trustdeck.jooq.generated.tables.daos that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectDao.fetchByAbbreviation(String... values) Fetch records that haveabbreviation IN (values)ProjectDao.fetchByDescription(String... values) Fetch records that havedescription IN (values)ProjectDao.fetchByEndDate(OffsetDateTime... values) Fetch records that haveend_date IN (values)Fetch records that haveid IN (values)ProjectDao.fetchByName(String... values) Fetch records that havename IN (values)ProjectDao.fetchByStartDate(OffsetDateTime... values) Fetch records that havestart_date IN (values)ProjectDao.fetchByStoreEntities(Boolean... values) Fetch records that havestore_entities IN (values)ProjectDao.fetchByStorePseudonyms(Boolean... values) Fetch records that havestore_pseudonyms IN (values)ProjectDao.fetchOptionalByAbbreviation(String value) Fetch a unique record that hasabbreviation = valueProjectDao.fetchOptionalById(Integer value) Fetch a unique record that hasid = valueProjectDao.fetchOptionalByName(String value) Fetch a unique record that hasname = valueProjectDao.fetchRangeOfAbbreviation(String lowerInclusive, String upperInclusive) Fetch records that haveabbreviation BETWEEN lowerInclusive AND upperInclusiveProjectDao.fetchRangeOfDescription(String lowerInclusive, String upperInclusive) Fetch records that havedescription BETWEEN lowerInclusive AND upperInclusiveProjectDao.fetchRangeOfEndDate(OffsetDateTime lowerInclusive, OffsetDateTime upperInclusive) Fetch records that haveend_date BETWEEN lowerInclusive AND upperInclusiveProjectDao.fetchRangeOfId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveid BETWEEN lowerInclusive AND upperInclusiveProjectDao.fetchRangeOfName(String lowerInclusive, String upperInclusive) Fetch records that havename BETWEEN lowerInclusive AND upperInclusiveProjectDao.fetchRangeOfStartDate(OffsetDateTime lowerInclusive, OffsetDateTime upperInclusive) Fetch records that havestart_date BETWEEN lowerInclusive AND upperInclusiveProjectDao.fetchRangeOfStoreEntities(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havestore_entities BETWEEN lowerInclusive AND upperInclusiveProjectDao.fetchRangeOfStorePseudonyms(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havestore_pseudonyms BETWEEN lowerInclusive AND upperInclusiveMethods in org.trustdeck.jooq.generated.tables.daos with parameters of type Project -
Uses of Project in org.trustdeck.jooq.generated.tables.pojos
Methods in org.trustdeck.jooq.generated.tables.pojos that return ProjectModifier and TypeMethodDescriptionProject.setAbbreviation(String abbreviation) Setter forpublic.project.abbreviation.Project.setDescription(String description) Setter forpublic.project.description.Project.setEndDate(OffsetDateTime endDate) Setter forpublic.project.end_date.Setter forpublic.project.id.Setter forpublic.project.name.Project.setStartDate(OffsetDateTime startDate) Setter forpublic.project.start_date.Project.setStoreEntities(Boolean storeEntities) Setter forpublic.project.store_entities.Project.setStorePseudonyms(Boolean storePseudonyms) Setter forpublic.project.store_pseudonyms. -
Uses of Project in org.trustdeck.jooq.generated.tables.records
Constructors in org.trustdeck.jooq.generated.tables.records with parameters of type ProjectModifierConstructorDescriptionProjectRecord(Project value) Create a detached, initialised ProjectRecord