Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeStringPK
Packages that use EntityAttributeStringPK
Package
Description
-
Uses of EntityAttributeStringPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeStringPK -
Uses of EntityAttributeStringPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeStringPKModifier and TypeMethodDescriptionEntityAttributeStringFactory.getNextPK()EntityAttributeStringFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAttributeStringFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeStringPKModifier and TypeMethodDescriptionEntityAttributeStringFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAttributeStringFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAttributeStringFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAttributeStringFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeStringPKModifier and TypeMethodDescriptionEntityAttributeStringFactory.getEntityFromCache(Session session, EntityAttributeStringPK pk) EntityAttributeStringFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeStringPK pk) EntityAttributeStringFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityAttributeStringPK pk) EntityAttributeStringFactory.getValueFromPK(Session session, EntityAttributeStringPK pk) voidEntityAttributeStringFactory.remove(Session session, EntityAttributeStringPK pk) booleanEntityAttributeStringFactory.validPK(Session session, EntityAttributeStringPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeStringPKModifier and TypeMethodDescriptionEntityAttributeStringFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeStringPK> pks) EntityAttributeStringFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityAttributeStringPK> pks) EntityAttributeStringFactory.getValuesFromPKs(Session session, Collection<EntityAttributeStringPK> pks) voidEntityAttributeStringFactory.remove(Session session, Collection<EntityAttributeStringPK> pks) voidEntityAttributeStringFactory.remove(Collection<EntityAttributeStringPK> pks) -
Uses of EntityAttributeStringPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeStringPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeStringPKModifierConstructorDescriptionEntityAttributeStringValue(EntityAttributeStringPK entityAttributeStringPK, EntityAttributePK entityAttributePK, String validationPattern, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeStringValue