Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeLongPK
Packages that use EntityAttributeLongPK
Package
Description
-
Uses of EntityAttributeLongPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeLongPK -
Uses of EntityAttributeLongPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getNextPK()
EntityAttributeLongFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityAttributeLongFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityAttributeLongFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityAttributeLongFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityAttributeLongFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getEntityFromCache
(Session session, EntityAttributeLongPK pk) EntityAttributeLongFactory.getEntityFromPK
(EntityPermission entityPermission, EntityAttributeLongPK pk) EntityAttributeLongFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityAttributeLongPK pk) EntityAttributeLongFactory.getValueFromPK
(Session session, EntityAttributeLongPK pk) void
EntityAttributeLongFactory.remove
(Session session, EntityAttributeLongPK pk) boolean
EntityAttributeLongFactory.validPK
(Session session, EntityAttributeLongPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityAttributeLongPK> pks) EntityAttributeLongFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityAttributeLongPK> pks) EntityAttributeLongFactory.getValuesFromPKs
(Session session, Collection<EntityAttributeLongPK> pks) void
EntityAttributeLongFactory.remove
(Session session, Collection<EntityAttributeLongPK> pks) void
EntityAttributeLongFactory.remove
(Collection<EntityAttributeLongPK> pks) -
Uses of EntityAttributeLongPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeLongPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeLongPKModifierConstructorDescriptionEntityAttributeLongValue
(EntityAttributeLongPK entityAttributeLongPK, EntityAttributePK entityAttributePK, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeLongValue