Uses of Class
com.echothree.model.data.core.common.pk.EntityClobAttributePK
Packages that use EntityClobAttributePK
Package
Description
-
Uses of EntityClobAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityClobAttributePK -
Uses of EntityClobAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityClobAttributePKModifier and TypeMethodDescriptionEntityClobAttributeFactory.getNextPK()EntityClobAttributeFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityClobAttributeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityClobAttributePKModifier and TypeMethodDescriptionEntityClobAttributeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityClobAttributeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityClobAttributeFactory.getPKsFromResultSetAsList(ResultSet rs) EntityClobAttributeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityClobAttributePKModifier and TypeMethodDescriptionEntityClobAttributeFactory.getEntityFromCache(EntityClobAttributePK pk) EntityClobAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityClobAttributePK pk) EntityClobAttributeFactory.getValueFromPK(EntityClobAttributePK pk) voidEntityClobAttributeFactory.remove(EntityClobAttributePK pk) booleanEntityClobAttributeFactory.validPK(EntityClobAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityClobAttributePKModifier and TypeMethodDescriptionEntityClobAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityClobAttributePK> pks) EntityClobAttributeFactory.getValuesFromPKs(Collection<EntityClobAttributePK> pks) voidEntityClobAttributeFactory.remove(Collection<EntityClobAttributePK> pks) -
Uses of EntityClobAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityClobAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityClobAttributePKModifierConstructorDescriptionEntityClobAttributeValue(EntityClobAttributePK entityClobAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String clobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of EntityClobAttributeValue