Uses of Class
com.echothree.model.data.core.common.pk.EntityGeoPointAttributePK
Packages that use EntityGeoPointAttributePK
Package
Description
-
Uses of EntityGeoPointAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityGeoPointAttributePK -
Uses of EntityGeoPointAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityGeoPointAttributePKModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getNextPK()EntityGeoPointAttributeFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityGeoPointAttributeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityGeoPointAttributePKModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityGeoPointAttributeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityGeoPointAttributeFactory.getPKsFromResultSetAsList(ResultSet rs) EntityGeoPointAttributeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityGeoPointAttributePKModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getEntityFromCache(EntityGeoPointAttributePK pk) EntityGeoPointAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityGeoPointAttributePK pk) EntityGeoPointAttributeFactory.getValueFromPK(EntityGeoPointAttributePK pk) voidEntityGeoPointAttributeFactory.remove(EntityGeoPointAttributePK pk) booleanEntityGeoPointAttributeFactory.validPK(EntityGeoPointAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityGeoPointAttributePKModifier and TypeMethodDescriptionEntityGeoPointAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityGeoPointAttributePK> pks) EntityGeoPointAttributeFactory.getValuesFromPKs(Collection<EntityGeoPointAttributePK> pks) voidEntityGeoPointAttributeFactory.remove(Collection<EntityGeoPointAttributePK> pks) -
Uses of EntityGeoPointAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityGeoPointAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityGeoPointAttributePKModifierConstructorDescriptionEntityGeoPointAttributeValue(EntityGeoPointAttributePK entityGeoPointAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer latitude, Integer longitude, Long elevation, Long altitude, Long fromTime, Long thruTime) Creates a new instance of EntityGeoPointAttributeValue -
Uses of EntityGeoPointAttributePK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityGeoPointAttributePKModifier and TypeMethodDescriptionEntityGeoPointAttributes.EntityGeoPointAttribute()Getter forentitygeopointattributes.engeopnta_entitygeopointattributeid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityGeoPointAttributePKModifier and TypeMethodDescriptionorg.jooq.Record1<EntityGeoPointAttributePK> EntityGeoPointAttributes.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type EntityGeoPointAttributePKModifier and TypeMethodDescriptionvoidEntityGeoPointAttributes.EntityGeoPointAttribute(EntityGeoPointAttributePK value) Setter forentitygeopointattributes.engeopnta_entitygeopointattributeid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityGeoPointAttributePKModifierConstructorDescriptionEntityGeoPointAttributes(EntityGeoPointAttributePK EntityGeoPointAttribute, EntityAttributePK EntityAttribute, EntityInstancePK EntityInstance, Integer Latitude, Integer Longitude, Long Elevation, Long Altitude, Long FromTime, Long ThruTime) Create a detached, initialised EntityGeoPointAttributes -
Uses of EntityGeoPointAttributePK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityGeoPointAttributePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityGeoPointAttributes, EntityGeoPointAttributePK> EntityGeoPointAttributes.ENTITY_GEO_POINT_ATTRIBUTEThe columnentitygeopointattributes.engeopnta_entitygeopointattributeid.