Uses of Class
com.echothree.model.data.core.common.pk.EntityEntityAttributePK
Packages that use EntityEntityAttributePK
Package
Description
-
Uses of EntityEntityAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityEntityAttributePK -
Uses of EntityEntityAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityEntityAttributePKModifier and TypeMethodDescriptionEntityEntityAttributeFactory.getNextPK()EntityEntityAttributeFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityEntityAttributeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityEntityAttributePKModifier and TypeMethodDescriptionEntityEntityAttributeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityEntityAttributeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityEntityAttributeFactory.getPKsFromResultSetAsList(ResultSet rs) EntityEntityAttributeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityEntityAttributePKModifier and TypeMethodDescriptionEntityEntityAttributeFactory.getEntityFromCache(Session session, EntityEntityAttributePK pk) EntityEntityAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityEntityAttributePK pk) EntityEntityAttributeFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityEntityAttributePK pk) EntityEntityAttributeFactory.getValueFromPK(Session session, EntityEntityAttributePK pk) voidEntityEntityAttributeFactory.remove(Session session, EntityEntityAttributePK pk) booleanEntityEntityAttributeFactory.validPK(Session session, EntityEntityAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityEntityAttributePKModifier and TypeMethodDescriptionEntityEntityAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityEntityAttributePK> pks) EntityEntityAttributeFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityEntityAttributePK> pks) EntityEntityAttributeFactory.getValuesFromPKs(Session session, Collection<EntityEntityAttributePK> pks) voidEntityEntityAttributeFactory.remove(Session session, Collection<EntityEntityAttributePK> pks) voidEntityEntityAttributeFactory.remove(Collection<EntityEntityAttributePK> pks) -
Uses of EntityEntityAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityEntityAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityEntityAttributePKModifierConstructorDescriptionEntityEntityAttributeValue(EntityEntityAttributePK entityEntityAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityEntityAttributeValue