Uses of Class
com.echothree.model.data.term.common.pk.TermDescriptionPK
Packages that use TermDescriptionPK
Package
Description
-
Uses of TermDescriptionPK in com.echothree.model.data.term.server.entity
Methods in com.echothree.model.data.term.server.entity that return TermDescriptionPK -
Uses of TermDescriptionPK in com.echothree.model.data.term.server.factory
Methods in com.echothree.model.data.term.server.factory that return TermDescriptionPKModifier and TypeMethodDescriptionTermDescriptionFactory.getNextPK()TermDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) TermDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory that return types with arguments of type TermDescriptionPKModifier and TypeMethodDescriptionTermDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TermDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TermDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) TermDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.term.server.factory with parameters of type TermDescriptionPKModifier and TypeMethodDescriptionTermDescriptionFactory.getEntityFromCache(TermDescriptionPK pk) TermDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, TermDescriptionPK pk) TermDescriptionFactory.getValueFromPK(TermDescriptionPK pk) voidTermDescriptionFactory.remove(TermDescriptionPK pk) booleanTermDescriptionFactory.validPK(TermDescriptionPK pk) Method parameters in com.echothree.model.data.term.server.factory with type arguments of type TermDescriptionPKModifier and TypeMethodDescriptionTermDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TermDescriptionPK> pks) TermDescriptionFactory.getValuesFromPKs(Collection<TermDescriptionPK> pks) voidTermDescriptionFactory.remove(Collection<TermDescriptionPK> pks) -
Uses of TermDescriptionPK in com.echothree.model.data.term.server.value
Methods in com.echothree.model.data.term.server.value that return TermDescriptionPKConstructors in com.echothree.model.data.term.server.value with parameters of type TermDescriptionPKModifierConstructorDescriptionTermDescriptionValue(TermDescriptionPK termDescriptionPK, TermPK termPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TermDescriptionValue -
Uses of TermDescriptionPK in com.echothree.model.jooq.server.records.term
Methods in com.echothree.model.jooq.server.records.term that return TermDescriptionPKModifier and TypeMethodDescriptionTermDescriptions.TermDescription()Getter fortermdescriptions.trmd_termdescriptionid.Methods in com.echothree.model.jooq.server.records.term that return types with arguments of type TermDescriptionPKMethods in com.echothree.model.jooq.server.records.term with parameters of type TermDescriptionPKModifier and TypeMethodDescriptionvoidTermDescriptions.TermDescription(TermDescriptionPK value) Setter fortermdescriptions.trmd_termdescriptionid.Constructors in com.echothree.model.jooq.server.records.term with parameters of type TermDescriptionPKModifierConstructorDescriptionTermDescriptions(TermDescriptionPK TermDescription, TermPK Term, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised TermDescriptions -
Uses of TermDescriptionPK in com.echothree.model.jooq.server.tables.term
Fields in com.echothree.model.jooq.server.tables.term with type parameters of type TermDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TermDescriptions, TermDescriptionPK> TermDescriptions.TERM_DESCRIPTIONThe columntermdescriptions.trmd_termdescriptionid.