Uses of Class
com.echothree.model.data.geo.common.pk.GeoCodeRelationshipPK
Packages that use GeoCodeRelationshipPK
Package
Description
-
Uses of GeoCodeRelationshipPK in com.echothree.model.data.geo.server.entity
Methods in com.echothree.model.data.geo.server.entity that return GeoCodeRelationshipPK -
Uses of GeoCodeRelationshipPK in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeRelationshipPKModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getNextPK()
GeoCodeRelationshipFactory.getPKFromQuery
(PreparedStatement ps, Object... params) GeoCodeRelationshipFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeRelationshipPKModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) GeoCodeRelationshipFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) GeoCodeRelationshipFactory.getPKsFromResultSetAsList
(ResultSet rs) GeoCodeRelationshipFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeRelationshipPKModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getEntityFromCache
(Session session, GeoCodeRelationshipPK pk) GeoCodeRelationshipFactory.getEntityFromPK
(EntityPermission entityPermission, GeoCodeRelationshipPK pk) GeoCodeRelationshipFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, GeoCodeRelationshipPK pk) GeoCodeRelationshipFactory.getValueFromPK
(Session session, GeoCodeRelationshipPK pk) void
GeoCodeRelationshipFactory.remove
(Session session, GeoCodeRelationshipPK pk) boolean
GeoCodeRelationshipFactory.validPK
(Session session, GeoCodeRelationshipPK pk) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeRelationshipPKModifier and TypeMethodDescriptionGeoCodeRelationshipFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<GeoCodeRelationshipPK> pks) GeoCodeRelationshipFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<GeoCodeRelationshipPK> pks) GeoCodeRelationshipFactory.getValuesFromPKs
(Session session, Collection<GeoCodeRelationshipPK> pks) void
GeoCodeRelationshipFactory.remove
(Session session, Collection<GeoCodeRelationshipPK> pks) void
GeoCodeRelationshipFactory.remove
(Collection<GeoCodeRelationshipPK> pks) -
Uses of GeoCodeRelationshipPK in com.echothree.model.data.geo.server.value
Methods in com.echothree.model.data.geo.server.value that return GeoCodeRelationshipPKConstructors in com.echothree.model.data.geo.server.value with parameters of type GeoCodeRelationshipPKModifierConstructorDescriptionGeoCodeRelationshipValue
(GeoCodeRelationshipPK geoCodeRelationshipPK, GeoCodePK fromGeoCodePK, GeoCodePK toGeoCodePK, Long fromTime, Long thruTime) Creates a new instance of GeoCodeRelationshipValue