Uses of Class
com.echothree.model.data.core.common.pk.EntityAliasPK
Packages that use EntityAliasPK
Package
Description
-
Uses of EntityAliasPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAliasPK -
Uses of EntityAliasPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAliasPKModifier and TypeMethodDescriptionEntityAliasFactory.getNextPK()EntityAliasFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAliasFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAliasPKModifier and TypeMethodDescriptionEntityAliasFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAliasFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAliasFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAliasFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAliasPKModifier and TypeMethodDescriptionEntityAliasFactory.getEntityFromCache(EntityAliasPK pk) EntityAliasFactory.getEntityFromPK(EntityPermission entityPermission, EntityAliasPK pk) EntityAliasFactory.getValueFromPK(EntityAliasPK pk) voidEntityAliasFactory.remove(EntityAliasPK pk) booleanEntityAliasFactory.validPK(EntityAliasPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAliasPKModifier and TypeMethodDescriptionEntityAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAliasPK> pks) EntityAliasFactory.getValuesFromPKs(Collection<EntityAliasPK> pks) voidEntityAliasFactory.remove(Collection<EntityAliasPK> pks) -
Uses of EntityAliasPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAliasPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAliasPKModifierConstructorDescriptionEntityAliasValue(EntityAliasPK entityAliasPK, EntityInstancePK entityInstancePK, EntityAliasTypePK entityAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of EntityAliasValue