Uses of Class
com.echothree.model.data.core.common.pk.EntityVisitPK
Packages that use EntityVisitPK
Package
Description
-
Uses of EntityVisitPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityVisitPK -
Uses of EntityVisitPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityVisitPKModifier and TypeMethodDescriptionEntityVisitFactory.getNextPK()EntityVisitFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityVisitFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityVisitPKModifier and TypeMethodDescriptionEntityVisitFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityVisitFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityVisitFactory.getPKsFromResultSetAsList(ResultSet rs) EntityVisitFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityVisitPKModifier and TypeMethodDescriptionEntityVisitFactory.getEntityFromCache(EntityVisitPK pk) EntityVisitFactory.getEntityFromPK(EntityPermission entityPermission, EntityVisitPK pk) EntityVisitFactory.getValueFromPK(EntityVisitPK pk) voidEntityVisitFactory.remove(EntityVisitPK pk) booleanEntityVisitFactory.validPK(EntityVisitPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityVisitPKModifier and TypeMethodDescriptionEntityVisitFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityVisitPK> pks) EntityVisitFactory.getValuesFromPKs(Collection<EntityVisitPK> pks) voidEntityVisitFactory.remove(Collection<EntityVisitPK> pks) -
Uses of EntityVisitPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityVisitPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityVisitPKModifierConstructorDescriptionEntityVisitValue(EntityVisitPK entityVisitPK, EntityInstancePK entityInstancePK, EntityInstancePK visitedEntityInstancePK, Long visitedTime) Creates a new instance of EntityVisitValue -
Uses of EntityVisitPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityVisitPKModifier and TypeMethodDescriptionEntityVisits.EntityVisit()Getter forentityvisits.evis_entityvisitid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityVisitPKMethods in com.echothree.model.jooq.server.records.core with parameters of type EntityVisitPKModifier and TypeMethodDescriptionvoidEntityVisits.EntityVisit(EntityVisitPK value) Setter forentityvisits.evis_entityvisitid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityVisitPKModifierConstructorDescriptionEntityVisits(EntityVisitPK EntityVisit, EntityInstancePK EntityInstance, EntityInstancePK VisitedEntityInstance, Long VisitedTime) Create a detached, initialised EntityVisits -
Uses of EntityVisitPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityVisitPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityVisits, EntityVisitPK> EntityVisits.ENTITY_VISITThe columnentityvisits.evis_entityvisitid.