Uses of Class
com.echothree.model.data.core.common.pk.EntityCollectionAttributePK
Packages that use EntityCollectionAttributePK
Package
Description
-
Uses of EntityCollectionAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityCollectionAttributePK -
Uses of EntityCollectionAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityCollectionAttributePKModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getNextPK()EntityCollectionAttributeFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityCollectionAttributeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityCollectionAttributePKModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityCollectionAttributeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityCollectionAttributeFactory.getPKsFromResultSetAsList(ResultSet rs) EntityCollectionAttributeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityCollectionAttributePKModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getEntityFromCache(Session session, EntityCollectionAttributePK pk) EntityCollectionAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityCollectionAttributePK pk) EntityCollectionAttributeFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityCollectionAttributePK pk) EntityCollectionAttributeFactory.getValueFromPK(Session session, EntityCollectionAttributePK pk) voidEntityCollectionAttributeFactory.remove(Session session, EntityCollectionAttributePK pk) booleanEntityCollectionAttributeFactory.validPK(Session session, EntityCollectionAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityCollectionAttributePKModifier and TypeMethodDescriptionEntityCollectionAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityCollectionAttributePK> pks) EntityCollectionAttributeFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityCollectionAttributePK> pks) EntityCollectionAttributeFactory.getValuesFromPKs(Session session, Collection<EntityCollectionAttributePK> pks) voidEntityCollectionAttributeFactory.remove(Session session, Collection<EntityCollectionAttributePK> pks) voidEntityCollectionAttributeFactory.remove(Collection<EntityCollectionAttributePK> pks) -
Uses of EntityCollectionAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityCollectionAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityCollectionAttributePKModifierConstructorDescriptionEntityCollectionAttributeValue(EntityCollectionAttributePK entityCollectionAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, EntityInstancePK entityInstanceAttributePK, Long fromTime, Long thruTime) Creates a new instance of EntityCollectionAttributeValue